Hi,
After looking at other questions related to sharing solutions between VS 2005 and VS 2008 it seems that the way to go is to have two solution files (one for VS 2005 and one for VS 2008).
However, if the solution is under source control (VisualSVN in our case), how would we maintain two solution files and not keep overwriting one or the other with each update/commit?
Is it possible to remove just the .sln file from source control and stop the VisualSVN client from checking its status in visual studio?
Thanks
Matt