RE: Multiple svn updates by reading a file.
From: Paul Koning <Paul_Koning_at_dell.com>
Date: Fri, 3 Apr 2009 10:54:46 -0400
>>>>> "Bob" == Bob Archer <bob.archer_at_amsi.com> writes:
Bob> I assume you mean commit not update. You can specify the files
Bob> Something like
Bob> svn ci < filelist.txt
Don't know about that, but this works:
svn ci `cat filelist.txt`
Standard Unix shell backquote convention. I like to make the filelist
svn status > statuslist.txt
Also, somewhere int his process I verify the statuslist to make sure it
paul
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.