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

Re: Server Hooks not working

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2005-05-20 14:58:52 CEST

On Fri, 20 May 2005, Florian Engelhardt wrote:

> On Fri, 20 May 2005 13:51:56 +0200 (CEST)
> "Peter N. Lundblad" <peter@famlundblad.se> wrote:
>
> > Can you try committing locally with an file:// URL running as the same
> > user as svnserve? If you get the same error, you could strace the svn
> > command and see what error really occurs. (YOu can trace svnserve as
> > well, but it is a little more complicated since it forks a new
> > process per connection.)
>
> That is not possible:
> svn_at_svn svn $ svn co file:///SVN/test test
> svn: Valid UTF-8 data
> (hex:)
> followed by invalid UTF-8 sequence
> (hex: 90 0b 0a 08)
>
>
> If i change the locale to an ISO-locale it works, but
> i there comes another error:
>
> svn@svn test $ svn up
> svn: XML parser failed in ''
>

Did you remove your WC between the first and second checkout?

> I found out, there are many files missing in the .svn dir and in the
> .svn/props dir. Manualy fixing this is not an opinion.
> Maybe these two bugs are one?
>

We haven't confirmed there is a bug yet. (Oh, there is one: the server
doesn't generate all error info it could when the hook script execution
fails.)

> Example:
> svn@svn test $ svn diff func.data.php
> Aborted
>
this seems like an unrelated bug. Maybe you have installation problems, or
we don't gracefully handle broken working copies in all cases. If you
could run this in a debugger such as GDB and post the stack trace, it
would be helpful.

Regards,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 20 14:51:33 2005

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

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