Possible Duplicate:
How to keep SVN from updating a directory already in repository
everybody!
I need your help! I svn up’ped project on server and have this structure:
$ ls -a
. .. api common srv static .svn web
How to prevent srv folder from svn updates?
Thanks.
First remove
srvfolder. Then update it with--depth=emptyoption. After this,srvfolder will always be empty on everysvn upof whole project.