dion        2003/08/05 08:45:16

  Modified:    xdocs/reference project-descriptor.xml
  Log:
  Fix for MAVEN-653
  
  Revision  Changes    Path
  1.20      +15 -0     maven/xdocs/reference/project-descriptor.xml
  
  Index: project-descriptor.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/reference/project-descriptor.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- project-descriptor.xml    4 Aug 2003 06:38:05 -0000       1.19
  +++ project-descriptor.xml    5 Aug 2003 15:45:15 -0000       1.20
  @@ -6,6 +6,7 @@
    |-->
     <properties>
       <author email="[EMAIL PROTECTED]">Pete Kazmier</author>
  +    <author email="[EMAIL PROTECTED]">don Gillard</author>
       <title>Maven Project Descriptors</title>
     </properties>
   
  @@ -330,6 +331,20 @@
               <p>
                 For local networked repositories (eg. pserver to local machine)
                 <source><pre>scm:cvs:lserver:[EMAIL 
PROTECTED]:/cvs/root:module-name</pre></source>
  +            </p>
  +            <p>
  +              For ssh access:
  +              <source><pre>scm:cvs:ext:[EMAIL 
PROTECTED]:/cvs/root:module-name</pre></source>
  +              Remember that CVS will expect an environment variable called
  +              <code>CVS_RSH</code> to be set, typically to <code>ssh</code> or your
  +              ssh client.
  +            </p>
  +            <p>
  +              Some cvs clients support other protocols, such as ntserver and extssh.
  +              Here's an example using CVS NT and ntserver:
  +              <source>scm|cvs|ntserver|[EMAIL PROTECTED]|e:\cvs|Deployment</source>
  +              Note the use of the vertical bar as delimiter as the repository has a 
  +              colon (<code>:</code>) in it.
               </p>
               <p>
                  For local file system repositories
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to