Author: evenisse Date: Sun Sep 24 06:08:36 2006 New Revision: 449400 URL: http://svn.apache.org/viewvc?view=rev&rev=449400 Log: [SCM-220] Add example SCM URL and notes for VSS provider Sumbmitted by: Jeremy J. Smith
Modified: maven/scm/trunk/maven-scm-site/src/site/apt/vss.apt Modified: maven/scm/trunk/maven-scm-site/src/site/apt/vss.apt URL: http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-site/src/site/apt/vss.apt?view=diff&rev=449400&r1=449399&r2=449400 ============================================================================== --- maven/scm/trunk/maven-scm-site/src/site/apt/vss.apt (original) +++ maven/scm/trunk/maven-scm-site/src/site/apt/vss.apt Sun Sep 24 06:08:36 2006 @@ -16,14 +16,20 @@ * SCM Url - For all URLs below, we use a colon (:) as separator. If you use a colon for one of the variables (e.g. a windows path), then use a pipe (|) as separator. + Because a colon is used for one of the variables (a windows path), a pipe (|) is used as the delimiter. + + The general format for a VSS SCM Url is ------- -Add url spec here +scm|vss|path_to_repository|/module_name ------- + The third variable is the path to the Visual Source Safe repository (where srcsafe.ini resides). + + Note that a forward slash is necessary before the module name in the final variable. + * Examples ------- -Add examples here +scm|vss|C:\Program Files\Microsoft Visual Studio\VSS|/SomeProject -------