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

Re: TortoiseSVN "Get lock" of multiple files fails via Java-SSL-tunnel since v1.9.0 (bug?)

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Fri, 6 May 2016 14:28:22 +0200

On 06.05.2016 13:43, Stefan Hett wrote:

>> TSVN of course uses the svn library APIs to do the locking.
>> It passes all files to be locked to the API at once, and then the API
>> would do the locking.

> With regards to determine the impact from the Subversion project point
> of view: Do you know whether that API was available in 1.8 already (aka:
> passing multiple files to be locked) or whether that API was introduced
> in 1.9 (and TSVN 1.8 used a different API)?

The API was available in 1.8 as well (actually, the API hasn't changed
since version 1.2). But the underlying protocol and how the svn lib
handles the locks have changed. For example, when the API was introduced
svn still used the neon lib for DAV requests, then came serf, and then
neon was dropped. So a lot has changed under the hood.

> Also FWIW: After thinking further about the impact on SVN I went ahead
> and forwarded the issue to the SVN user's list referencing this thread
> here. Topic on the SVN list: "Problem with locking multiple files."

Ok, thanks.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3171518
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2016-05-06 14:28:21 CEST

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

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