Update of /cvsroot/leaf/doc/docmanager
In directory sc8-pr-cvs1:/tmp/cvs-serv22343

Modified Files:
        docid_9960.html 
Log Message:
minor css changes

Index: docid_9960.html
===================================================================
RCS file: /cvsroot/leaf/doc/docmanager/docid_9960.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** docid_9960.html     2 Dec 2002 17:59:05 -0000       1.2
--- docid_9960.html     2 Dec 2002 19:40:37 -0000       1.3
***************
*** 3,8 ****
  <p><em>Authors: &nbsp;Mike Noyes<br />
  Document ID: &nbsp;9960<br />
! Revision: &nbsp;1.2<br />
! Date: &nbsp;2002-11-02</em></p>
  
  <hr />
--- 3,8 ----
  <p><em>Authors: &nbsp;Mike Noyes<br />
  Document ID: &nbsp;9960<br />
! Revision: &nbsp;1.3<br />
! Date: &nbsp;2002-12-02</em></p>
  
  <hr />
***************
*** 52,57 ****
  <p>First make sure you have cvs and ssh installed.</p>
  
! <pre
! style="background-color: lightgrey; margin-left: 1cm; padding: 2mm; border-style: 
ridge">
  bash$ which ssh
  bash$ which cvs
--- 52,57 ----
  <p>First make sure you have cvs and ssh installed.</p>
  
! <pre width="72"
! style="background-color: Gainsboro; padding: 2mm; border-style: ridge">
  bash$ which ssh
  bash$ which cvs
***************
*** 59,64 ****
  
  Add this environment variable to your shell. 
! <pre
! style="background-color: lightgrey; margin-left: 1cm; padding: 2mm; border-style: 
ridge">
  export CVS_RSH=ssh
  </pre>
--- 59,64 ----
  
  Add this environment variable to your shell. 
! <pre width="72"
! style="background-color: Gainsboro; padding: 2mm; border-style: ridge">
  export CVS_RSH=ssh
  </pre>
***************
*** 69,74 ****
  server after your home directory is created. This is normal.</p>
  
! <pre
! style="background-color: lightgrey; margin-left: 1cm; padding: 2mm; border-style: 
ridge">
  bash$ ssh -l yourname cvs.sourceforge.net
  </pre>
--- 69,74 ----
  server after your home directory is created. This is normal.</p>
  
! <pre width="72"
! style="background-color: Gainsboro; padding: 2mm; border-style: ridge">
  bash$ ssh -l yourname cvs.sourceforge.net
  </pre>
***************
*** 84,89 ****
  <p>You can now checkout your personal development tree with:</p>
  
! <pre
! style="background-color: lightgrey; margin-left: 1cm; padding: 2mm; border-style: 
ridge">
  bash$ cvs -d:ext:[EMAIL PROTECTED]:/cvsroot/leaf co \
  devel/yourname
--- 84,89 ----
  <p>You can now checkout your personal development tree with:</p>
  
! <pre width="72"
! style="background-color: Gainsboro; padding: 2mm; border-style: ridge">
  bash$ cvs -d:ext:[EMAIL PROTECTED]:/cvsroot/leaf co \
  devel/yourname
***************
*** 97,102 ****
  adding files/content.</p>
  
! <pre
! style="background-color: lightgrey; margin-left: 1cm; padding: 2mm; border-style: 
ridge">
  bash$ cd devel/yourname
  bash$ cp ~/foo.bar .
--- 97,102 ----
  adding files/content.</p>
  
! <pre width="72"
! style="background-color: Gainsboro; padding: 2mm; border-style: ridge">
  bash$ cd devel/yourname
  bash$ cp ~/foo.bar .
***************
*** 114,119 ****
  adding it.</p>
  
! <pre
! style="background-color: lightgrey; margin-left: 1cm; padding: 2mm; border-style: 
ridge">
  bash$ cvs add -kb foo.bar
  </pre>
--- 114,119 ----
  adding it.</p>
  
! <pre width="72"
! style="background-color: Gainsboro; padding: 2mm; border-style: ridge">
  bash$ cvs add -kb foo.bar
  </pre>
***************
*** 131,136 ****
  cvs.</i></p>
  
! <pre
! style="background-color: lightgrey; margin-left: 1cm; padding: 2mm; border-style: 
ridge">
  bash$ cvs -d:ext:[EMAIL PROTECTED]:/cvsroot/leaf import \
  -I ! "devel/yourname/newtree" vendor start
--- 131,136 ----
  cvs.</i></p>
  
! <pre width="72"
! style="background-color: Gainsboro; padding: 2mm; border-style: ridge">
  bash$ cvs -d:ext:[EMAIL PROTECTED]:/cvsroot/leaf import \
  -I ! "devel/yourname/newtree" vendor start
***************
*** 148,153 ****
  commands to anonymously check out a tree.</p>
  
! <pre
! style="background-color: lightgrey; margin-left: 1cm; padding: 2mm; border-style: 
ridge">
  bash$ cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/leaf login
  
--- 148,153 ----
  commands to anonymously check out a tree.</p>
  
! <pre width="72"
! style="background-color: Gainsboro; padding: 2mm; border-style: ridge">
  bash$ cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/leaf login
  




-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
Leaf-cvs-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to