- Thread starter
- #11
This is fixed now. Thanks for the feedback.
Just a note to all Plugin SVN users:
When moving/rename files. Don't delete and recreate, use the SVN Move and Rename features. This way the history of the file is kept.
Renaming a .cs file can be a bit tricky because in needs to be done in the VS project as well. However, if you rename in VS then it will do a normal file rename and cause problems with SVN. So two possible solutions are
1. Delete the file from the VS project
2. rename with SVN rename
3. Add file with new name back to the VS project
Or the one I tend to use
1. Rename file with SVN rename
2. Edit .csproj file and rename by hand (these files are just XML files)
Just a note to all Plugin SVN users:
When moving/rename files. Don't delete and recreate, use the SVN Move and Rename features. This way the history of the file is kept.
Renaming a .cs file can be a bit tricky because in needs to be done in the VS project as well. However, if you rename in VS then it will do a normal file rename and cause problems with SVN. So two possible solutions are
1. Delete the file from the VS project
2. rename with SVN rename
3. Add file with new name back to the VS project
Or the one I tend to use
1. Rename file with SVN rename
2. Edit .csproj file and rename by hand (these files are just XML files)