|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
svn commit
operation can publish changes to any
number of files and directories as a single atomic transaction.
svn update
command will work to get you a new copy)
svn commit
, you will get an "out-of-date"
error, you must update first and if subversion can't resolve the merge you will have to help)
svn status
to see the state of any item in your working directory.
SVN
in the current directory.
svnadmin create --fs-type fsfs SVN
svn mkdir svn+ssh://lab9-9.cs.mcgill.ca/home/user/hendren/SVN/cs303
svn mkdir file:///home/user/hendren/SVN/cs303
svn update
svn commit
svn checkout svn+ssh://lab9-9.cs.mcgill.ca/home/user/hendren/SVN/cs303 my303copy
303copy
. (Remember to use a linux
machine name, not a freeBSD machine)
svn checkout file:///home/user/hendren/SVN/cs303 my303copy
svn help commandname to get
details on each command.
- For example,
svn help import
.
- Googling svn import also works well.
svn import
command to import a local
directory into a repository.
/project/branches/ /tags/ /trunk/ foo.c bar.c Makefile
svn add
and svn delete
commands.