On Monday 08 October 2007 10:18, David Sitsky wrote:
> Just curious - what version of svn are you using?
I don't have physical access to it, but the admin tells me 1.4.4.
> This is happening in the code when Codestriker is trying to determine
> if what you have passed in is either a file or a directory. I take it
> your repository was set to something like:
>
> svn:http://svn.openchange.org/openchange/trunk
=46rom codestriker.conf:
'svn:https://svn.openchange.org/openchange/trunk',
(I previously used http, but https seems better).
> And you provided a start_tag of 268, and end_tag of 272 and a module of
> libmapi?
yep.
> Can you execute the following command?
>
> "/usr/bin/svn" "info" "--non-interactive" "--no-auth-cache" --xml
> "http://svn.openchange.org/openchange/trunk/libmapi"
[bradh@... ~]$ "/usr/bin/svn" "info" "--non-interactive"=20
"--no-auth-cache" --xml "http://svn.openchange.org/openchange/trunk/libmapi"
<?xml version=3D"1.0"?>
<info>
svn: PROPFIND request failed on '/openchange/trunk/libmapi'
svn: PROPFIND of '/openchange/trunk/libmapi': 405 Method Not Allowed=20
(http://svn.openchange.org)
That didn't look too good. So I tried with https, instead of http:
[bradh@... ~]$ "/usr/bin/svn" "info" "--non-interactive"=20
"--no-auth-cache" --xml "https://svn.openchange.org/openchange/trunk/libmap=
i"
<?xml version=3D"1.0"?>
<info>
<entry
kind=3D"dir"
path=3D"libmapi"
revision=3D"272">
<url>https://svn.openchange.org/openchange/trunk/libmapi</url>
<repository>
<root>https://svn.openchange.org/openchange</root>
<uuid>71d39326-ef09-db11-b2a4-00e04c779ad1</uuid>
</repository>
<commit
revision=3D"272">
<author>jkerihuel</author>
<date>2007-10-05T06:10:29.999496Z</date>
</commit>
</entry>
</info>
> Codestriker should have tried executing this first - but if this
> fails, that is possible because you are running svn 1.2 or earlier.
I'm happy to do tests, but if it would be faster/easier, note that the serv=
er=20
is public.
Brad
|