[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Mysterious hangs?

From: Sean Russell <ser_at_germane-software.com>
Date: 2001-12-19 19:53:59 CET

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

On Wednesday 19 December 2001 01:07 pm, cmpilato@collab.net wrote:
> > svn cp http://.../rexml/trunk http://.../rexml/tags/1.2.3
>
> Does the "tags" directory exist?

Yes; I have branches, trunk, and tags.

Oh, bugger. I just tried it again with with 'script' so that I could send a
complete bug report, and it worked. I mean, I'm happy that it worked, but
since I don't know what changed, I can't document it. I think the only
difference between this and the last time I tried is that I'm using a
brand-new repository that I created with svnadmin when the old repository
started locking up. However, I still get the error in the server-side log
messages:

[Wed Dec 19 10:46:12 2001] [error] [client 65.14.169.215] Could not fetch
resource information. [500, #0]
[Wed Dec 19 10:46:12 2001] [error] [client 65.14.169.215] could not determine
resource kind [500, #21050]
[Wed Dec 19 10:46:12 2001] [error] [client 65.14.169.215] file not found:
filesystem `/home/subversion/db', revision `7', path `/rexml/tags/1.2.3'
[500, #21050]

The relevant parts of httpd.conf follows. The server's name is "maus",
although it isn't in the DNS under that name. The DNS entry that the server
answers to resolves to "germane-software.com". IE, hostname returns "maus",
but "host maus.germane-software.com" will fail. I've tried it with
ServerName commented out, as well.

...
ServerName germane-software.com:8082
...
<Location /svn/repos/>
        DAV svn
        SVNPath /home/subversion
        AuthType Basic
        AuthName "Subversion repository"
        AuthUserFile /home/subversion/svn-users
# <LimitExcept GET PROPFIND OPTIONS REPORT>
        <LimitExcept GET PROPFIND>
           require valid-user
        </LimitExcept>
</Location>

Thanks, people.

- --- SER
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8IOJHP0KxygnleI8RAsQuAJwP/YWFeK5djE8vo1jnpxHcq2i7cACgnTJN
OGyrD2dKDYYOaFRYWpKlm68=
=wNif
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:53 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.