[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Cleaning up work area with svn

From: Bas Mevissen <ml_at_basmevissen.nl>
Date: 2004-04-09 12:01:44 CEST

Peter S. Housel wrote:
>
> If the former, I use the following "svnpurge" script:
>
> #!/bin/sh
> svn st --no-ignore \
> | perl -n -e 'if(/^[I?].{6}(.*)$/) { print "$1\n"; unlink $1; }'
>
> Perhaps this could be added to contrib/client-side.
>

I would propose to have this functionality added to the client. Then you
can check if you didn't forget to add or delete files from the repos
before committing.

Regards,

Bas.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 9 11:58:30 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.