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
From 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";
[EMAIL PROTECTED] ~]$ "/usr/bin/svn" "info" "--non-interactive" 
"--no-auth-cache" --xml "http://svn.openchange.org/openchange/trunk/libmapi";
<?xml version="1.0"?>
<info>
svn: PROPFIND request failed on '/openchange/trunk/libmapi'
svn: PROPFIND of '/openchange/trunk/libmapi': 405 Method Not Allowed 
(http://svn.openchange.org)

That didn't look too good. So I tried with https, instead of http:

[EMAIL PROTECTED] ~]$ "/usr/bin/svn" "info" "--non-interactive" 
"--no-auth-cache" --xml "https://svn.openchange.org/openchange/trunk/libmapi";
<?xml version="1.0"?>
<info>
<entry
   kind="dir"
   path="libmapi"
   revision="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="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 server 
is public.

Brad

Attachment: pgpeoSrwhgHNE.pgp
Description: PGP signature

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Codestriker-user mailing list
Codestriker-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/codestriker-user

Reply via email to