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

Re: Reading Commits From External File

From: Wolfgang Rohdewald <wolfgang_at_rohdewald.de>
Date: 2006-05-23 18:05:30 CEST

On Tuesday 23 May 2006 17:24, Bob Proulx wrote:
> xargs svn commit -m "Passed testing" < filenames.txt

why not

xargs -a filenames.txt svn commit -m "Passed testing"

this does not change stdin for svn

-- 
Wolfgang
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 23 18:09:52 2006

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.