Changes

Jump to navigation Jump to search
355 bytes added ,  23:15, 9 April 2014
Line 64: Line 64:  
====Retrieving the latest version====
 
====Retrieving the latest version====
 
If you already once checked out the source of a certain package you can update your local copy with the following command:
 
If you already once checked out the source of a certain package you can update your local copy with the following command:
  cvs update -dPA  
+
  cvs update -dPA
 +
 
 +
if you wish to find the last known exact version as that of CVS. you must delete the whole folder or file in question and after running the command 'cvs checkout'
 +
 
 +
cvs checkout smeserver-vacation
 +
or that
 +
cvs checkout smeserver-vacation/contribs8
 +
or you can also
 +
cvs checkout smeserver-vacation/contribs8/smeserver-vacation-1.0-locale-2013-07-15.patch
 +
 
 
====Check in or committing====
 
====Check in or committing====
 
To upload your source code into the repository (check in) you need to have a user account on the SourceForge system that is hosting the SME Server core and SME Server contribs repositories.
 
To upload your source code into the repository (check in) you need to have a user account on the SourceForge system that is hosting the SME Server core and SME Server contribs repositories.

Navigation menu