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 24958 - PVCS: Some commands should be synchronized.
Summary: PVCS: Some commands should be synchronized.
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-19 15:16 UTC by Jiri Kovalsky
Modified: 2003-07-01 13:03 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 Jiri Kovalsky 2002-06-19 15:16:33 UTC
Development build #200206190100 of NetBeans 3.4
Windows 2000 with JDK 1.4.1

Description:
============
Some commands should be synchronized because if
they run parallely they are likely to fail. It may
happen on multifiles data objects. This is what
PVCS says in such case:
Error: D:\Tests\PVCS\Work4\test\Formular.java:
Version Manager could not access this Project
"test" because it is in use by another user. Try
to access this Project at a later time.

Steps to reproduce:
===================
1. Mount PVCS filesystem and create new JDialog.
2. Run "PVCS|Add" on it and if you are lucky one
of its files won't be added.
Comment 1 Martin Entlicher 2002-06-19 16:10:54 UTC
This might be a problem of more (all) PCLI commands.
Starting to work on it...
Comment 2 Martin Entlicher 2002-06-19 18:02:08 UTC
The ADD and CREATE_PROJECT commands are synchronized on files in a
single package.
Fixed in dev build Jun 20.
Comment 3 Jiri Kovalsky 2002-06-20 14:02:36 UTC
It's pretty slow :-) but works fine in development build #200206200100
of NetBeans 3.4.
Comment 4 Quality Engineering 2003-07-01 13:03:39 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.