On 20:47 Fri 25 Feb     , [EMAIL PROTECTED] wrote:
> Congratulations on the move to Subversion!   Very good, very good.  If 
> I had been paying attention, I would have volunteered to help as I 
> moved a few repositories-- including PyObjC-- over the past year.  If
> you need any assistance with configuration, let me know.

I might need some help with this. I'm having a real issue with merging
existing repositories. The problem is that there doesn't seem to be any
means of merging data while keeping the revision history. svnadmin import
replaces the target repositories data, and svnadmin load can't
arbitrarily apply the transaction entries to an existing repository. So
it looks like all I can do is pick one repository to keep the history
one by starting with it and then useing svn add to include the folders
from the other projects.

> In any case, I would highly recommend using the FsFs backing store for 
> Subversion.    It tends to be a lot less fragile and is the backend 
> being used by the subversion developers, these days.

>From what I understand BerkleyDB is a good embedded database, but I did
run into issues when moving data files from one system to another.
running svnadmin dump is a must.

> Unless it has changed recently, you'll need to do the cvs2svn 
> conversion which will produce a Berkeley DB backed repository, then 
> dump the subversion repository, and then load it into an FsFs backed 
> repository.   A couple of extra commands, but worthwhile.
> 
> b.bum

Does anyone else care what format is used for the back end?

I'm currently trying to merge the other projects onto the converted
Webware cvs tree. It's taking a long time; the Webware tree took more
than 2-1/2 hours to convert. I'd hate to see how long a large repository
would take!

-- 
Eric Radman  |  http://eradman.com


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Webware-devel mailing list
Webware-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to