Revert or rollback a SVN revision
If you have ever deployed code from a SVN repository with a bug in it and you need to revert to a working revision then you may find the following handy. First find the revision numbers for the file(s)...
View ArticleHow to ... Make Subversion ignore files and folders
Reblogged from Serge Desmedt: Excluding files from your repository Sometimes you may have types of files or folders in your source code tree that you do not want to include in your source code...
View ArticleRemove all .svn folders in subdirectory
You may want to copy the contents of one folder to another, but if the original folder is already added to Subversion (SVN) you get an error when committing the new folder. When a folder is committed...
View ArticleChange SVN editor to Vim or TextWrangler
When you check-in to SVN with svn ci, the default editor opens to allow you to enter your commit message. My default editor was Emacs. I don’t use Emacs for anything else, and I found entering a simple...
View ArticleHow to set revision number to svn external
SVN externals allow to include (nest) a remote SVN repository into another SVN repository. They are a great way to keep the latest code from another repository without having to do much. One thing you...
View Article