Aug 1, 2007

Subversion command line

Some basic command should remember
svn add — Add files and directories.
$ svn add testdir
svn checkout — Check out a working copy from a repository.
$ svn co http://mangmaytinh.biz.tm/repos/
svn commit — Send changes from your working copy to the repository.
$ svn ci -m "commit"
svn cleanup — Recursively clean up the working copy.
svn delete — Delete an item from a working copy or the repository.
svn diff — Display the differences between two paths.
svn update — Update your working copy.

No comments: