Statistiques
| Révision :

root / readme.txt @ 1

Historique | Voir | Annoter | Télécharger (1,2 ko)

1
---------------------------------------------------------------------------
2
# "FLORIVAR" project
3
(project ID : "florivar")
4
---------------------------------------------------------------------------
5
Biophysics Team - RDP ENS Lyon
6

    
7
Developers :
8
--------------
9
Annamaria KISS, Corentin MOLLIER, Frenk Diego HARTASANCHEZ
10

    
11
Download the repository / Rapatrier le dépot
12
--------------------------------------------
13
cd "directory that will contain the project's directory"
14
svn --username $USER checkout http://forge.cbp.ens-lyon.fr/svn/florivar
15

    
16
Update (download changes from the repository)
17
--------------------------------------------
18
cd florivar
19
svn up
20

    
21
Commit (upload your changes into the repository)
22
-----------------------------------------------
23
cd florivar
24
svn commit
25

    
26
Changing the file tree
27
----------------------
28
if you want to add, delete or move individual files in the file-tree of the repository, you have to do that by svn
29
... cd in the right subdirectory
30
svn add toto
31
svn mv toto titi
32
svn rm titi
33
... and then make a commit (!)
34

    
35
Useful links
36
-------------
37
svn useful commands : http://wiki.greenstone.org/wiki/index.php/Useful_SVN_Commands
38
formats in a wiki : https://forge.cbp.ens-lyon.fr/redmine/help/wiki_syntax.html
39