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

Re: Tortoise and its locking method

From: mchlwvr614 <mjw_at_viewpointusa.com>
Date: Mon, 11 Feb 2008 10:58:09 -0800 (PST)

Here is the command I ran per your suggestion:

svn lock "C:\Documents and Settings\User\Desktop\Test\Test Folder\New Text
Document (5).txt" "C:\Documents and Settings\User\Desktop\Test\Test
Folder\New Text Document (6).txt" "C:\Documents and
Settings\User\Desktop\Test\Test Folder\New Text Document.txt" -m ""

All three committed successfully with same results. I will post over at the
subversion mailing list.

Do you have any ideas? Know of anyone I should contact over there? Have
you seen this before?

Thanks,
Mike

Stefan Küng wrote:
>
> mchlwvr614 wrote:
>> Stefan,
>>
>> Thanks for the quick reply. I am locking files in a svnserve based
>> server
>> through the Tortoise GUI. I don't think this has to do with relative or
>> absolute paths. The hook is being called three times from tortoise when
>> locking three files? Also from reading the Automating tortoise appendix
>> D
>> it seems you can only lock one path at a time?
>
> If the hook itself is called three times, then please try the following
> with the command line client:
>
> svn lock c:\project\file1 c:\project\file2 c:\project\file3 -m ""
>
> (use absolute paths with the cl client).
>
> If it also calls the hook three times, then you have to ask on the svn
> mailing list for a solution.
>
> Because TSVN calls the svn_client_lock() API with all paths, i.e.,
> there's only one single call to svn_client_lock(), not three calls.
>
> Stefan
>
> --
> ___
> oo // \\ "De Chelonian Mobile"
> (_,\/ \_/ \ TortoiseSVN
> \ \_/_\_/> The coolest Interface to (Sub)Version Control
> /_/ \_\ http://tortoisesvn.net
>
>
>
>

-- 
View this message in context: http://www.nabble.com/Tortoise-and-its-locking-method-tp15415348p15417455.html
Sent from the tortoisesvn - users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-02-11 19:58:15 CET

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.