Eric Radman wrote:
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.

I've found bdb to be fragile on the backend; processes that only read from the repository (like viewcvs) still have to have write access, and there's locking and permission problems that result. So using an fs backend would be nicer; though that conversion doesn't necessarily have to happen at the same time as the import.


--
Ian Bicking  /  [EMAIL PROTECTED]  /  http://blog.ianbicking.org


------------------------------------------------------- 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