Fork me on GitHub

Changes between Version 16 and Version 17 of WikiStart


Ignore:
Timestamp:
Mar 31, 2011, 11:10:55 AM (13 years ago)
Author:
cp3-support
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v16 v17  
    77=== Community ===
    88
    9 Delphes is now moving to community-based developement.
    10 
    11 A [https://cp3.irmp.ucl.ac.be/projects/delphes/discussion forum] is already open to authenticated members in order to exchange on issues and features requests. The '''branches''' of the svn repository are open to users who would like to participate.
    12 
    13 If you are interested, [https://cp3.irmp.ucl.ac.be/projects/delphes/register register] first and then contact the suport team via cp3-support@listes.uclouvain.be to be granted svn access. 
     9Delphes is now moving to community-based developement. A [https://cp3.irmp.ucl.ac.be/projects/delphes/discussion forum] is already open to authenticated members in order to exchange on issues and features requests. The '''branches''' of the svn repository are open to users who would like to participate. If you are interested, [https://cp3.irmp.ucl.ac.be/projects/delphes/register register] first and then contact the suport team via cp3-delphes@uclouvain.be to be granted svn access. 
    1410
    1511
     
    2218You can get the latest version of the code using:
    2319
    24 {{{svn checkout https://server06.fynu.ucl.ac.be/sources/delphes/trunk}}}
     20{{{
     21svn checkout https://server06.fynu.ucl.ac.be/sources/delphes/trunk
     22}}}
    2523
    2624Registered developers can checkout and commit in branches using their credentials:
    2725
    28 {{{svn checkout --username=my_user_name https://server06.fynu.ucl.ac.be/sources/delphes/branch/my_branch}}}
     26{{{
     27svn checkout --username=my_user_name https://server06.fynu.ucl.ac.be/sources/delphes/branch/my_branch
     28}}}
    2929
    3030=== Documentation ===