Re: Purging pristines

2011-10-03 Thread Julian Foad
Daniel Shahaf wrote: > 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 suggest that although the issue is annoying it's not critical enough to hold up 1.7.0, and we should be making the WC management code delete its unuse

Re: Purging pristines

2011-10-03 Thread Philip Martin
"Bert Huijben" writes: >> -Original Message- >> From: Philip Martin [mailto:philip.mar...@wandisco.com] >> >> 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 th

Re: Purging pristines

2011-10-03 Thread Daniel Shahaf
Konstantin Kolinko wrote on Mon, Oct 03, 2011 at 17:27:16 +0400: > 2011/10/3 Philip Martin : > > Konstantin Kolinko 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 langu

Re: Purging pristines

2011-10-03 Thread Konstantin Kolinko
2011/10/3 Philip Martin : > Konstantin Kolinko 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' a

RE: Purging pristines

2011-10-03 Thread Bert Huijben
> -Original Message- > From: Philip Martin [mailto:philip.mar...@wandisco.com] > Sent: maandag 3 oktober 2011 14:33 > To: Konstantin Kolinko > Cc: dev > Subject: Re: Purging pristines > > Konstantin Kolinko writes: > > > It is a nightmare to

Re: Purging pristines

2011-10-03 Thread Philip Martin
Konstantin Kolinko 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

Re: Purging pristines

2011-10-03 Thread Daniel Shahaf
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. Konstantin Kolinko wrote on Mon, Oct 03, 2011 at 15:50:30 +0400: > 2. The problem is worse than it seemed: > svn cleanup does not help for complex wcs, because it does not > re

Re: Purging pristines

2011-10-03 Thread Konstantin Kolinko
2011/7/28 Daniel Shahaf : > Julian Foad wrote on Thu, Jul 28, 2011 at 10:09:28 +0100: >> On Mon, 2011-07-25, Daniel Shahaf wrote: >> > I've noticed several times that 'svn cleanup' trims down the >> > .svn/pristine/ hierarchy: >> [...] >> > Are pristines purged at other times? >> >> No. >> >> >   I

Re: Purging pristines

2011-07-28 Thread Daniel Shahaf
Julian Foad wrote on Thu, Jul 28, 2011 at 10:09:28 +0100: > On Mon, 2011-07-25, Daniel Shahaf wrote: > > I've noticed several times that 'svn cleanup' trims down the > > .svn/pristine/ hierarchy: > [...] > > Are pristines purged at other times? > > No. > > > If not, should we release-note > > a

RE: Purging pristines

2011-07-28 Thread Bert Huijben
> -Original Message- > From: Markus Schaber [mailto:m.scha...@3s-software.com] > Sent: donderdag 28 juli 2011 11:20 > To: Julian Foad; Daniel Shahaf > Cc: dev@subversion.apache.org > Subject: AW: Purging pristines > > Hi, > > Von: Julian Foad [mailto:julian.f...@wandisco.com] > > > And

Re: Purging pristines

2011-07-28 Thread Julian Foad
On Mon, 2011-07-25, Daniel Shahaf wrote: > I've noticed several times that 'svn cleanup' trims down the > .svn/pristine/ hierarchy: [...] > Are pristines purged at other times? No. > If not, should we release-note > a recommendation to run 'cleanup' periodically? Yes. And IMO we should work o