info-cvs
[Top][All Lists]
Advanced

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

cvs checkout -N -d xxx


From: CHARLES HART, BLOOMBERG/ 499 PARK
Subject: cvs checkout -N -d xxx
Date: Wed, 29 Jan 2003 16:53:12 -0500 (EST)

This works flawlessly:
$ mkdir WorkArea1
$ cd WorkArea1
$ cvs checkout file1 file2 mod1/file3

As does this (note the missing -N at the beginning):
$ cvs checkout -d WorkArea2 file1
$ cvs checkout -d WorkArea2 -N file2
$ cvs checkout -d WorkArea2 -N mod1/file3

But, the first and third commands of this sequence fail:
$ cvs checkout -d WorkArea3 -N file1
$ cvs checkout -d WorkArea3 file2
$ cvs checkout -d WorkArea3 mod1/file3

Can somebody clarify the purpose of the -N switch and how it interacts
 with -d, since the Cederqvist text doesn't seem to relate to this 
behavior at all.

-CTH





reply via email to

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