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

Re: Checkout of sub-directories one after another

From: Toby Johnson <toby_at_etjohnson.us>
Date: 2004-07-12 17:14:20 CEST

Emmanuel-G BLOT wrote:

> What command option should I use to first checkout a working copy
> R/A/c in a local directory, say ~/svn/A/c
> then to checkout the remaining subtree later on:
> R/A/d in the same local tree, that is ~/svn/A/d
>
> The first command to issue may be:
> cd ~/svn
> svn co -N https://host/svn/repos/A
> which creates A, but no subtree of A

svn co -N is currently broken in that the resulting working copy doesn't
realize it isn't complete, and therefore trying to bring in additional
subdirectories later on won't work. See
http://subversion.tigris.org/issues/show_bug.cgi?id=695.

I believe this won't be fully fixed until maybe 2.0, although
http://svn.collab.net/viewcvs/svn?rev=10153&view=rev (which I believe
will be in 1.1) might make this work reasonably well.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 12 17:14:44 2004

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.