[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-01-21 22:07:07 CET

Justin Erenkrantz <jerenkrantz@ebuilt.com> writes:

> To me, this seems like an inevitable typo. Perhaps, -f is not an
> option for commit?
>
> (My brain isn't awake enough to parse SVN's code to verify this
> myself.) -- justin

No need to parse the code:

[sussman@kepler:~/projects/svn]$ svn help ci
commit (ci): Send changes from your working copy to the repository.
usage: svn commit [TARGETS]

   Be sure to use one of -m or -F to send a log message;
   the -r switch is only for use with --xml-file.

Valid options:
  -m [--message] arg: specify commit message "ARG"
  -F [--file] arg: read data from file ARG
  -q [--quiet]: print as little as possible
  -f [--force]: force operation to run
  --username arg: specify a username ARG
  --password arg: specify a password ARG
  --xml-file arg: read/write xml to specified file ARG
  -r [--revision] arg: specify revision number ARG (or X:Y range)

---------------------------------------------------------------------
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.