Changes

Jump to navigation Jump to search
m
Line 3: Line 3:     
= Get/update a developer CVS version =
 
= Get/update a developer CVS version =
===Make a backup of your configuration file and data===
  −
  −
If you have already a working installation, backup your file '''htdocs/conf/conf.php''' and your documents directory. It's more secure if you make a mistake later.
      
===Get last version of sources using a CVS anonymous access===
 
===Get last version of sources using a CVS anonymous access===
Line 31: Line 28:  
</source>
 
</source>
 
HEAD means we want last version of files (so last development files).
 
HEAD means we want last version of files (so last development files).
 +
 +
===Other repositories===
 +
 +
A CVS repository for rare modules is also available into module dolibarrmod
 +
<source lang="bash">
 +
CVSROOT=:ext:yoursavannahlogin@cvs.savannah.nongnu.org:/cvsroot/dolibarr
 +
export CVSROOT
 +
cvs -q checkout -r HEAD dolibarrmod
 +
</source>
    
===Update your repository===
 
===Update your repository===
Line 61: Line 67:  
If you want to work on a particular version (with its patches), you must follow same process but you must replace HEAD by name of the branch.
 
If you want to work on a particular version (with its patches), you must follow same process but you must replace HEAD by name of the branch.
 
For example DOLIBARR_2_2_BRANCH for branch 2.2 or DOLIBARR_2_4_BRANCH for branch 2.4.
 
For example DOLIBARR_2_2_BRANCH for branch 2.2 or DOLIBARR_2_4_BRANCH for branch 2.4.
  −
===Other repositories===
  −
  −
A CVS repository for rare modules is also available into module dolibarrmod
  −
<source lang="bash">
  −
:ext:yoursavannahlogin@cvs.savannah.nongnu.org:/cvsroot/dolibarr
  −
export CVSROOT
  −
cvs -q checkout -r HEAD dolibarrmod
  −
</source>
      
===Get last version of sources by download===
 
===Get last version of sources by download===

Navigation menu