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

Re: Clean copies of files in working directory

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2000-08-09 01:42:01 CEST

> And I wonder if it might make sense to keep the metadata entirely
> outside the checked-out tree.

This idea seems to fall down if you want to be able to cd into a
subdirectory of the working tree and do a subversion operation there.
(You could walk up the parents of the current directory looking for
the appropriate metadata, but that's pretty ugly and could have bad
behavior in some edge cases.) Sure, you could specify the
command-line tool such that the working directory root has to be
specified in an environment variable or on the command line, but I
think we want to stick fairly close to the CVS model of operation.
Received on Sat Oct 21 14:36:06 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.