Changes between Version 3 and Version 4 of svndocumentations


Ignore:
Timestamp:
02/16/11 16:30:14 (13 years ago)
Author:
Jerome
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • svndocumentations

    v3 v4  
    1010
    1111 0. Check out a svn project from a repository : ''svn checkout !svn+ssh://user@server/svn_project_directory''.
    12  1. In that project, create or edit files and subdirectories. If a file or a directory is created, it must be added with the following command : ''svn add name'' 
     12 1. In that project, create or edit files and subdirectories. If a file or a directory is created, it must be added with the following command : ''svn add name''.
    1313 2. Update your local copy from the repository, picking up changes your team members may have made since your last update : ''svn update''.
    1414 3. Go to step 1. If you're ready to commit your changes, go to step 4.
    1515 4. Commit your changes to the repository : ''svn commit''. Go to step 2.
    1616
    17 == Tortoise SVN (windows) ==
     17== Ellidiss SVN Configuration==
    1818
    19 == Rapid SVN (linux) ==
     19There are different ways of connecting to the repository :
     20* svn+ssh://user@server/svn_project_directory : the recommended way. The user must have an account on the server and be in the ''svn'' group.
     21* file://server/svn_project_directory : can be used with samba mounting (easier to use with windows) or on the local server (in that case, it is not necessary to put the server's name, file:///). The svn repository must be shared on the local network.
     22
     23== User Interface Tools ==
     24
     25=== Tortoise SVN (windows) ===
     26
     27In windows, one can use tortoise svn : http://tortoisesvn.tigris.org/.
     28
     29This tool is directly integrated in the windows contextual menu.
     30
     31=== Rapid SVN (linux) ===
     32
     33In linux, on can use rapid svn : http://rapidsvn.tigris.org/.