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

Re: "svnmucc put" fails if it reads from standard input

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 14 Oct 2011 15:26:33 +0100

vijay <vijay_at_collab.net> writes:

> $ svnmucc put - <URL>
> svnmucc: invalid option:
> ../tools/client-side/svnmucc/svnmucc.c:875: (apr_err=70012)
> svnmucc: E070012: getopt failure: Bad character specified on command line

Like other Unix utilities you need to use -- to end the options:

svnmucc -m message -- put - <URL>

-- 
uberSVN: Apache Subversion Made Easy
http://www.uberSVN.com
Received on 2011-10-14 16:27:10 CEST

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.