svn checkout http://svn.server.com/svn/project_repo --username=jango svn info svn status svn log svn add <file> svn diff svn update // if code got old svn commit -m <comment> svn revert -R <trunk-directory> svn up // find the current revision of the repository svn merge -r <from-ref>:<to-ref> <file>