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

.svn directories

From: Daniel Quinlan <quinlan_at_pathname.com>
Date: 2004-01-25 17:12:33 CET

It would be nice if it was possible for SVN to place .svn directories
and any other metadata outside of the tree you're working on. That is,
in something like ~/.svn or some perhaps specified in an environment
variable.

In CVS, the "CVS" subdirectories were never really much of issue because
they only included 3 files each, the files had different names, and the
size was trivial. In SVN, the files share names with files in the tree,
the size is much larger, and there are many files.

The primary benefit of this would be avoiding "egrep -v" or "find
-prune" when running recursive commands, allowing "du -s" to work
without --exclude (which is a GNU extension), and so on. Sure, this
would only be a P5 enhancement, but it would be relatively easy to
implement. Has anyone given thought to this?

Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jan 25 20:36:31 2004

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.