Inland Empire .NET User's Group Forums
 Home        Members    Calendar    Who's On

Welcome Guest ( Login | Register )
      



What do you want to see in the SVN demo?Expand / Collapse
Message
Posted 6/18/2008 10:27:48 AMPost #199
 

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member
I'll be giving a breif demo (30 min?) on using Subversion source control at the next user group meeting on July 8th.

What would you like to see?  Here's a small list I have so far.  I'll keep this list updated as requests come in.

  • What is source control (may skip most of this if everyone is pretty familiar with it)
  • Why SVN?  Do we really need ANOTHER VCS? (basically what SVN is trying to accomplish and how they're different than the "other guys")
  • SVN lingo
  • SVN setup for a personal machine
  • SVN setup for a shop
    • svnserve
    • Not planning on showing Apache here, but if that's requested I can do it.  Just let me know because it takes some preparation
  • Using SVN clients
    • Tortoise SVN
    • Ankh SVN (don't like it so will just touch on it)
    • Visual SVN
  • Hands on
    • Creating a repository
    • Creating a repo structure
    • Committing
    • Updating
    • Handling conflicts
    • Tagging
    • Branching
      • Merging branches
  • Special requests
    • Distributed svn (svnsync) - I've never worked with this but I'll see what I can find out


Matt Penner
Posted 6/18/2008 1:18:50 PMPost #200
 

Forum GuruForum GuruForum GuruForum GuruForum GuruForum GuruForum GuruForum Guru
scenarios i like scenarios.
for example what is a typical day of a developer using svn ?
come to work check out
do updates checkin
see the conflict bla bla

ready to deploy, export but now bug fixes we should branch kinda thing

as i mentioned before talking about qit will be lovely.
i dont see backup strategy, how do u backup svn repo?
what is the common way of creating repos, one repo for company different repos or per department, per project ? why ?

how can you include your database to the svn ? is there a way to automate scripting the database and updating in the scs ?
how can you exluce some file types such as dll files or so


test