root / readme.txt @ 1
Historique | Voir | Annoter | Télécharger (1,17 ko)
1 |
--------------------------------------------------------------------------- |
---|---|
2 |
# "Cell division rule" project |
3 |
(project ID : "division") |
4 |
--------------------------------------------------------------------------- |
5 |
Biophysics Team - RDP ENS Lyon |
6 |
|
7 |
Developers : |
8 |
-------------- |
9 |
Jean-Daniel Julien |
10 |
|
11 |
|
12 |
Download the repository / Rapatrier le dépot |
13 |
-------------------------------------------- |
14 |
cd "directory that will contain the project's directory" |
15 |
svn --username $USER checkout http://forge.cbp.ens-lyon.fr/svn/division |
16 |
|
17 |
Update (download changes from the repository) |
18 |
-------------------------------------------- |
19 |
cd division |
20 |
svn up |
21 |
|
22 |
Commit (upload your changes into the repository) |
23 |
----------------------------------------------- |
24 |
cd division |
25 |
svn commit |
26 |
|
27 |
Changing the file tree |
28 |
---------------------- |
29 |
if you want to add, delete or move individual files in the file-tree of the repository, you have to do that by svn |
30 |
... cd in the right subdirectory |
31 |
svn add toto |
32 |
svn mv toto titi |
33 |
svn rm titi |
34 |
... and then make a commit (!) |
35 |
|
36 |
Useful links |
37 |
------------- |
38 |
svn useful commands : http://wiki.greenstone.org/wiki/index.php/Useful_SVN_Commands |
39 |
formats in a wiki : https://forge.cbp.ens-lyon.fr/redmine/help/wiki_syntax.html |
40 |
|