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

Re: questions regarding svn metadata (.svn)

From: Daniel Rall <dlr_at_finemaltcoding.com>
Date: 2007-08-27 21:42:37 CEST

On Aug 26, 2007, at 12:16 PM, Charles Acknin wrote:

> On 8/26/07, Taylor Gautier <tgautier@terracottatech.com> wrote:
...
>> * have there ever been any discussions about using a different
>> style for
>> storing the metadata - e.g. ala perforce - instead of .svn files/dirs
>> everywhere? I don't want to start a new discussion on this topic
>> without having read any existing discourse
>
> I don't know about previous talks (though you can browse/search this
> mailing list archives), but svk deals with those directories
> differently. It's worth having a look.

We're planning to centralize all the administrative data for a WC at
the top of the WC, and provide a 'svn detach' command to allow for
severable sub-directories. The WC data storage format will probably
change drastically when we do this, likely moving into something like
sqlite. The information we track will likely be a superset of what's
tracked today in all the .svn dirs.

>> * are there any good sources for how to hide this information from
>> everyday unix tools like find and so on (I know how to use various
>> parameters, or | grep -v svn --- but I want something a bit more
>> automatic)?
>
> I use 'wcfind' sometime
> (http://svn.collab.net/repos/svn/trunk/tools/client-side/wcfind), a
> find(1) wrapper using -prune option to hide .svn and CVS dirs.

I use wcgrep quite often.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 28 03:21:35 2007

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.