Re: Subversion database corruption
Re: Subversion database corruption
- Subject: Re: Subversion database corruption
- From: Daniel Jalkut <email@hidden>
- Date: Wed, 3 Aug 2005 14:10:08 -0400
Great advice, guys. Thanks! I didn't know anything about the option to use a filesystem based repository. Based on your recommendations I think I'm braced to have another go at it with these alterations.
Daniel On Aug 3, 2005, at 2:02 PM, Markus Hitter wrote: You can install Subversion in sort of a low-complex mode: Create one repository per project, use filesystem based repositories (--fs-type fsfs, the default as of 1.2.0) and use svnserve instead of that apache stuff.
Still, my notes about how to get this up and running are 100+ lines of text - no idea why this had to be such a complex piece of engineering.
After installation, everything works snappy and smoothly. You get back much of cvs' simpleness together with those great new features (e.g. binary diffs, no need for wrappers). Integrates with Xcode now using svn+ssh:// URL's and with svn:// URL's when the Xcode team fixed&published that known bug.
On Aug 3, 2005, at 1:36 PM, Bill Bumgarner wrote: On Aug 3, 2005, at 10:24 AM, Daniel Jalkut wrote:
I guess this *could* have just as easily happened with cvs. But over the past five years, it never did. Now it's looking like I'll have to start over from my latest checkout. Anybody care to dissuade me from running back to cvs's arms?
Sure. "No Atomic Checkins". "Corrupt Repository State if Large Commit is Interrupted". "Really Bad Branching Support".
I had a similar problem with Berkeley DB eating my subversion repository. After speaking with the subversion developers about it, I switched to the FSFS backend on all my repositories and have not had another problem like it.
svnadmin create --fs-type fsfs /path/to/repos
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden