In cvs 1.11.2 (and cvs 1.11.1p1 also) there is a problem with the cvs export
command.

When exporting one file into a an existing directory, a CVS subdirectory is
created
which should not be.

$ mkdir temp
$ cvs ex -r HEAD -d temp module/myfile
$ ls temp
CVS     myfile

Note: myfile is a file and not a directory.

When exporting more files into the same directory, unexpected messages
occur.

cvs ex -r HEAD -d temp module/myfile2
? temp/myfile
U temp/myfile2

It seems that export is now behaving like a checkout command.

Tested on Sun and alpha platforms.

In version 1.10 this problem does NOT exist.


André Brands
Team Leader WSB Development
_______________________________________

CMG Wireless Data Solutions (Netherlands) B.V.

Colosseum 2
7521 PT Enschede
P.O. Box 268
7500 AG Enschede

Phone: +31 53 482 42 00
Fax: +31 482 42 84

_______________________________________

Internet: www.cmgwds.com




_______________________________________________
Bug-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-cvs

Reply via email to