Re: svn propset from stdin
From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-10-21 22:47:00 CEST
Brandon Ehle <azverkan@yahoo.com> writes:
I think a `--stdin' flag would make sense. It would apply to every
It should just be a matter of writing
svn_error_t *svn_string_from_stream (svn_stringbuf_t **result,
and then adding a clause in the option parsing to handle it. The code
case 'F':
Thoughts? (Not saying this should be a high priority, or even 1.0,
> Or it there a better way to do this?
You could use -F (--file) right now:
svn pg svn:ignore | someapp > foo; svn ps -F foo svn:ignore
or something like that.
> Is this something that could be done with the python swig bindings as well?
I would think so.
-K
---------------------------------------------------------------------
|
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.