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 186304 - java.io.IOException: Unable to checkout revision 1.1 of ssTagLib.tld.
Summary: java.io.IOException: Unable to checkout revision 1.1 of ssTagLib.tld.
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-18 14:46 UTC by giorgio42
Modified: 2010-08-09 11:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 15286


Attachments
stacktrace (1.59 KB, text/plain)
2010-05-18 14:46 UTC, giorgio42
Details

Note You need to log in before you can comment on or make changes to this bug.
Description giorgio42 2010-05-18 14:46:14 UTC
Build: NetBeans IDE 6.9 Beta (Build 201004200117)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows XP

User Comments:
dcherk: Reverting a file from CVS.  However, the connection timed out on the server.

giorgio42: This should only generate a message may be in the Output tab, but not raise an exception

nkitiyakara: Unthinking renamed a file changing just capitalization.  (I know this is a bad idea with CVS.)  Could not commit it using new file name.  Renamed back to old name, still had trouble committing.  (Was able to do so outside of NetBeans.)  I think this happened when I tried to do a "Revert modifications" on the file.

earnarso: Trying to revert modifications from a cvs.

GUEST: I wanted to undelete a local file that stil exists in cvs,  i.e revert deleted file.

GUEST: Checkoput revision




Stacktrace: 
java.io.IOException: Unable to checkout revision 1.1 of ssTagLib.tld.
   at org.netbeans.modules.versioning.system.cvss.VersionsCache.checkoutRemoteFile(VersionsCache.java:288)
   at org.netbeans.modules.versioning.system.cvss.VersionsCache.getRemoteFile(VersionsCache.java:122)
   at org.netbeans.modules.versioning.system.cvss.VersionsCache.getRemoteFile(VersionsCache.java:111)
   at org.netbeans.modules.versioning.system.cvss.ui.actions.update.GetCleanAction.rollback(GetCleanAction.java:181)
   at org.netbeans.modules.versioning.system.cvss.ui.actions.update.GetCleanAction.access$100(GetCleanAction.java:71)
   at org.netbeans.modules.versioning.system.cvss.ui.actions.update.GetCleanAction$2.call(GetCleanAction.java:124)
Comment 1 giorgio42 2010-05-18 14:46:18 UTC
Created attachment 99142 [details]
stacktrace