Changes between Version 9 and Version 10 of Doc/compiler


Ignore:
Timestamp:
Aug 2, 2011, 3:42:50 PM (13 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Charles Loomis/emailAddress=loomis@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/compiler

    v9 v10  
    1818== Sources ==
    1919
    20 The source for the pan compiler is managed through a [http://subversion.tigris.org/ subversion] repository.  The mainline development ("trunk") can be checked out with a subversion client with the command:
     20The source for the pan compiler is managed through a [http://git.org/ git] repository.  The code can be checked out with a git client with the command:
    2121{{{
    22 svn checkout https://quattor.svn.sourceforge.net/svnroot/quattor/trunk/pan
     22git clone ssh://SF_USERNAME@quattor.git.sourceforge.net/gitroot/quattor/pan
    2323}}}
    24 Specific versions of the compiler can be checked out from the tags area:
     24for read-write access.  For anonymous, read-only access the following command should be used:
    2525{{{
    26 https://quattor.svn.sourceforge.net/svnroot/quattor/tags/pan-8.4.6
     26git clone git://quattor.git.sourceforge.net/gitroot/quattor/pan
    2727}}}
    28 where the tags correspond to the version of the compiler.  The code can be browsed through the [http://quattor.svn.sourceforge.net/viewvc/quattor/ ViewVC interface at SourceForge].
     28For specific versions of the compiler use the 'git tag -l' command to see the list of tags.  The code can be browsed through the [http://quattor.git.sourceforge.net/git/gitweb-index.cgi Git Browser at SourceForge].
    2929
    3030The code can be built and packaged with [http://maven.apache.org/ maven].   Issue the command: