[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: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 17 Aug 2012 16:03:25 +0100

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/asf/subversion/trunk/notes/commit-access-templates/ notes/commit-access-templates/
% svn co -q --force http://svn.apache.org/repos/asf/subversion/trunk/ ./

I don't have a recent build to test with (and the behaviour might have
changed at some point), but the above is what I try first.

Does that answer your question?
Received on 2012-08-17 17:04:06 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.