Subversion (svn) create a repository:
create a working copy:
create a working copy remotely in current folder via ssh
go in the working directory and see the status
add files to the repository (you have to commit after adding):
commit changes
bring the working folder up to date
look at svn log
look at revision 1 log in verbose
diff two revisions
rename a file (no manual mv command is needed. working copy gets updated too)
undo something done with 'svc *' but not commited yet:
Undoing what was done in revision 3 to 4
Recover a deleted file: First find out the version you are looking for
Forcefully add all new files in the working folder: |
Linux >