svn problems

Anyone else seeing this?

svn: Commit failed (details follow):
svn: Can’t create directory
’/svnroot-fuse/xbiblio/db/transactions/439-1.txn’: No space left on device

I think it means they’re out of disk space at SF (!).

Bruce

Yup, I can’t use svn here either.

Have you contacted SF yet?

http://sourceforge.net/tracker/?func=add&group_id=1&atid=200001

Johan—
http://www.johankool.nl/

I just did.

Bruce

FWIW, I mentioned the other day one can use git with svn. Here’s a
perfect example of why that’s useful.

See:

http://tsunanet.blogspot.com/2007/07/learning-git-svn-in-5min.html

So install git:

sudo port install git-core +svn

You can then clone the repo like:

git svn clone

https://xbiblio.svn.sourceforge.net/svnroot/xbiblio/citeproc-py

… and just work (and commit changes) locally. When it’s back up, you
can push the changes back.

Distributed revision control is great!

Bruce

Thanks for the git directions. Anyway, svn seems to be working again,
as I just committed a bunch of files successfully.

Johan—
http://www.johankool.nl/