Some developers have noticed a bug that we cannot seem to isolate. If code is checked in using a new tag, that tag cannot be checked out on the first attempt. When the first checkout is attempted the cvs client is unresponsive. This does not matter how long we wait until attempting the first checkout. The second checkout works as expected.
example: Check out some code without tag. - cvs co external src svrcfg Check in code with a tag. - cvs tag -r tag-name external src svrcfg Check out the tagged code. - cvs co -r tag-name external src svrcfg Our cvs server is a Redhat 9 installation using cvs-1.11.2-10 I built a test server using the same software but was not able to reproduce this error. Can anyone offer any suggestions on possible causes or ways to debug this? -- Neil Watson Network Administrator www.voicegenie.com _______________________________________________ Info-cvs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-cvs
