History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEABKL-5308
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Dmitry Jemerov
Reporter: Serge Baltic
Votes: 0
Watchers: 0
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

Changelist: Commit: Changes to Comment Lost If Failed

Created: 13 Sep 07 03:19   Updated: 11 Oct 07 20:22
Component/s: Version Control Integration
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 7,126


 Description  « Hide
If the commit comment is changed in the Commit window, and the commit fails, then the new comment is lost. This behavior differs from the TortioseSVN client, which keeps the comment for the commit retries.

Sometimes I collect changes under a changelist with a temporary (short) name, and elaborate on the comment when checking in. In this case all my text gets lost.



 All   Comments   Work Log   Change History      Sort Order:
Dmitry Jemerov - 11 Oct 07 20:22
The commit message is not lost: you can retrieve it using Message History.
The root cause of the problem is an unclear distinction between the changelist description (which is in fact not modified in this scenario) and the commit message (which is saved correctly, and which is overridden by the changelist description if the latter is not empty).