Changes between Initial Version and Version 1 of UsingSvn


Ignore:
Timestamp:
Apr 23, 2007, 10:45:31 AM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingSvn

    v1 v1  
     1= Using SVN workspaces =
     2
     3Check 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
     8
     9Integrate
     10
     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
     17
     18Reverse integration
     19
     20(to be completed)