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

Client subcommands and args and targets (Oh my!)

From: B. W. Fitzpatrick <fitz_at_red-bean.com>
Date: 2001-03-14 08:15:54 CET

Note:This is taken directly from subversion/client/TODO.

Some notes on a subset of the client commands. These are the basics
that we're working on right now. Note that non-file args don't count
standard flags that are dealt with by get_opts.

COMMAND # of non-file args # of file args
annotate 0 0, 1, or more (implicit dot)
commit 0 0, 1, or more (implicit dot)
delete 0 0, 1, or more (implicit dot)
status 0 0, 1, or more (implicit dot)
update 0 0, 1, or more (implicit dot)
log 0 0, 1, or more (implicit dot)
diff ! 0, 1, or more (implicit dot)
propget 1 0, 1, or more (implicit dot?)
propset 2 0, 1, or more (implicit dot?)
add 0 1 or more
checkout 1 or more 0
import 3 0

So the mechanism that we currently have in place will handle
everything except for diff, which will likely have to be special cased
anyway since it's going to deal with (possibly, hopefully) many
different external diff programs.

-Fitz
Received on Sat Oct 21 14:36:25 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.