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

Re: Merging and switching

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-01-24 22:14:06 CET

Julian Fitzell <julian@beta4.com> writes:
> > An argument could be made that if we see an unknown directory, then
> > we "peek
> > inside" to see if it is a WC (root).
>
> It always bugged me that CVS didn't do that... somehow I thought SVN
> was already planning to do this... must have misread something.

SVN should at least have the option of doing this.

"Unmentioned subdirectories", that is, subdirs who are not mentioned
in their parent's entries file, are currently ignored by most
Subversion operations, because Subversion recurses by looping over
entries. We can easily add an option (and perhaps make it the
default) to peek inside such subdirs, and, if they're
Subversion-controlled, do the right thing.

But this doesn't affect anything we're working on right now, and is
certainly not a requirement for Subversion to be useable. Anyone mind
if we just decide this later, after all the big stuff is taken care
of? :-)

-K

---------------------------------------------------------------------
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:59 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.