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

Re: svn commit: rev 1490 - trunk/subversion/clients/cmdline

From: B. W. Fitzpatrick <fitz_at_red-bean.com>
Date: 2002-03-12 18:12:29 CET

> bcollins@tigris.org writes:
>
> > Author: bcollins
> > Date: 2002-03-12 16:05 GMT
> > New Revision: 1490
> >
> > Modified:
> > trunk/subversion/clients/cmdline/main.c
> > Log:
> > * cmdline/main.c(svn_cl__options): Use svn_cl__targets_opt for --targets
> > short opt.
> >
> >
> > Modified: trunk/subversion/clients/cmdline/main.c
> > ==============================================================================
> > --- trunk/subversion/clients/cmdline/main.c (original)
> > +++ trunk/subversion/clients/cmdline/main.c Tue Mar 12 10:05:22 2002
> > @@ -67,7 +67,7 @@
> > {"username", svn_cl__auth_username_opt, 1, "specify a username ARG"},
> > {"password", svn_cl__auth_password_opt, 1, "specify a password ARG"},
> > {"extensions", 'x', 1, "pass \"ARG\" as bundled options to GNU diff"},
> > - {"targets", 't', 1, "pass contents of file \"ARG\" as additional args"},
> > + {"targets", svn_cl__longopt_t, 1, "pass contents of file \"ARG\" as additional args"},
> > {0, 0, 0}
> > };
>
> This is not complete and doesn't compile :-(

Fixed in 1491.

-Fitz

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 12 18:13:14 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.