find ./ -iname *.svn* -print0 | xargs -0 /bin/rm -rf
why you don't just use this?svn export [-r REV] PATH1[@PEGREV] [PATH2]
Simply.. because I don't know about it :)
Post a Comment
2 comments:
why you don't just use this?
svn export [-r REV] PATH1[@PEGREV] [PATH2]
Simply.. because I don't know about it :)
Post a Comment