************************************************
* Organized the repository to manage branches. * ************************************************ Everything you already know has been moved to "trunk" Added a "branches" directory with 2 subdirectories "releases" and "features" * "releases" will be used for branches related to a given release, e.g. when a change to post-treatments are needed for the analysis of data generated using that release. For example: I am analysing data that I generated using versions 2.1.2 of the code. I hence created the branch "releases/aevol-2.1.2" so that I can code my post-treatments in a properly versionned way. These development may (depending on the level of specificity) be added to the trunk eventually (using svn merge) * "features" is meant to be used when developing a new feature that takes time developing. This will enable us to use svn feature more thouroughly, e.g. commit more often (even "unstable" versions) in a personal branch of the svn. If you don't want to use branches or if you just want to be able to update regularly, you need not change your habits, just add "/trunk" when you check out => "svn checkout svn+ssh://username@svn.gforge.liris.cnrs.fr/svnroot/aevol/trunk" Questions/remarks are welcome! David
parents
No related branches found
No related tags found
Showing
- AUTHORS 1 addition, 0 deletionsAUTHORS
- COPYING 0 additions, 0 deletionsCOPYING
- ChangeLog 1 addition, 0 deletionsChangeLog
- INSTALL 365 additions, 0 deletionsINSTALL
- Makefile.am 7 additions, 0 deletionsMakefile.am
- Makefile.in 0 additions, 0 deletionsMakefile.in
- NEWS 1 addition, 0 deletionsNEWS
- README 1 addition, 0 deletionsREADME
- aclocal.m4 0 additions, 0 deletionsaclocal.m4
- compile 143 additions, 0 deletionscompile
- configure 0 additions, 0 deletionsconfigure
- configure.ac 180 additions, 0 deletionsconfigure.ac
- depcomp 630 additions, 0 deletionsdepcomp
- doc/Makefile.am 13 additions, 0 deletionsdoc/Makefile.am
- doc/Makefile.in 333 additions, 0 deletionsdoc/Makefile.in
- doc/aevol.conf 0 additions, 0 deletionsdoc/aevol.conf
- doc/index.html 10 additions, 0 deletionsdoc/index.html
- doc/param.in.example 105 additions, 0 deletionsdoc/param.in.example
- install-sh 520 additions, 0 deletionsinstall-sh
- make_big_backup_IN2P3.py 109 additions, 0 deletionsmake_big_backup_IN2P3.py
Loading
Please register or sign in to comment