Making a change

  • Suppose you want to change button.c .
  • You edit the file as normal.
  • The new modification time and date will be more recent than the time and date of the file in the repository.
  • You publish your change by committing your file to the repository:
    $ svn commit button.c
    Sending        button.c
    Transmitting file data .
    Committed revision 57.
    
[filesystem]


previous | start | next .... [Slide 12] ....