Commit Command

Sends changes from your working copy to the repository.

svn commit -m "log message"--no-unlock PATH
Type Value Description
-m "log message" Specifies the commit comment.  
--no-unlock   Specifies that the resource should keep locks after commit if this is the case.
PATH   Location on the file system of the resource to commit. Can be more than one.