svn status | grep -v '?' | less
Development, testing, ideas
Monday, August 3, 2009
What is SVN Going to Commit?
To find this out, use the following command:
Tuesday, January 27, 2009
Remove unversioned files from SVN working copy
In ubuntu, we can accomplish this with only one command:
svn status | awk '/^\?/{print $2}' | xargs rm -rf
Subscribe to:
Posts (Atom)