Posts tagged with ‘svn exclude directory’

How to exclude/ignore a directory from SVN?

advertisement

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 from SVN, follow the steps below:-

Continue reading How to exclude/ignore a directory from SVN? »