"svnmucc put" fails if it reads from standard input
From: vijay <vijay_at_collab.net>
Date: Fri, 14 Oct 2011 19:45:33 +0530
From "svnmucc --help",
<snip>
If I use "-" to read from stdin, "svnmucc put" fails with the following
$ svnmucc put - <URL>
I checked in <apr-source-tree>/misc/unix/getopt.c:apr_getopt_long(). It
As of now, I can work it around in this way "svnmucc put /dev/fd/0 <URL>".
Thanks & Regards,
|
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.