Exclude SVN
Hello,
does anybody know how you can exclude SVN folders?
"FILE /r /x SVN myproject" does not work?
Thanx.
Archive: Exclude SVN
Exclude SVN
Hello,
does anybody know how you can exclude SVN folders?
"FILE /r /x SVN myproject" does not work?
Thanx.
Try "FILE /r /x .svn myproject"
The dot was missing