Re: Requesting a New Feature

2011-02-10 Thread C. Michael Pilato
On 02/10/2011 02:54 PM, Mark Phippard wrote: > On Thu, Feb 10, 2011 at 2:48 PM, C. Michael Pilato > wrote: >> On 02/10/2011 12:34 PM, Julian Foad wrote: >>> p.s. C-Mike, did I dream it, or did you implement something similar just >>> a few weeks ago? Maybe --parents for another subcommand? >> >>

Re: Requesting a New Feature

2011-02-10 Thread Mark Phippard
On Thu, Feb 10, 2011 at 2:48 PM, C. Michael Pilato wrote: > On 02/10/2011 12:34 PM, Julian Foad wrote: >> p.s. C-Mike, did I dream it, or did you implement something similar just >> a few weeks ago?  Maybe --parents for another subcommand? > > Wow.  I mean ... just ... wow. > > /me cries. That is

Re: Requesting a New Feature

2011-02-10 Thread C. Michael Pilato
On 02/10/2011 02:49 PM, Bob Archer wrote: >> On 02/10/2011 12:34 PM, Julian Foad wrote: >>> p.s. C-Mike, did I dream it, or did you implement something >> similar >>> just a few weeks ago? Maybe --parents for another subcommand? >> >> Wow. I mean ... just ... wow. >> >> /me cries. > > Is that a

RE: Requesting a New Feature

2011-02-10 Thread Bob Archer
> On 02/10/2011 12:34 PM, Julian Foad wrote: > > p.s. C-Mike, did I dream it, or did you implement something > similar > > just a few weeks ago? Maybe --parents for another subcommand? > > Wow. I mean ... just ... wow. > > /me cries. Is that a yea or nay? BOb

Re: Requesting a New Feature

2011-02-10 Thread C. Michael Pilato
On 02/10/2011 12:34 PM, Julian Foad wrote: > p.s. C-Mike, did I dream it, or did you implement something similar just > a few weeks ago? Maybe --parents for another subcommand? Wow. I mean ... just ... wow. /me cries. -- C. Michael Pilato CollabNet <> www.collab.net <> Distributed De

Re: Requesting a New Feature

2011-02-10 Thread Stefan Küng
On Thu, Feb 10, 2011 at 18:34, Julian Foad wrote: > On Thu, 2011-02-10, C. Michael Pilato wrote: >> Now tracked as http://subversion.tigris.org/issues/show_bug.cgi?id=3804 >> >> On 07/29/2010 10:14 AM, C. Michael Pilato wrote: >> > Sorta kinda.  Let's use our own tree as an example.  We start with

Re: Requesting a New Feature

2011-02-10 Thread Julian Foad
On Thu, 2011-02-10, C. Michael Pilato wrote: > Now tracked as http://subversion.tigris.org/issues/show_bug.cgi?id=3804 > > On 07/29/2010 10:14 AM, C. Michael Pilato wrote: > > Sorta kinda. Let's use our own tree as an example. We start with an empty > > checkout of the root of our project: > >

Re: Requesting a New Feature

2011-02-10 Thread C. Michael Pilato
Now tracked as http://subversion.tigris.org/issues/show_bug.cgi?id=3804 On 07/29/2010 10:14 AM, C. Michael Pilato wrote: > Sorta kinda. Let's use our own tree as an example. We start with an empty > checkout of the root of our project: > > $ svn co --depth empty http://svn.apache.org/repos/as

RE: Requesting a New Feature

2010-07-29 Thread Bob Archer
> On 29.07.2010 16:28, Bob Archer wrote: > >> Sorta kinda. Let's use our own tree as an example. We start > with > >> an empty checkout of the root of our project: > >> > >> $ svn co --depth empty > http://svn.apache.org/repos/asf/subversion > >> \ subversion $ cd subversion > >> > >> Now you dec

Re: Requesting a New Feature

2010-07-29 Thread Stefan Küng
On 29.07.2010 16:28, Bob Archer wrote: Sorta kinda. Let's use our own tree as an example. We start with an empty checkout of the root of our project: $ svn co --depth empty http://svn.apache.org/repos/asf/subversion \ subversion $ cd subversion Now you decide that you want the trunk code for

RE: Requesting a New Feature

2010-07-29 Thread Bob Archer
> Sorta kinda. Let's use our own tree as an example. We start with > an empty checkout of the root of our project: > > $ svn co --depth empty http://svn.apache.org/repos/asf/subversion > \ > subversion > $ cd subversion > > Now you decide that you want the trunk cod

Re: Requesting a New Feature

2010-07-29 Thread C. Michael Pilato
Sorta kinda. Let's use our own tree as an example. We start with an empty checkout of the root of our project: $ svn co --depth empty http://svn.apache.org/repos/asf/subversion \ subversion $ cd subversion Now you decide that you want the trunk code for our cmdline

Re: Requesting a New Feature

2010-07-28 Thread Daniel Shahaf
I assumed the request was to "pull in" a/b/c/d to a wc that doesn't have it yet... in which case I have to assume the OP (Elango) meant '--set-depth=empty'. (it's not an unreasonable feature idea IMO) Bob Archer wrote on Wed, Jul 28, 2010 at 17:33:04 -0400: > > Quiet a lot of users have reported

RE: Requesting a New Feature

2010-07-28 Thread Bob Archer
> Quiet a lot of users have reported that they would like to have a > flag in svn update that allows them to update several sub > directories in one command > > (when using sparse checkout), > > for example: a command like this > > svn up a\b\c\d will bring folder d with its content, and its >