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 258152

Summary: SVN commit is not transactional (does not rollback)
Product: versioncontrol Reporter: dread_k2002
Component: SubversionAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: normal CC: dread_k2002
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description dread_k2002 2016-02-26 09:29:09 UTC
The SVN connected IDE shows each class color coded as to the last version from SVN:
green for Locally New
blue for Locally Modified
black for nothing changed
and others.

The problem is that when I did a SVN commit and I had a conflict, all classes were marked as commited(they went to the black color code), even if the commit failed and there was nothing commited.
Comment 1 Ondrej Vrabec 2016-02-26 15:39:42 UTC
Does Subversion -> Show Changes help and bring back correct coloring?
Comment 2 dread_k2002 2016-02-27 14:28:03 UTC
(In reply to Ondrej Vrabec from comment #1)
> Does Subversion -> Show Changes help and bring back correct coloring?

If I remember correctly I had to take each file and compare to SVN. Maybe there was an easier way, but I saw that this worked.