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

Re: Moving C to its own directory (was Re: ObjC tree inlining)

From: Zack Weinberg <zack_at_codesourcery.com>
Date: 2001-11-22 00:33:31 CET

On Wed, Nov 21, 2001 at 11:15:54PM +0000, Joseph S. Myers wrote:
>
> Can the Subversion version model handle multiple past development
> mainlines merging into one future mainline?
>
> We have at present the separate "gcc" and "src" repositories, which share
> some files - and some people would like to merge these into a single
> repository, but it would be desirable still to be able to check out either
> past tree on any tag or date from before the merge.

There's a related problem, which we have now with CVS in the src
repository, but would get worse if they were merged. CVS does not
remember which module(s) you originally selected when you checked out
a tree. Therefore, if you use the -d option, it checks out the entire
repository the first time you try to update a working copy containing
a subset of the tree. But if you don't use the -d option you don't
get _any_ new subdirectories unless you specifically ask for them, and
you may not know which they are.

It would be nice if Subversion did this better.

zw

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:49 2006

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

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