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

Re: svn propset from stdin

From: <cmpilato_at_collab.net>
Date: 2002-10-21 22:58:52 CEST

=?UTF-8?B?QnJhbmtvIMSMaWJlag==?= <brane@xbc.nu> writes:

> Brandon Ehle wrote:
>
> > Any idea how difficult it would be for me to modify "svn propset" to
> > take properties from stdin? The reason I want to do this is to allow
> > a script to append "svn:ignore"s via something like
> > > svn pg svn:ignore | someapp | svn ps svn:ignore
> > Or it there a better way to do this?
>
> Well, you could try
>
> $ env SVN_EDITOR=someapp svn propedit svn:ignore

Ben Collins either committed or perhaps only posted a patch that
implemented -F with '-' as the file, meaning, "read from the a file
which happens to be stdin". Would this do what you want?

I recall he had some problems on Windows with parts of the client
fighting for stdin, but...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 21 23:01:24 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.