SVN Repository folders don't match my solution folder structure in Visual Studio or folder structure on disk -
I have one. There is a .NET solution that has been organized badly, so I went to some projects around some of the appropriate folders. In the solution, I have just fixed the path to new places, and everything is working in a copy of my work.
I used Akh SVN to fix the repository, which worked well.
However, when I look at the repo explorer, the inside folders are arranged in the old way.
What do I have to do?
Subversion uses metadata files in your Solutions folder structure where the stuff is, and where this map Store these files - These files are usually the .svn
or _svn
folder in each solution folder and subfolder. Even though you have physically transferred things in a copy of your work, the metadata files still point to the original structures in the repository.
What can you do (and please, if I have a profound subversion knowledge compared to the pipe - if there is a clever / better option) then by re-arranging the folder structure in the repository through the reprobor Once you find those things where you want them there, you can check out a new methodology. The metadata file will then reflect the new repository structure.
Comments
Post a Comment