Line 47:
Line 47:
=Update your repository=
=Update your repository=
−
+
???
−
The command to update files that was caught with previous CVS command:
−
−
''With linux:''
−
<source lang="bash">
−
cvs -q update -P -d
−
</source>
−
''With Windows and Tortoise cvs''
−
<source lang="bash">
−
"C:\Program Files\CVSNT\cvs.exe" -q update -P -d
−
</source>
−
And to set back all your working directory with same files than on CVS server repository (canceling your local changes):
−
−
''With linux:''
−
<source lang="bash">
−
cvs -q update -P -C -d
−
</source>
−
''With Windows and Tortoise cvs''
−
<source lang="bash">
−
"C:\Program Files\CVSNT\cvs.exe" -q update -P -C -d
−
</source>
−
−
May be, you will have to change permissions on directories or files after to make then readable by users of your Dolibarr web server.
=Get files for a particular CVS branch=
=Get files for a particular CVS branch=