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

svn lock command with multiple files/paths

From: Michael Weaver <MWeaver_at_viewpointusa.com>
Date: Tue, 12 Feb 2008 11:58:46 -0500

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
Received on 2008-02-12 18:04:41 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.