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

Re: cvspurge subversio equivalent

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-09-10 19:12:16 CEST

Edvard Majakari wrote:
> "Max Bowsher" <maxb@ukf.net> writes:
>
> Thanks Helge and Max. Using Max's script I did the following in a svn
> controlled directory:
>
> $ touch foo
> $ svnpurge.sh
> foo
> $ svnpurge.sh
> foo
> $ svnpurge.sh|xargs rm -f
> $ svnpurge.sh
> $
>
> That is, for some reason DRYRUN doesn't work - yes I used bash and the
> script as-is:

What do you mean dryrun didn't work? You don't seem to be using it above.

And are there really spaces before foo in the scripts output? There
shouldn't be, and they aren't there for me.

Perhaps you could add the -v flag to rm, to debug?

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 10 19:15:01 2004

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.