Changes between Version 7 and Version 8 of svndocumentations


Ignore:
Timestamp:
02/16/11 16:44:55 (13 years ago)
Author:
Jerome
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • svndocumentations

    v7 v8  
    1515}}}
    1616
    17  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''.
    18  2. Update your local copy from the repository, picking up changes your team members may have made since your last update : ''svn update''.
    19  3. Go to step 1. If you're ready to commit your changes, go to step 4.
    20  4. Commit your changes to the repository : ''svn commit''. Go to step 2.
     17 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 :
     18
     19{{{
     20svn add name
     21}}}
     22
     23 2. Update your local copy from the repository, picking up changes your team members may have made since your last update :
     24
     25{{{
     26svn update
     27}}}
     28
     29 3. Go to step 1. If you're ready to commit your changes, go to ''step 4''.
     30 4. Commit your changes to the repository. Go to ''step 2''.
     31
     32{{{
     33svn commit
     34}}}
    2135
    2236== Ellidiss SVN Configuration ==