find . -name .svn -print0 | xargs -0 rm -r
This is useful if you run into difficulties, and allows you to move your local copy and make a backup, without copying any svn problems/errors. Then you can re-checking out the repository, before copying the files back.
Subscribe to:
Post Comments
(
Atom
)
No comments:
Post a Comment