I started working on a legacy software that uses Visual Basic 6 with TortoiseSVN on Windows.
When I work from the trunk, I am able to use the "Save Form As" contextual menu command to duplicate a form. When doing the same when working on a branch, the command does not have any effect.
- I have tried moving the project directory to the SVN ignore list.
- I have also tried to take it out of source control all together.
- I created a new repository and checked out the code. From this new repository, I could not copy a form in either the trunk or the branch.
I still cannot copy an existing form. This tells me there might be an issue with file access permissions.