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

Re: checkout part of a branch

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-06-02 03:56:39 CEST

On Jun 1, 2007, at 20:31, george young wrote:

> [svn, version 1.3.2 (r19776), rh-fc3 linux]
>
> I would like to checkout part of a (200000 file) branch so I can
> use svnmerge without lugging around our entire repository.
> Svnmerge insists on a top-level working directory. I tried:
> svn co -N top
> svn co top/A top/A
> svn co top/B top/B,
> but svnmerge says 'no copyfrom info available'. Is there some
> other kludge that will get part of a branch checked out?

The correct way to construct that sparse working copy is:

svn co -N top
svn up top/A top/B

I don't know if that will make svnmerge work for you though.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jun 2 03:57:27 2007

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.