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

Re: "Revert to this revision" (on https(i.e. WebDAV over ssl) repo) does not work...

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 09 Jan 2008 19:09:43 +0100

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
Received on 2008-01-09 19:10:04 CET

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

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