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

Re: Huge number of rev files in in svn repository

From: Jon Smirl <jonsmirl_at_gmail.com>
Date: 2006-06-12 22:36:41 CEST

On 6/12/06, Garrett Rooney <rooneg@electricjellyfish.net> wrote:
> On 6/12/06, Jon Smirl <jonsmirl@gmail.com> wrote:
>
> > I suspect using file system extended attributes would be a lot more
> > efficient than separate files in revprops.
>
> Sure, it might be, but it would also be totally unportable and thus a
> non-starter.

You could simply test if they were available when the repository was
created and use them when possible. Provide a tool to copy from the EA
to a revprops file if you are going to copy the repository someplace
that doesn't support them.

Something needs to be done to help performance. It shouldn't be taking
four+ days to extract all of the change sets from a repostory. It only
took cvs2svn one day to get them into the same repository.

Also, my repository is 8GB not 4GB, the du command wasn't finished. Is
it useful for me to push a copy out onto a server? Not sure how big
the tar.bz will be when finished.

Also, I have been doing everything locally with a file URL. I am not
using a svn server.

>
> -garrett
>

-- 
Jon Smirl
jonsmirl@gmail.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 12 22:38:05 2006

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

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