gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnu-arch-users] Re: HTTP access to CVS


From: Matthieu MOY
Subject: [Gnu-arch-users] Re: HTTP access to CVS
Date: Fri, 4 Mar 2005 12:12:48 +0100 (CET)

Dhruva Krishnamurthy said:
>>>>>> On Fri, 4 Mar 2005 11:10:39 +0100 (CET), "Matthieu MOY"
>>>>>> <address@hidden> said:
>
> mm> Have you tried my branch ?
>
> mm>     address@hidden/tla--authinfo-ext--1.4
>
> Yes, I downloaded from the link you sent me yesterday. I copied the
> extracted folder as src/tla (into Bazar 1.2 release) and built it.

If you replaced the whole directory src/tla, then, you now have mainly a
tla instead of bazaar ...
> That
> was quite tough in itself (I had to link libxml2 as libneon had
> unresolved symbols as it used shared object version of libxml2).

The libneon.la file generated by libneon's build will tell you what to add
to EXTRA_CFLAGS in =build/tla/tla/Makefile.
> The function call in pfs-dav.c gets called. I even hard coded the
> username and passowrd. ne_set_proxy_auth(answer->sess, dav_client_auth,
> proxy_auth);

Instead of hardcoding, you should use gdb to check what happens. In
particular, try to put a breakpoint on dav_client_auth(), and on the call
to ne_set_proxy_auth().
Did you set the http_proxy environment variable ? (without username and
password)
> What beats me is dav_client_auth() never gets called!! I think that is
> where you main changes are present.
> The whole thing fails in call to: dav_client_cwd (answer, root_path) in
> ne_getmodtime(pfs->sess, dirlisting, &mtime).

Can you give the exact command you typed, and the exact answer you got
from tla/baz ?
Perhaps "strace tla ... | grep ..." can help you also.

-- 
Matthieu






reply via email to

[Prev in Thread] Current Thread [Next in Thread]