What if someone else had a working copy?

  • Suppose Sally was also working on the project.
  • Now her copy of the button.c file will be out of date.
  • Sally can ask to bring her working copy up to date by:
    $ pwd
    /home/sally/calc
    $ ls -A 
    .svn/ Makefile integer.c button.c
    $ svn update
    U button.c 
    
  • Subversion only updates those files that have been changed.
  • Update often if working on a group project!
[filesystem]


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