You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Leandro Lucarella <lu...@llucax.hn.org> on 2003/12/14 05:16:29 UTC

svnadmin dynaically linked can't recover a broken repository.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi! I have a broker repository that I can't fix with svnadmin compiled
dynamically. I have Debian wich comes with an statically linked svnadmin
and this worked just fine.
svnadmin version is 0.32.1 in both:
luca@burns:~$ svnadmin --version
svnadmin, version 0.32.1 (r7497)
   compiled Oct 24 2003, 07:47:41

Copyright (C) 2000-2003 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/

luca@burns:~$ svnadmin-static --version
svnadmin, version 0.32.1 (r7497)
   compiled Oct 24 2003, 09:06:37

Copyright (C) 2000-2003 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/

Dinamically linked svnadmin just stay forever in:
# svnadmin recover plaqui.old/
Acquiring exclusive lock on repository db.
Recovery is running, please stand by...

If I run recover command with svnadmin-static I can recover the
repository without problems and if I run svnadmin recover (dinamically
linked) to the recovered repository it works fine.

I have the non-working repository in case you want to take a look, but
it's 22MB (9MB bziped). If you want it, please let me know (Cc me because
I'm not in the list).

BTW, I don't know if it' a known issue, but my repositories get broken
very frecuently if I use both http:// and svn+ssh:// access methods on
the same repository. The repositories in wich I use just one method,
never gets broken.

- -- 
LUCA - Leandro Lucarella - Usando Debian GNU/Linux Sid - GNU Generation
- ------------------------------------------------------------------------
E-Mail / JID:     luca@lugmen.org.ar
GPG Fingerprint:  D9E1 4545 0F4B 7928 E82C  375D 4B02 0FE0 B08B 4FB2 
GPG Key:          gpg --keyserver pks.lugmen.org.ar --recv-keys B08B4FB2
- ------------------------------------------------------------------------
The most difficult years of marriage are those following the wedding.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/2/ItSwIP4LCLT7IRAqBBAJ41VLNPd+yn0A0Kj7m/yFpIKl7rGQCgh06+
wFfcwEtzeWJUM+dSgdBnFEI=
=TJCB
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svnadmin dynaically linked can't recover a broken repository.

Posted by Ben Reser <be...@reser.org>.
On Sun, Dec 14, 2003 at 02:16:29AM -0300, Leandro Lucarella wrote:
> BTW, I don't know if it' a known issue, but my repositories get broken
> very frecuently if I use both http:// and svn+ssh:// access methods on
> the same repository. The repositories in wich I use just one method,
> never gets broken.

You're getting files created with perms that http probably can't read...
which causes you to need to recover.

-- 
Ben Reser <be...@reser.org>
http://ben.reser.org

"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org