[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cvs checkout/update --help?
From: |
Tom Cunningham |
Subject: |
Re: cvs checkout/update --help? |
Date: |
Tue, 10 Jul 2001 10:58:37 -0700 (PDT) |
On Mac OS X if I do :
cvs co -r"MyBranch" -D "today" Module
it starts checking out files. The "Module" directory is created and
the complete hierarchy of files is checked out.
Also, this message :
http://mail.gnu.org/pipermail/bug-cvs/2000-March/001083.html
Either these options are not mutually exclusive, or one of these options
is being ignored (in which case it should probably tell me which one it is
checking out and which one it is ignoring).
Her's my CVS version :
[ttyp5]cunnto2:/Volumes/Builds/JavaSources/[11:52am]: cvs --version
Concurrent Versions System (CVS) 1.10 `Halibut' (client/server)
Copyright (c) 1989-1998 Brian Berliner, david d `zoo' zuhn,
Jeff Polk, and other authors
CVS may be copied only under the terms of the GNU General Public License,
a copy of which can be found with the CVS distribution kit.
Specify the --help option for further information about CVS
[ttyp5]cunnto2:/Volumes/Builds/JavaSources/[11:52am]:
On Tue, 10 Jul 2001, Matthew Riechers wrote:
> Tom Cunningham wrote:
> >
> > Usage:
> > cvs checkout [-ANPRcflnps] [-r rev | -D date] [-d dir]
> > [-j rev1] [-j rev2] [-k kopt] modules...
>
> <snip>
>
> > Are -r and -D really mutually exclusive as the help suggests?
>
> Is there something you have that suggests they aren't?
>
> When I do 'cvs co -rSOME_CURRENT_REV -D"today" module', I get no output
> (no dirs created). Each argument given seperately gives the expected
> result. That would imply that they *are* mutually exclusive.
>
> -Matt
>