[cvsnt] Feature/BUG: cvs ls on renamed files
David Somers
dsomers at trevezel.com
Mon Jun 20 13:08:51 BST 2005
Tony,
When doing cvs ls, the filenames shown do not take into account any renames.
(I am not sure whether this is more of a feature than a bug).
Example:
$ cvs -d :pserver:cvs at cvs.cvsnt.org:/usr/local/cvs ls -r CVSNT_2_5_01_1998
cvsnt/src/import.*
Listing module: cvsnt/src
import.c
But if one co's/export's that file, its shown under its renamed name
$ cvs -d :pserver:cvs at cvs.cvsnt.org:/usr/local/cvs export -d
foorbar_export -r CVSNT_2_5_01_1998 cvsnt/src
cvs export: Updating foorbar_export
[snip]
U foorbar_export/import.cpp
[snip]
$ cvs -d :pserver:cvs at cvs.cvsnt.org:/usr/local/cvs co -d foorbar_co -r
CVSNT_2_5_01_1998 cvsnt/src
cvs server: Updating foorbar_co
[snip]
U foorbar_export/import.cpp
[snip]
More information about the cvsnt
mailing list