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

Re: Explanation for svn commit --targets

From: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: Thu, 28 Aug 2008 10:07:09 -0500

Trevor Harmon wrote:
> The help for "svn commit --targets ..." says:
>
> --targets arg : pass contents of file ARG as additional args
>
> I'm not exactly sure what this option means. There's no mention of it in
> the Red Bean book. Where can I find more details about it?

The client will parse the file provided as an argument to '--targets' and add
each line of the file as an argument to the Subversion command. For example, if
file Foo has the following contents:
bar
baz
blah

then 'svn commit --targets Foo' will be equivalent to 'svn commit bar baz blah'

HTH,
-Hyrum

Received on 2008-08-28 17:07:36 CEST

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.