Changes between Version 4 and Version 5 of svndocumentations


Ignore:
Timestamp:
02/16/11 16:31:53 (13 years ago)
Author:
Jerome
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • svndocumentations

    v4 v5  
    44
    55 * Checkout : create/import a svn project from a repository on a server to a local computer.
    6  * Update : update your local svn project snapshot. Apply other user modifications on your local snapshot 
     6 * Update : update your local svn project snapshot. Apply other user modifications on your local snapshot.
    77 * Commit : apply your svn project modification (update the repository).
    88
     
    1515 4. Commit your changes to the repository : ''svn commit''. Go to step 2.
    1616
    17 == Ellidiss SVN Configuration==
     17== Ellidiss SVN Configuration ==
    1818
    1919There 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.
     20
     21 * !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.
     22 * !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.
    2223
    2324== User Interface Tools ==