The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.31 (Linux)
|
SVN Help - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3) +--- Forum: Help (https://www.vdrift.net/Forum/forumdisplay.php?fid=5) +--- Thread: SVN Help (/showthread.php?tid=427) |
SVN Help - Ferrari_Guy - 11-16-2006 I don't understand navigating the SVN. I'm confused on what "trunk" and the other main folders mean. Help please. - thelusiv - 11-16-2006 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 - osiris - 11-18-2006 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". - cotharyus - 11-18-2006 Sounds like you need a subversion client. This might be a good place to start: http://metissian.com/projects/macosx/subversion/ |