svn co svn add –force . svn commit -m “this is a message” show changed files: svn log -r 1:2 -v Ignore Command: Ignore a file: svn propset svn:ignore .project . Ignore a directory and all the files inside it: svn propset svn:ignore ‘*’ classes/ If the location of the repository is changed you can [...]