Changes between Version 2 and Version 3 of WikiStart


Ignore:
Timestamp:
Feb 27, 2007, 2:59:29 AM (17 years ago)
Author:
Steven Levine
Comment:

Add subversion usage notes

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v2 v3  
    77See [UserGuide Getting the Most from FM/2] for hints from the power users.
    88
     9= Getting the sources =
     10
     11In addition to [../browser browsing] the sources here, you can check out the
     12[/repos/fm2 sources]
     13with your favorite subversion client.
     14
     15Keep in mind that, unlike [http://www.nongnu.org/cvs/ cvs], tags and branches are
     16ordinary directories in subversion.
     17With the typical subversion respository layout, it is
     18rather easy to checkout more than you
     19probably intend to.  To pull just the trunk version, use something like
     20
     21{{{
     22mkdir fm2_workspace
     23cd fm2_workspace
     24svn checkout http://svn.netlabs.org/repos/fm2/trunk trunk
     25}}}
     26
     27To update your workspace with the current repository content, use
     28
     29{{{
     30cd fm2_workspace\trunk
     31svn update
     32}}}
     33
     34If you want commit access to the repository, contact me.
    935
    1036= Welcome to Trac 0.10 =