Search This Blog

Wednesday, April 6, 2011

Subversion Commands and Scripts

 Subversion Commands and Scripts
http://www.yolinux.com/TUTORIALS/Subversion.html

 Basic SVN Commands
http://www.linuxfromscratch.org/blfs/edguide/chapter03.html

svn status

svn status. This command prints the status of working directories and files. If you have made local changes, it'll show your locally modified items. If you use the --verbose switch, it will show revision information on every item. With the --show-updates (-u) switch, it will show any server out-of-date information.

$ svn ci -m " any message"
$ svn update
$ svn status

will show files that are not subversioned with "?" in front.

No comments:

Labels

Blog Archive