Re: Creating sparse working copy retroactively from existing disjoint working copies

2012-08-19 Thread Daniel Shahaf
Robert Whitaker wrote on Wed, Aug 15, 2012 at 23:00:53 -0700: > ---o--- > STATEMENT 3: > ---o--- > Assume I didn't know about sparse checkouts (or about the --depth > flag) and assume I had created my working copy by creating all the > intermediary directories using "mkdir" as follows > > $ mkdi

Re: Creating sparse working copy retroactively from existing disjoint working copies

2012-08-19 Thread Daniel Shahaf
Robert Whitaker wrote on Fri, Aug 17, 2012 at 08:45:32 -0700: > - Original Message - > > From: Daniel Shahaf > > Sent: Friday, August 17, 2012 10:03 AM > > > > % mkdir d > > % cd d > > % mkdir notes notes/commit-access-templates > > % svn co -q > > http://svn.apache.org/repos/asf/subversio

Re: Creating sparse working copy retroactively from existing disjoint working copies

2012-08-17 Thread Robert Whitaker
- Original Message - > From: Daniel Shahaf > Sent: Friday, August 17, 2012 10:03 AM > > % mkdir d > % cd d > % mkdir notes notes/commit-access-templates > % svn co -q > http://svn.apache.org/repos/asf/subversion/trunk/notes/commit-access-templates/ > notes/commit-access-templates/ > % svn

Re: Creating sparse working copy retroactively from existing disjoint working copies

2012-08-17 Thread Daniel Shahaf
Robert Whitaker wrote on Wed, Aug 15, 2012 at 23:00:53 -0700: > > QUESTION > > Is it possible to retroactively convert a "disjoint" working copy > into a "sparse" working copy? % mkdir d % cd d % mkdir notes notes/commit-access-templates % svn co -q http://svn.apache.org/repos

Re: Creating sparse working copy retroactively from existing disjoint working copies

2012-08-16 Thread Robert Whitaker
> From: Johan Corveleyn > Sent: Thursday, August 16, 2012 2:38 AM > > [ snip ] > > Can you try: > > $ svn update --depth immediates /svn-test/mom/daughter > > That might connect granddaughter1 to daughter, with an E notification. > It might also pull in other siblings of granddaughter1 of course,

Re: Creating sparse working copy retroactively from existing disjoint working copies

2012-08-16 Thread Johan Corveleyn
On Thu, Aug 16, 2012 at 8:00 AM, Robert Whitaker wrote: [ snip ] > == > ALTERNATE SOLUTION > == > Of course there may be an alternate solution which uses existing svn > commands to solve this problem? I would be happy to hear from somebody > about how to solve thi

Creating sparse working copy retroactively from existing disjoint working copies

2012-08-15 Thread Robert Whitaker
QUESTION Is it possible to retroactively convert a "disjoint" working copy into a "sparse" working copy? === SUMMARY === I have not been able to do this, and a new feature request may be to add an "include" option to the --set-depth flag. The --set-depth flag already ha