bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (no subject)


From: Larry Jones
Subject: Re: (no subject)
Date: Wed, 30 Jan 2002 23:27:04 -0500 (EST)

David Holland writes:
> 
> Either it doesn't in the CVS I have (1.10), or you misunderstood what
> I was asking for.

Or you're doing something wrong:

jones:/tmp/foo $ cvs-1.10 -v

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
jones:/tmp/foo $ echo a >a
jones:/tmp/foo $ echo b >b
jones:/tmp/foo $ cvs-1.10 import -m. foo vend rev1
N foo/a
N foo/b

No conflicts created by this import

jones:/tmp/foo $ rm b
jones:/tmp/foo $ cvs-1.10 import -m. foo vend rev2
U foo/a

No conflicts created by this import

jones:/tmp/foo $ cvs-1.10 co -jrev1 -jrev2 foo
cvs-1.10 checkout: Updating foo
U foo/a
U foo/b
cvs-1.10 checkout: scheduling foo/b for removal
jones:/tmp/foo $ 

-Larry Jones

Isn't it sad how some people's grip on their lives is so precarious
that they'll embrace any preposterous delusion rather than face an
occasional bleak truth? -- Calvin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]