Reported on the mailing list:
Given a repository containing:
Foo.Bar.csproj [in svn]
Foo.Bar.csproj.user [not in svn + ignored]
SVN Rename on the csproj file to Foo.Bar2.csproj:
- asks whether or not similar file Foo.Bar.csproj.user should
be renamed to Foo.Bar.csproj.user
=> clearly not right (no name change_
- when Yes is selected:
- 2 error dialogs are shown: "cannot move path X into itself"
(one for each file)
SVN Rename on the csproj file to Foo2.Bar.csproj:
- asks whether or not similar file Foo.Bar.csproj.user should
be renamed to Foo2.Bar.csproj.user
- when Yes is selected:
- the .csproj file is renamed correctly
- an error is shown for the .user file:
"Path C:\...\Foo.Bar.csproj.user does not exist" (but it does)
SVN Rename on the csproj file to Foo2.csproj:
- asks whether or not similar file Foo.Bar.csproj.user should
be renamed to Foo2.Bar.csproj.user
=> bad: the Bar. part is not removed
- when Yes is selected:
- the .csproj file is renamed to Foo2.Bar.csproj (incorrect)
- an error is shown for the .user file:
"Path C:\...\Foo.Bar.csproj.user does not exist" (but it does)
Original issue reported on code.google.com by tortoisesvn on 16 May 2014 at 4:37
Original issue reported on code.google.com by
tortoisesvn
on 16 May 2014 at 4:37