11.07.2015 Views

Version Control with Subversion - Login

Version Control with Subversion - Login

Version Control with Subversion - Login

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>Subversion</strong> Complete ReferenceSending aTransmitting file data .Committed revision 3.Commit a modification to the file foo.c (explicitly specified on the command line) <strong>with</strong> thecommit message in a file named msg:$ svn commit -F msg foo.cSending foo.cTransmitting file data .Committed revision 5.If you want to use a file that's under version control for your commit message <strong>with</strong> --file,you need to pass the --force-log option:$ svn commit --file file_under_vc.txt foo.csvn: The log message file is under version controlsvn: Log message file is a versioned file; use '--force-log' to override$ svn commit --force-log --file file_under_vc.txt foo.cSending foo.cTransmitting file data .Committed revision 6.To commit a file scheduled for deletion:$ svn commit -m "removed file 'c'."Deleting cCommitted revision 7.239

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!