Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicating a file doesn't track history with SDK style .csproj file #14

Open
michaelaird opened this issue Apr 22, 2020 · 1 comment
Open

Comments

@michaelaird
Copy link

With the "legacy" style csproj file, AnkhSVN2019 correctly recognizes when you copy/paste the same file in the same location as copy of the original file. A new file is created called "(original) - Copy" and the SVN history is maintained.

When the project uses the new SDK style, the duplicated file is created and added to SVN but it loses the history of the original file.

@rhuijben
Copy link

AnkhSVN does quite a bit of educated guessing to follow renames as Visual Studio itself is not really interested in tracking them, nor are the SCC providers that Microsoft directly supports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants