Re: [PATCH] Fix for issue 3787

2011-07-04 Thread Noorul Islam K M
Noorul Islam K M writes: > "Bert Huijben" writes: > >>> -Original Message- >>> From: Noorul Islam K M [mailto:noo...@collab.net] >>> Sent: maandag 4 juli 2011 18:05 >>> To: Daniel Shahaf >>> Cc: Subversion >>> Subje

Re: [PATCH] Fix for issue 3787

2011-07-04 Thread Noorul Islam K M
"Bert Huijben" writes: >> -Original Message- >> From: Noorul Islam K M [mailto:noo...@collab.net] >> Sent: maandag 4 juli 2011 18:05 >> To: Daniel Shahaf >> Cc: Subversion >> Subject: Re: [PATCH] Fix for issue 3787 > >> [[[ >

RE: [PATCH] Fix for issue 3787

2011-07-04 Thread Bert Huijben
> -Original Message- > From: Noorul Islam K M [mailto:noo...@collab.net] > Sent: maandag 4 juli 2011 18:05 > To: Daniel Shahaf > Cc: Subversion > Subject: Re: [PATCH] Fix for issue 3787 > [[[ > > Fix for issue 3787. Make 'svn info --depth' variant

Re: [PATCH] Fix for issue 3787

2011-07-04 Thread Noorul Islam K M
Stefan Sperling writes: > On Thu, Apr 07, 2011 at 02:46:45PM +0530, Noorul Islam K M wrote: > >> Daniel Shahaf writes: >> >> > Noorul Islam K M wrote on Thu, Apr 07, 2011 at 10:17:49 +0530: >> > >> >> Index: subversion/libsvn_client/info.c >> >> =

Re: [PATCH] Fix for issue 3787

2011-04-07 Thread Stefan Sperling
On Thu, Apr 07, 2011 at 02:42:40PM +0300, Daniel Shahaf wrote: > Stefan Sperling wrote on Thu, Apr 07, 2011 at 11:38:43 +0200: > > While this should show no information about foo: > > > > $ svn st --depth=empty > > And then there is > > % svn st --depth=empty foo > > which, I believe, should

Re: [PATCH] Fix for issue 3787

2011-04-07 Thread Daniel Shahaf
Stefan Sperling wrote on Thu, Apr 07, 2011 at 11:38:43 +0200: > I think --depth was initially conceived for checkout and update to control > sparse working copies. Then it ended up being used also to replace the -R > and -N switches of other subcommands (-N being --depth=empty). Actually -N meant

Re: [PATCH] Fix for issue 3787

2011-04-07 Thread Daniel Shahaf
Stefan Sperling wrote on Thu, Apr 07, 2011 at 11:38:43 +0200: > While this should show no information about foo: > > $ svn st --depth=empty And then there is % svn st --depth=empty foo which, I believe, should show information about 'foo' even if it's a file.

Re: [PATCH] Fix for issue 3787

2011-04-07 Thread Stefan Sperling
On Thu, Apr 07, 2011 at 02:46:45PM +0530, Noorul Islam K M wrote: > Daniel Shahaf writes: > > > Noorul Islam K M wrote on Thu, Apr 07, 2011 at 10:17:49 +0530: > > > >> Index: subversion/libsvn_client/info.c > >> === > >> --- subversi

Re: [PATCH] Fix for issue 3787

2011-04-07 Thread Noorul Islam K M
Daniel Shahaf writes: > Noorul Islam K M wrote on Thu, Apr 07, 2011 at 10:17:49 +0530: > >> Index: subversion/libsvn_client/info.c >> === >> --- subversion/libsvn_client/info.c (revision 1089373) >> +++ subversion/libsvn_client/info

Re: [PATCH] Fix for issue 3787

2011-04-07 Thread Daniel Shahaf
Noorul Islam K M wrote on Thu, Apr 07, 2011 at 10:17:49 +0530: > Index: subversion/libsvn_client/info.c > === > --- subversion/libsvn_client/info.c (revision 1089373) > +++ subversion/libsvn_client/info.c (working copy) > @@ -408,1

Re: [PATCH] Fix for issue 3787

2011-04-06 Thread Daniel Shahaf
Noorul Islam K M wrote on Thu, Apr 07, 2011 at 10:17:49 +0530: > Index: subversion/tests/cmdline/depth_tests.py > === > --- subversion/tests/cmdline/depth_tests.py (revision 1089373) > +++ subversion/tests/cmdline/depth_tests.py (w

Re: [PATCH] Fix for issue 3787

2011-04-06 Thread Noorul Islam K M
Stefan Sperling writes: > On Thu, Mar 10, 2011 at 04:49:32PM +0530, Noorul Islam K M wrote: > >> >> >From issue tracker >> (http://subversion.tigris.org/issues/show_bug.cgi?id=3787) >> >> It would be ever-so-helpful to folks looking to capture and replicate a >> working >> copy sparse checkout

Re: [PATCH] Fix for issue 3787

2011-03-16 Thread Julian Foad
On Mon, 2011-03-14 at 16:02 +0100, Stefan Sperling wrote: > On Thu, Mar 10, 2011 at 04:49:32PM +0530, Noorul Islam K M wrote: > > > > >From issue tracker > > (http://subversion.tigris.org/issues/show_bug.cgi?id=3787) > > > > It would be ever-so-helpful to folks looking to capture and replicate a

Re: [PATCH] Fix for issue 3787

2011-03-14 Thread Stefan Sperling
On Thu, Mar 10, 2011 at 04:49:32PM +0530, Noorul Islam K M wrote: > > >From issue tracker > (http://subversion.tigris.org/issues/show_bug.cgi?id=3787) > > It would be ever-so-helpful to folks looking to capture and replicate a > working > copy sparse checkouts configuration if 'svn info -R' woul

[PATCH] Fix for issue 3787

2011-03-10 Thread Noorul Islam K M
>From issue tracker (http://subversion.tigris.org/issues/show_bug.cgi?id=3787) It would be ever-so-helpful to folks looking to capture and replicate a working copy sparse checkouts configuration if 'svn info -R' would show exclude items, if only optionally, and even then if only just with minimal