Line 36:
Line 36:
Then right click on project and Choose "Team - Share". Select GIT and select project available into list.
Then right click on project and Choose "Team - Share". Select GIT and select project available into list.
−
=Get complementary modules=
+
=Update your repository=
−
A CVS repository for non official or rare Dolibarr modules is also available into CVS module dolibarrmod
+
???
−
See page to know how to extract sources from CVS [[FAQ Get,update project sources]].
−
<source lang="bash">
+
=Commit and publish your changes=
−
CVSROOT=:ext:yoursavannahlogin@cvs.savannah.nongnu.org:/cvsroot/dolibarr
+
To commit changes right click on file or directory to commit. This will validate changes into your local repository.
−
export CVSROOT
−
cvs -q checkout -r HEAD dolibarrmod
−
</source>
−
=Update your repository=
+
To upload them on the remote GIT repository, right clicj on project and choose "Team - Push to Upstream".
−
???
+
+
More information in GIT usage is available [http://wiki.eclipse.org/EGit/User_Guide here].
=Get last version of sources by download=
=Get last version of sources by download=