Possible Duplicate:
How to ignore a directory with SVN?
I am trying to do an svn status to see the files I have not commited, however there is a folder called 'phpunit' and I would like to ignore that folder, is this possible?
Thanks, J
Possible Duplicate:
How to ignore a directory with SVN?
I am trying to do an svn status to see the files I have not commited, however there is a folder called 'phpunit' and I would like to ignore that folder, is this possible?
Thanks, J
See SVNBook article "Ignoring Unversioned Items".
The command you look for:
svn propset svn:ignore "phpunit" .