You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-dev@maven.apache.org by Dennis Lundberg <de...@apache.org> on 2006/09/24 16:44:39 UTC

Re: svn commit: r449400 - /maven/scm/trunk/maven-scm-site/src/site/apt/vss.apt

evenisse@apache.org wrote:
> 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

This should be

scm:vss|path_to_repository|/module_name

as per previous discussions on scm-URL:s.

>  -------
>  
> +    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

This should be

scm:vss|C:\Program Files\Microsoft Visual Studio\VSS|/SomeProject

as per previous discussions on scm-URL:s.


>  -------
> 
> 


-- 
Dennis Lundberg

Re: svn commit: r449400 - /maven/scm/trunk/maven-scm-site/src/site/apt/vss.apt

Posted by Emmanuel Venisse <em...@venisse.net>.
Thanks. Fixed.

Emmanuel

Dennis Lundberg a écrit :
> evenisse@apache.org wrote:
>> 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
> 
> This should be
> 
> scm:vss|path_to_repository|/module_name
> 
> as per previous discussions on scm-URL:s.
> 
>>  -------
>>  
>> +    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
> 
> This should be
> 
> scm:vss|C:\Program Files\Microsoft Visual Studio\VSS|/SomeProject
> 
> as per previous discussions on scm-URL:s.
> 
> 
>>  -------
>>
>>
> 
>