How to exclude/ignore a directory from SVN?

Wednesday, August 13th, 2008

I’m new to SVN and learning how to exclude a directory from svn for my project. If you have cache or session directory in your project, you might want to exclude those directory from SVN repo. SVN allow you to exclude directory from your repo by using the command “svn propset”.
To exclude a directory [...]

How to migrate SVN repository?

Sunday, July 20th, 2008

There are only few easy steps to migrate svn repository. This post is for my own notes, in case i forget how to migrate svn repository again!
Below is the steps to migrate SVN repository:-

How to delete all .svn folder in Linux / Mac?

Tuesday, June 24th, 2008

Few days ago, i’m looking for way to delete all the .svn folder. Today i found the way to delete all .svn folder from my project folder in Linux.
To delete all .svn folder in Linux just follow the steps below:-