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

Strange update problem

From: Christian Lynbech <christian_at_defun.dk>
Date: Tue, 10 Jun 2008 20:44:29 +0200

I have experiemented with setting up a http based repository such that I
have access to my stuff bith at home and from work, however I have run
into a strange problem.

If I do a regular update, it works as expected:

    ~ $ svn update

    Fetching external item into 'Sys/bin'
    External at revision 839.

    At revision 839.

but if I add the --non-interactive flag, I get the following error:

    ~ $ svn update --non-interactive
    svn: PROPFIND request failed on '/svn/xxxxxxx/xxxxxxxxxxxxxxx'
    svn: PROPFIND of '/svn/xxxxxxx/xxxxxxxxxxxxxxx': authorization failed (http://www.xxxxxxxx)

Adding to the confusion, when I do the above at work, it also works
normally with the --non-interactive flag.

The work machine is a linux machine (with SuSE 10 something) running
subversion 1.4.3 whereas my home machine is an MacBook Air (intel)
running svn 1.4.4 (compiled locally through the Mac ports system).

I have compared contents of ~/.subversion and both 'config' and
'servers' are identically on the two machines. The relevant auth file is
not identical, but that could be related to the slightly different
versions of the svn client.

Does anybody know what is going on? It is pretty annoying as the
--non-interactive flag is used by the psvn emacs interface (for obvious
reasons=) that I am very fond of.

------------------------+-----------------------------------------------------
Christian Lynbech | christian #\@ defun #\. dk
------------------------+-----------------------------------------------------
Hit the philistines three times over the head with the Elisp reference manual.
                                        - petonic_at_hal.com (Michael A. Petonic)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-10 20:44:55 CEST

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.