Re: [Issue 4225] Add --include-externals option to 'svn list'

2012-10-26 Thread vijay
On Wednesday 24 October 2012 07:16 PM, C. Michael Pilato wrote: On 10/24/2012 09:25 AM, vijay wrote: On Wednesday 24 October 2012 02:33 AM, Ben Reser wrote: Does it make more sense to make --include-externals behave something more like --depth rather than a simple boolean? E.G. it'd behave lik

Re: [Issue 4225] Add --include-externals option to 'svn list'

2012-10-26 Thread vijay
On Wednesday 24 October 2012 07:16 PM, C. Michael Pilato wrote: On 10/24/2012 09:25 AM, vijay wrote: On Wednesday 24 October 2012 02:33 AM, Ben Reser wrote: Does it make more sense to make --include-externals behave something more like --depth rather than a simple boolean? E.G. it'd behave lik

Re: [Issue 4225] Add --include-externals option to 'svn list'

2012-10-24 Thread C. Michael Pilato
On 10/24/2012 09:25 AM, vijay wrote: > On Wednesday 24 October 2012 02:33 AM, Ben Reser wrote: >> Does it make more sense to make --include-externals behave something >> more like --depth rather than a simple boolean? >> >> E.G. it'd behave like so: >> >> No option: current behavior externals are n

Re: [Issue 4225] Add --include-externals option to 'svn list'

2012-10-24 Thread vijay
On Wednesday 24 October 2012 02:33 AM, Ben Reser wrote: On Tue, Oct 23, 2012 at 9:58 AM, vijay wrote: Hi, I am working on patch to add '--include-externals' option to 'svn list' [Issue #4225]. Let me try to answer few questions in the issue comment [1]. Please correct me if I am wrong. 1. Wh

Re: [Issue 4225] Add --include-externals option to 'svn list'

2012-10-24 Thread vijay
On Tuesday 23 October 2012 11:42 PM, C. Michael Pilato wrote: On 10/23/2012 01:46 PM, Bert Huijben wrote: Before looking at the details some questions about the issue space: How do you handle externals that are stored in svn:externals many directory levels up? (Or even defined from above the cu

Re: [Issue 4225] Add --include-externals option to 'svn list'

2012-10-23 Thread Ben Reser
On Tue, Oct 23, 2012 at 9:58 AM, vijay wrote: > Hi, > > I am working on patch to add '--include-externals' option to 'svn list' > [Issue #4225]. > > Let me try to answer few questions in the issue comment [1]. > Please correct me if I am wrong. > > 1. What happens with externals inside of external

Re: [Issue 4225] Add --include-externals option to 'svn list'

2012-10-23 Thread C. Michael Pilato
On 10/23/2012 01:46 PM, Bert Huijben wrote: > Before looking at the details some questions about the issue space: > > How do you handle externals that are stored in svn:externals many directory > levels up? (Or even defined from above the current external) > > How do you handle externals between

RE: [Issue 4225] Add --include-externals option to 'svn list'

2012-10-23 Thread Bert Huijben
> -Original Message- > From: vijay [mailto:vi...@collab.net] > Sent: dinsdag 23 oktober 2012 16:59 > To: Subversion Development > Subject: [Issue 4225] Add --include-externals option to 'svn list' > > Hi, > > I am working on patch to add 

[Issue 4225] Add --include-externals option to 'svn list'

2012-10-23 Thread vijay
Hi, I am working on patch to add '--include-externals' option to 'svn list' [Issue #4225]. Let me try to answer few questions in the issue comment [1]. Please correct me if I am wrong. 1. What happens with externals inside of externals? Are they also listed? Does recursion stop at some point?