Changes

Jump to navigation Jump to search
m
Line 20: Line 20:  
The command to get a full snapshot in a working directory is:
 
The command to get a full snapshot in a working directory is:
 
''
 
''
  CVSROOT=:pserver:yourlogin@cvs.savannah.nongnu.org:/cvsroot/dolibarr
+
  CVSROOT=:ext:yourlogin@cvs.savannah.nongnu.org:/cvsroot/dolibarr
 
  export CVSROOT
 
  export CVSROOT
 
  cvs -q checkout -r HEAD dolibarr
 
  cvs -q checkout -r HEAD dolibarr
Line 41: Line 41:     
The command to update files that was caught with previous CVS command:
 
The command to update files that was caught with previous CVS command:
''With linux:
+
 
 +
''With linux:''
 
  cvs -q update -P -d
 
  cvs -q update -P -d
With Windows and Tortoise cvs
+
''With Windows and Tortoise cvs''
 
  "C:\Program Files\CVSNT\cvs.exe" -q update -P -d''
 
  "C:\Program Files\CVSNT\cvs.exe" -q update -P -d''
 
And to set back all your working directory with same files than on CVS server repository (canceling your local changes):
 
And to set back all your working directory with same files than on CVS server repository (canceling your local changes):
''With linux:
+
 
 +
''With linux:''
 
  cvs -q update -P -C -d
 
  cvs -q update -P -C -d
With Windows and Tortoise cvs
+
''With Windows and Tortoise cvs''
 
  "C:\Program Files\CVSNT\cvs.exe" -q update -P -C -d
 
  "C:\Program Files\CVSNT\cvs.exe" -q update -P -C -d
  

Navigation menu