[Twisted-Python] trac's reliability

Nicolas D. Cesar ncesar at lunix.com.ar
Mon Nov 27 10:55:30 MST 2006


El Lunes, 27 de Noviembre de 2006 12:07, exarkun at divmod.com escribió:
>   Segfaults in the svn bindings - in correspondence with the trac team, I
> have been told (almost in so many words) that bdb-backed svn repositories
> are unsupported and we should switch to fsfs.

IT's SOOOO easy to migrate to fsfs! 

Here is the recipe: ($REPO is the name of the repository, $USUARIO is the user 
and $GRUPO is the group.)

svnadmin dump $REPO > $REPO.svn.dump
svnadmin create --fs-type fsfs $REPO-fsfs
svnadmin load $REPO-fsfs < $REPO.svn.dump
mv $REPO $REPO.old
mv $REPO-fsfs $REPO
chown -R $USUARIO.$GRUPO $REPO && chmod -R g+w $REPO


and with that  $REPO.svn.dump it's also easy to migrate from server to 
server... 
-- 
Nicolás D. César <ncesar at lunix.com.ar>
Lunix S.R.L. -[ http://www.lunix.com.ar ]-
GnuPG Public Key: gpg --keyserver wwwkeys.pgp.net --recv-key 0x3606F3E6
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: </pipermail/twisted-python/attachments/20061127/27d37eb1/attachment.sig>


More information about the Twisted-Python mailing list