How To Comitt

Committing a changed file to the Enthral SVN is very easy. Issue the following command from within the directory that contains the changed file.

$ svn commit --username yourusername http://svn.enthralbbs.com/trunk -m "your commit message" filethathaschanged

Replace yourusername with your svn username, replace your commit message with the commit message you want to appear in the logs and replace filethathaschanged with the name of the file you have changed.