danigb27 / tortoisesvn

Automatically exported from code.google.com/p/tortoisesvn
0 stars 0 forks source link

Unnecessary warning after successful auto-resolve #537

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Reported on the mailing list:
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=306280
9

I've noticed that a tree-conflict that has been already auto-resolved
still shouts in red "Warning! One or more files are in a conflicted
state." in output.

I'm using TortoiseSVN 1.8.1.

1. Add file1.txt to a working copy and commit (r1),
2. Edit file1.txt and commit,
3. Update to r1,
4. Rename file1.txt to file2.txt with TortoiseSVN,
5. Update.

Getting this warning however I assume that it's completely unnecessary
since the tree conflict has been successfully auto-resolved:

[[
Command: Update
Updating: C:\..\Solution1
Tree conflict (Resolved): C:\..\Solution1\file1.txt
Completed: At revision: 3
Warning!: One or more files are in a conflicted state.
Updated: C:\..\Solution1\file2.txt
Completed: At revision: 3
Resolved: C:\..\Solution1\file1.txt
]]

`svn st -v` output after auto-resolve:

[[
                  3        3 Pavel.Lyalyakin .
D                3        3 Pavel.Lyalyakin file1.txt
        > moved to file2.txt
A  +             -        3 Pavel.Lyalyakin file2.txt
        > moved from file1.txt
]]

Original issue reported on code.google.com by tortoisesvn on 16 Aug 2013 at 4:07

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r24677.

Original comment by tortoisesvn on 16 Aug 2013 at 5:58

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r24678.

Original comment by tortoisesvn on 16 Aug 2013 at 6:14