Repository Path

You are viewing an old version (v. 1) of this page.
The latest version is v. 6, last edited on Oct 15, 2011 (view differences | )
view page history | view next version >>

Repository path is used to refer to file in SCM systems. Example repository urls for different SCM systems:

  • Subversion: the path is relative to Subversion root, WITH a leading "/".
    /my-app/trunk/pom.xml

    Since this relatives to Subversion root, it will remain unchanged whether the checkout url defined in a Subversion repository is svn://localhost/my-app or svn://localhost/my-app/trunk.

  • CVS: the path is relative to the CVS root, WITHOUT the leading "/"
    my-app/trunk/pom.xml

    Since this relatives to the CVS root, it will remain unchanged whether the checkout module defined in a CVS repository is my-app or my-app/trunk

  • Perforce:
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.