ignoring a folder in SVN
-
simply issue
svn propset svn:ignore '*' data/
-
then, you may change behavior by editing this setting:
svn propedit svn:ignore data/
then commit, this will aplly to all updated working copies
simply issue
svn propset svn:ignore '*' data/
then, you may change behavior by editing this setting:
svn propedit svn:ignore data/
then commit, this will aplly to all updated working copies