Monodevelop SVN 1.7 support
- by Gustavo Rubio
I'm trying to checkout an SVN repo and it does get checked out, however the solution is not opened by default. I then tried to simply open an already checked out folder and I do not get versioning support.
I tried this in both Windows and Linux with no success with MonoDevelop 3.0.4 and 3.0.5
My guess is that since the .sln file is in the path /trunk/code/project/project.sln and the new 1.7 format keeps only one ".svn" folder at the top of the checked out folder (e.g. /home/gustavo/ProjectSrc/ ) hence MD not "finding" the versioned code.
Anybody has had success using SVN 1.7 and MonoDevelop?