.csproj files and SVN
Good day!
I'm using SVN for years (both command-line and not integrated in VS studio clients like TortoiseSVN) and VS Express. Most of my project used "Web Site" project type in the past. When ASP.NET MVC came I stick to solution and projects for ASP.NET MVC sites (as default ASP.NET MVC application template).
The problem is when someone add\moves files in different parts of the project the file structure maintained by SVN is completely ok. But changes in project structure for sure give SVN conflict in .csproj
files. So we need to re-add files to the project, or edit csproj
by hand.
Are t开发者_StackOverflow中文版here any workaround?
Thanks!
I tend to use the integrated plugin: Ankhsvn. It should manage the SVN changes for you if you make the changes directly in VS.
精彩评论