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

Re: Purging pristines

From: Konstantin Kolinko <knst.kolinko_at_gmail.com>
Date: Mon, 3 Oct 2011 17:27:16 +0400

2011/10/3 Philip Martin <philip.martin_at_wandisco.com>:
> Konstantin Kolinko <knst.kolinko_at_gmail.com> writes:
>
>> It is a nightmare to have to list all my dir externals explicitly to
>> run cleanup on them.
>
> It's not hard if you have some sort of shell programming language, look
> for lines starting X in the output of 'svn st --ignore-externals' and
> run cleanup on the paths in those lines.  I suppose it's harder to do
> that sort of thing on Windows than Unix.
>

Yes, I am mostly on Windows.

I know how to do tricks, but it is harder to teach users that they
have to use shell programming here.

2011/10/3 Daniel Shahaf <d.s_at_daniel.shahaf.name>:
> Do we need to add an 'svn cleanup --include-externals' flag? It's an
> API change so if we need it we need to add it now.

I personally would prefer that svn cleanup recursed into externals automatically
(as does svn up etc,) and to have "--exclude-externals" flag.

TortoiseSVN already has this recursing feature, so either it is already in API,
or Stefan has implemented a clever workaround around it.

Best regards,
Konstantin Kolinko
Received on 2011-10-03 15:27:50 CEST

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.