Hi Larry.

Let's take an example directory from my sandbox.

Here is the result of 'cvs update -dP':

    cvs server: Updating shared/java/com/rapid7/net/http
    cvs update: move away shared/java/com/rapid7/net/http/HTTPClient.java; 
it is in the way

    (yada yada yada, repeat message for each file in the directory)

I notice a disparity between the timestamps in the CVS/Entries file
for that directory, and the timestamps of the actual files as
reported by `ls -l`.

For example, `ls -l` reports:

-rw-r--r--   1 chadlode None          726 Mar  5 11:02 Makefile.mk

whereas the CVS/Entries file contains:

/Makefile.mk/1.4/Mon Mar  5 19:02:18 2001//

That is, the CVS/Entries file says "7:02 pm", but the local filesystem
says "11:02 am" -- could this be the problem? I smell some bad timezone
math or something...


Here's the entire CVS/Entries file:

/HTTPClient.java/1.2/Fri Mar  2 14:01:39 2001//
/HTTPCookie.java/1.2/Fri Mar  2 14:01:39 2001//
/HTTPCookieDatabase.java/1.2/Fri Mar  2 14:01:39 2001//
/HTTPException.java/1.1/Tue Feb 27 14:05:37 2001//
/HTTPHeaders.java/1.2/Fri Mar  2 14:01:39 2001//
/HTTPInteractive.java/1.2/Fri Mar  2 14:01:40 2001//
/HTTPRequest.java/1.3/Fri Mar  2 14:01:40 2001//
/HTTPRequestTimings.java/1.2/Fri Mar  2 14:01:41 2001//
/HTTPResponse.java/1.2/Fri Mar  2 14:01:41 2001//
/HTTPSession.java/1.3/Fri Mar  2 14:01:41 2001//
/HTTPSession1945.java/1.2/Fri Mar  2 14:01:41 2001//
/HTTPSession2616.java/1.3/Fri Mar  2 14:01:42 2001//
/HTTPSessionFactory.java/1.3/Fri Mar  2 14:01:42 2001//
/HTTPSessionParams.java/1.2/Fri Mar  2 14:01:43 2001//
/HTTPUtils.java/1.2/Fri Mar  2 14:01:43 2001//
/Makefile.mk/1.4/Mon Mar  5 19:02:18 2001//
/Test_HTTPSessionFactory.java/1.2/Fri Mar  2 14:01:44 2001//
/URLEncoder.java/1.2/Fri Mar  2 14:01:44 2001//
D

...and here is an `ls -l` of the sandbox directory:

total 64
drwxr-xr-x   2 chadlode None         4096 Mar  8 05:54 CVS
-rw-r--r--   1 chadlode None         2396 Mar  2 06:01 HTTPClient.java
-rw-r--r--   1 chadlode None        10818 Mar  2 06:01 HTTPCookie.java
-rw-r--r--   1 chadlode None         4009 Mar  2 06:01 HTTPCookieDatabase.java
-rw-r--r--   1 chadlode None         1219 Feb 27 06:05 HTTPException.java
-rw-r--r--   1 chadlode None         5488 Mar  2 06:01 HTTPHeaders.java
-rw-r--r--   1 chadlode None        11845 Mar  2 06:01 HTTPInteractive.java
-rw-r--r--   1 chadlode None         3862 Mar  2 06:01 HTTPRequest.java
-rw-r--r--   1 chadlode None         4402 Mar  2 06:01 HTTPRequestTimings.java
-rw-r--r--   1 chadlode None         2433 Mar  2 06:01 HTTPResponse.java
-rw-r--r--   1 chadlode None        29301 Mar  2 06:01 HTTPSession.java
-rw-r--r--   1 chadlode None         2137 Mar  2 06:01 HTTPSession1945.java
-rw-r--r--   1 chadlode None         9019 Mar  2 06:01 HTTPSession2616.java
-rw-r--r--   1 chadlode None         4805 Mar  2 06:01 HTTPSessionFactory.java
-rw-r--r--   1 chadlode None         1116 Mar  2 06:01 HTTPSessionParams.java
-rw-r--r--   1 chadlode None        14731 Mar  2 06:01 HTTPUtils.java
-rw-r--r--   1 chadlode None          726 Mar  5 11:02 Makefile.mk
-rw-r--r--   1 chadlode None         2396 Mar  2 06:01 
Test_HTTPSessionFactory.java
-rw-r--r--   1 chadlode None         7528 Mar  2 06:01 URLEncoder.java


At 03:38 PM 3/9/2001 -0500, you wrote:

>That message indicates that CVS thinks the sandbox file didn't come from
>the repository file but from somewhere else.  Check CVS/Entries (and
>CVS/Entries.Log if it exists) paying careful attention to case
>differences or invisible control characters that may be confusing CVS.
>If you're using client/server CVS, having one (either the client or the
>server) that's case sensitive and one that's case insensitive can also
>lead to these kinds of problems.



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

Reply via email to