[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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

From: Johan Corveleyn <jcorvel_at_gmail.com>
Date: Thu, 16 Aug 2012 09:38:33 +0200

On Thu, Aug 16, 2012 at 8:00 AM, Robert Whitaker <capnwhit_at_yahoo.com> 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 this problem.

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, but
only the directories themselves, not the entire subtrees.

(I still like your "include" idea though, so it may be a good feature
request. But the above might be a workaround ... if it works.)

-- 
Johan
Received on 2012-08-16 09:39:34 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.