[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 966 - trunk/subversion/clients/cmdline trunk/subversion/tests/clients/cmdline

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-01-21 17:25:00 CET

sussman@tigris.org writes:
> Log:
> 3. Create short form of --force (-f), which didn't exist. (?!)
>
> [Still pending: rewriting the subcommand alias system]
>
> * main.c (subcommand_takes_option): validation helper function.
>
> (main): use the function to validate all options passed to
> subcommands. Look for 'f' short form of --force.

Actually, I think that was intentional. We were reserving "-f" for
something that's used more often than "--force". Don't know exactly
what yet, but the point is that the single-letter option space is
pretty tight, so we want to be conservative about using it up.

IMHO, we should have only a long option for --force. It's rarely
used, and -f is likely to come in handy someday. Anyone object if I
change this back?

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:57 2006

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.