Subversion Specific Log Commands

Reference a Ticket

svn commit -m "Refs #9999. Log message for this commit..."

will add

Refs #9999. Log message for this commit...

to ticket 9999.

Close a Ticket

svn commit -m "Fixes #9999. Log message for this commit..."

will add

Fixes #9999. Log message for this commit...

to ticket 9999 and close it with status fixed.

 Learn more....

Subversion use/administration

General guidelines for subversion use can be found at  Local Subversion Guidelines.