Sunday, January 24, 2010

about svn

to use svn, there are simple steps as follow:

1 check out repository, use following command(just at first time):
svn co URL(for example:svn://zenit.senecac.on.ca/oop344)

2 update the repository, use the command:
svn update

3 To add files , use the command:
svn add FILENAMES

4 To submit your files modified, use the command:
svn commit

More detail about SVN, refer to SVM-BOOK.pdf

No comments:

Post a Comment