RE: svnsync 1.8.0 fails if htdigest authentication is used
From: Bert Huijben <bert_at_qqmail.nl>
Date: Tue, 2 Jul 2013 21:32:42 +0200
Hi Vadym,
We found a related issue while testing the serf http code, which might be
Can you somehow check if your repository has the 'KeepAlive' option
If that is the case, it looks like this issue will be resolved with the next
Bert
[Added CC to one of the serf developers, who isn't subscribed to this list]
From: Vadym Chepkov [mailto:vchepkov_at_gmail.com]
Bert,
I would be happy to provide debugging information, but as I said, I had to
If I ran it interactively, authentication just didn't go through, so it
After I reverted back to 1.7.10 everything works as expected.
svnsync is called from a hook on the master server :
#!/bin/ksh
REPOS=`basename $1`
TMPFILE=/var/tmp/svnsync.$$
/usr/bin/svnsync sync --non-interactive --quiet \
--sync-username svnsync http://example.com/reposync/${REPOS}
if [[ $? -ne 0 && -s $TMPFILE ]] ; then
mail -s "svnsync failed" root < $TMPFILE
fi
rm -f $TMPFILE
exit 0
Slave server is properly initialized:
sudo -u apache svn pg svn:sync-from-url --revprop -r 0 --username svnsync
I was receiving errors like this in e-mail:
svnsync: E175002: Unable to connect to a repository at URL
or this
svnsync: E175002: PROPFIND of '/reposync/repo2/!svn/rev/0': could not
Regards,
Vadym
On Mon, Jul 1, 2013 at 12:07 PM, Bert Huijben <bert_at_qqmail.nl
> -----Original Message-----
Hi,
I expected a problem related to some recent fixes in serf that should be
<@lgo> Bert: serf 1.2.1 fixed an issue with htdigest, no server
So I would repeat Ryan's request. Can you show us what goes wrong (with what
It is quite interesting to know if this happens directly at the start or
Bert
|
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.