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 - SVN commit is not transactional (does not rollback)
Summary: SVN commit is not transactional (does not rollback)
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-26 09:29 UTC by dread_k2002
Modified: 2016-02-27 14:28 UTC (History)
1 user (show)

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 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.