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

FW: "svn merge" on https(sspi authenticated) repo does not work...

From: Wyss Clemens (Helbling Technik) <clemens.wyss_at_helbling.ch>
Date: Wed, 9 Jan 2008 20:48:54 +0100

As suggested by Stefan(see below), I report this bug to this mailingslist:
looks like "svn merge" does not work on an https(sspi authenticated) repository.
When I try to revert:

D:\projects\testrepo>"c:\Program Files\TortoiseSVN\bin\svn.exe" merge -r2:1 https://scmserver/svn_sspi/testrepo/test.txt D:\projects\testrepo\test.txt

I get:

svn: PROPFIND request failed on '/svn_sspi/testrepo/test.txt'
svn: Server sent unexpected return value (401 Authorization Required) in response to PROPFIND request for '/svn_sspi/testrepo/test.txt'

All other svn operations seem to work on the sspi repo.

Thanks for your help
Clemens

-----Original Message-----
From: Stefan Küng [mailto:tortoisesvn_at_gmail.com]
Sent: Mittwoch, 9. Januar 2008 19:10
To: dev_at_tortoisesvn.tigris.org
Subject: Re: "Revert to this revision" (on https(i.e. WebDAV over ssl) repo) does not work...

Wyss Clemens (Helbling Technik) wrote:
> I am using nightly build TSVN(11836).
> When I try to revert to a specific revision on my https-repo(sspi
> authenticated) I get:
>
>> Merging revisions HEAD-1 of
> https://scmserver/svn_sspi/testrepo/test.txt
>> into D:\projects\testrepo\test.txt, respecting ancestry PROPFIND
>> request failed on '/svn_sspi/testrepo/test.txt'
>> Server sent unexpected return value (401 Authorization Required) in
> response to
>> PROPFIND request for '/svn_sspi/testrepo/test.txt'
>
> All other STVN operations work as expected.
>
> "Revert to this revision" works on my parallel http(basic auth) repo,
> though. Hence it must have to do with the ssl/sspi
> communication/authentication.

Please install the latest nightly build, then get the corresponding svn.exe from the nightly build folder
(http://nightlybuilds.tortoisesvn.net/latest/win32/svn.exe) and copy it in the c:\program files\TortoiseSVN\bin folder.

Open a console window, cd to your working copy, then enter

c:\program files\TortoiseSVN\bin\svn.exe merge -rHEADREV-1 https://scmserver/svn_sspi/testrepo/test.txt D:\projects\testrepo\test.txt

with HEADREV being the current HEAD revision.

If you get the same error, please report this to the svn dev list (dev at subversion tigris org), best including your test repository and of course a detailed description of what you were doing.

> BTW: can we now use sspi without ssl?

No, as mentioned before: neon has this deactivated.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: dev-help_at_tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-01-09 20:49:24 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.