This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 52295 - When checking out a branch, CVS checkouts fail
Summary: When checking out a branch, CVS checkouts fail
Status: RESOLVED DUPLICATE of bug 52296
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: issues@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-10 17:04 UTC by mclaassen
Modified: 2004-12-10 18:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mclaassen 2004-12-10 17:04:20 UTC
Every time I check out my module on a branch, I 
get errors during the auto refresh.  This is using 
the internal cvs client.

A colleague has reproduced this on a different 
machine.  We were both able to check out the main 
line with no issues.  On both of our machines the 
CVS/entries file looks correct.  The only 
difference between the NB4 entries file and the 
Netbeans 3.5.1 entries file is that the NB3.5.1 
file has pruned empty directories in it.  The NB4 
version does not.

The error happens on many files.  (Maybe one for 
every directory ...?)

Many errors are because files that it thinks are 
directories are not: (build.xml is an ant script)
Error:
lock directory for `/ocie/dev/cvs-j/java/support/
ant/build.xml' (/ocie/dev/cvs-j/java/support/ant/
build.xml/#cvs.lock): No such file or directory

The ones that are directories fail with a weird 
path:  This would be a valid path, but notice that 
JavaOcie (a module name) is not resolved to the 
java directory like in the previous example.  Also 
notice the appearance of a '.' all of a sudden
Error:
failed to create lock directory for `/ocie/dev/
cvs-j/./JavaOcie/src/dsi' (/ocie/dev/cvs-j/./
JavaOcie/src/dsi/#cvs.lock): No such file or 
directory

Here is another file that errored.  Notice that 
the name is wrong.  Correct name: dsi/core/crypto/
DCipherAlgorithm.java.  The file it is complaining 
about is CipherAlgorithm.java not 
DCipherAlgorithm.java
Error:
cvs-1.11.1p1-SUNOS-5.6 server: failed to create 
lock directory for `/ocie/dev/cvs-j/java/src/dsi/
core/crypto/CipherAlgorithm.java' (/ocie/dev/cvs-
j/java/src/dsi/core/crypto/CipherAlgorithm.java/
#cvs.lock): No such file or directory
cvs-1.11.1p1-SUNOS-5.6 server: failed to obtain 
dir lock in repository `/ocie/dev/cvs-j/java/src/
dsi/core/crypto/CipherAlgorithm.java'
cvs-1.11.1p1-SUNOS-5.6 [server aborted]: read lock 
failed - giving up

My CVS/entries file for the previous example is:
D
/CipherAlgorithm.java/1.1/Fri May 21 21:19:34 
2004//TRELEASE_04_02_BRANCH
/CryptoSession.java/1.1/Fri May 21 21:19:33 2004//
TRELEASE_04_02_BRANCH
/DCipherInputStream.java/1.2/Mon May 24 21:58:10 
2004//TRELEASE_04_02_BRANCH
/DCipherOutputStream.java/1.2/Fri May 28 15:52:11 
2004//TRELEASE_04_02_BRANCH
/DCryptoException.java/1.1/Fri May 21 21:19:33 
2004//TRELEASE_04_02_BRANCH
/Muddler.java/1.2/Mon May 24 21:58:09 2004//
TRELEASE_04_02_BRANCH
/params768/1.1/Fri May 21 21:19:33 2004//
TRELEASE_04_02_BRANCH
Comment 1 mclaassen 2004-12-10 17:15:15 UTC

*** This issue has been marked as a duplicate of 52296 ***