Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SVN Help
11-16-2006, 07:18 PM,
#1
SVN Help
I don't understand navigating the SVN. I'm confused on what "trunk" and the other main folders mean. Help please.
Reply
11-16-2006, 08:45 PM,
#2
 
Think of SVN like a tree. The trunk is the main part of the repository where our current working version of the code goes. The branches are deviations separated from this trunk that were used to make some modification (without disturbing the trunk). The tags just mark a certain version in the repository.

If you want to get the code for VDrift from SVN you want the trunk. You can check it out like this:
Code:
svn co http://svn.vdrift.net/repos/vdrift/trunk vdrift
This will make a new directory in the current one called vdrift, and it will check out the latest code from the trunk and put it there.
Reply
11-18-2006, 07:58 AM,
#3
 
How can we uptate our version from the SVN for a Mac?
Is there any link that explains what to do?
The command line does nothing for me in "Terminal".
Reply
11-18-2006, 08:02 AM,
#4
 
Sounds like you need a subversion client. This might be a good place to start:

http://metissian.com/projects/macosx/subversion/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)