First page Back Continue Last page Overview Graphics
svn commit (1/2)
Use svn commit to communicate your changes to the repository, which makes it available to other working copies (these may be yours on different machines, or may belong to other developers on your project)
Standard usage:
svn commit <file> {<file>}
Useful options to svn commit:
-m <msg> specify a log message
--editor-cmd <cmd> specify an editor for
log messages
Notes: