bug-cvs
[Top][All Lists]
Advanced

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

Commit problem


From: Nick
Subject: Commit problem
Date: 23 Dec 2003 06:00:47 -0500

I recently upgraded my CVS from 1.11.5 to 1.11.10.  It seems that
calling 'cvs commit' doesn't recurse through all directories--it stops
at the first directory where a change has been detected.  This wasn't
the case in 1.11.5, and 'cvs diff' reports all files that changed.

For example, let's say I have this directory tree (omitting the 'CVS'
directories):

src/
`-- Lunch
    `-- Decision
        `-- Helper
            |-- Containers
            |   |-- ConnectionLoginInfo.java
            |   |-- IntToFloatMap.java
            |   |-- IntToImageMap.java
            |   |-- LoginInfo.java *
            |   |-- LunchDestination.java *
            |   |-- NotificationVector.java
            |   |-- RestaurantVoteRecord.java
            |   |-- ServerSettings.java
            |   |-- ServerUserRecord.java *
            |   |-- SysProps.java
            |   |-- UniqueObject.java *
            |   |-- UserRecord.java *
            |   `-- VoteRecord.java *
            |-- Interfaces
            |   |-- ClientAccess.java
            |   |-- CountListener.java
            |   |-- PowerMeterStatus.java
            |   |-- RestaurantControl.java
            |   |-- RestaurantMgr.java
            |   |-- ServerAccess.java
            |   |-- UserMgr.java
            |   `-- WheelStatus.java
            |-- Sockets
            |   |-- SOCKET_CONSTANTS.java
            |   |-- ServerSocketWorkers.java
            |   |-- SocketUtils.java *
            |   |-- ThreadedClientSocket.java *
            |   |-- ThreadedServerSocket.java
            |   `-- ThreadedServerSocketWorker.java *
            |-- WheelOYum.java *
            `-- WheelOYumApplet.java *

All files with an asterisk have changed.  If my pwd is src/ and I run
'cvs diff', it correctly displays the changes to all files that have
changed.  But if I try 'cvs commit', it only prompts for a change log
for WheelOYum.java and WheelOYumApplet.java (the only files under the
'Helper' directory).

Any ideas?


Regards,
Nick
http://www.wheeloyum.com





reply via email to

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