http://www.yolinux.com/TUTORIALS/Subversion.html
Basic SVN Commands
http://www.linuxfromscratch.org/blfs/edguide/chapter03.html
svn status
--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:
Post a Comment