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

RE: svn lock command with multiple files/paths

From: Reedick, Andrew <jr9445_at_ATT.COM>
Date: Tue, 12 Feb 2008 11:15:25 -0600

Print the transaction id in each email (to see if svn really is breaking
locks up into three individual transactions.)

Try running "svn lock -targets file.txt" to see if that will force it
into one transaction.

Post your hook code to see if you're making a dumb mistake somewhere.

 

 

From: Michael Weaver [mailto:MWeaver_at_viewpointusa.com]
Sent: Tuesday, February 12, 2008 11:59 AM
To: users_at_subversion.tigris.org
Subject: svn lock command with multiple files/paths

 

When I run the svn lock command, example below, my hook runs 3x and I
get 3 emails one listing with each path below on stdin. Shouldn't I be
getting a list of files on stdin with the hook being called once, with
one email? Has anyone ever seen this? I am running subversion 1.4.5.
I think according to the documentation everything after 1.3 should pass
a list into stdin of the hook?

 

C:\Documents and Settings\MWeaver.viewpoint\Desktop\Test>svn lock "test
folder\n

ew text document (6).txt" "test folder\new text document.txt" "test
folder\new t

ext document (5).txt" -m ""

'New Text Document (5).txt' locked by user 'mjw'.

'New Text Document (6).txt' locked by user 'mjw'.

'New Text Document.txt' locked by user 'mjw'.

 

Thanks,

 

Mike

*****

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. GA621
Received on 2008-02-12 18:16:32 CET

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.