Changes between Version 4 and Version 5 of UsingSvn
- Timestamp:
- Sep 14, 2009, 1:41:26 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingSvn
v4 v5 1 = Using S VN workspaces=1 = Using Subversion = 2 2 3 Check out workspace: 4 * Make a directory for the workspace. 5 * right-click, SVN checkout 6 * click on ... for URL 7 * go to workspaces/name of workspace 3 BOINC uses Suversion (aka "SVN") for source code version control. The main SVN repository 4 is at http://boinc.berkeley.edu/svn/, which you can explore with a web browser. The latest 5 development version of the code is in the {{{trunk}}}, while the most stable server code 6 is in {{{branches/server_stable}}}. 8 7 9 Integrate 8 You need an SVN client to check code out in bulk from the repository. On Linux the command line 9 command is simply {{{svn}}}. On Windows [http://tortoisesvn.tigris.org/ TortoiseSVN] provides 10 a useful graphical interface. See http://subversion.tigris.org/ for detailed information about 11 Subversion and information about other SVN clients. 10 12 11 * right click on dir, select SVN Merge dialog 12 * From: URL, click on ..., select trunk/boinc 13 * Click on "Show long" at bottom to find last revision that was integrated with workspace; 14 type that # into Revision of From: 15 * select HEAD for To: 16 * Do SVN Commit 13 * Detailed instructions on how to obtain the BOINC source code via SVN are on the SourceCode page 17 14 18 Reverse integration 15 * More information about SVN can be found in the the [http://svnbook.red-bean.com/ Subversion Book]. 19 16 20 (to be completed) 21 22 More information about SVN on the [http://svnbook.red-bean.com/ Subversion Book]. 23 24 If you use Windows Vista, you may want to read [http://tortoisesvn.net/vistaproblems Known TortoiseSVN problems on Vista]. 17 * If you use Windows Vista, you may want to read [http://tortoisesvn.net/vistaproblems Known TortoiseSVN problems on Vista].