Re: Feature request: svn clean
From: Greg Ward <gward_at_python.net>
Date: 2005-03-22 03:50:59 CET
On 17 March 2005, Martin Aliger said:
Sounds to me like you need to write the pipeline
svn st | awk '/^\?/ {print $2}' | xargs rm -f
in Python and call it svnclean. Or write it in C if you really can't
Or use a modern build tool like SCons: "scons -c" deletes all build
Greg
-- Greg Ward <gward_at_python.net> http://www.gerg.ca/ If you and a friend are being chased by a lion, it is not necessary to outrun the lion. It is only necessary to outrun your friend. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Tue Mar 22 03:54:11 2005 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.