Our cvs pserver is on Solaris. A cvs client is on windows 2000. We are using the latest version for both server and client.
Initially, we had a directory in all uppercase (SOMEDIRECTORY). We did cvs remove -f of all the files in that directory followed by cvs commit. Then we made a different directory (SomeDirectory), copied files into that directory, then did cvs add SomeDirectory, cvs add of the files inside that directory, followed by cvs commit. Unfortunately on the windows client, we now get SOMEDIRECTORY filled with files when doing cvs checkout of the module containing SOMEDIRECTORY. The .cvsrc file on the client contains: cvs -q -z3 tag -c update -P -d checkout -P For historical reasons, we would like to keep both directory names (SOMEDIRECTORY for previous releases, SomeDirectory for current and future releases). This seems to be possible on a Unix client, but is it possible in a windows client, where we don't need to have the two directories existing simultaneously? Thanks, Dave. _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
