Changes between Version 4 and Version 5 of UsingSvn


Ignore:
Timestamp:
Sep 14, 2009, 1:41:26 PM (15 years ago)
Author:
Eric Myers
Comment:

Make this page general info about SVN

Legend:

Unmodified
Added
Removed
Modified
  • UsingSvn

    v4 v5  
    1 = Using SVN workspaces =
     1= Using Subversion =
    22
    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
     3BOINC uses Suversion (aka "SVN") for source code version control.   The main SVN repository
     4is at http://boinc.berkeley.edu/svn/, which you can explore with a web browser.   The latest
     5development version of the code is in the {{{trunk}}}, while the most stable server code
     6is in {{{branches/server_stable}}}.
    87
    9 Integrate
     8You need an SVN client to check code out in bulk from the repository.   On Linux the command line
     9command is simply {{{svn}}}.   On Windows [http://tortoisesvn.tigris.org/ TortoiseSVN] provides
     10a useful graphical interface.   See http://subversion.tigris.org/ for detailed information about
     11Subversion and information about other SVN clients.
    1012
    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
    1714
    18 Reverse integration
     15* More information about SVN can be found in the  the [http://svnbook.red-bean.com/ Subversion Book].
    1916
    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].