Monodevelop SVN 1.7 support

Posted by Gustavo Rubio on Stack Overflow See other posts from Stack Overflow or by Gustavo Rubio
Published on 2012-11-10T22:58:08Z Indexed on 2012/11/10 22:59 UTC
Read the original article Hit count: 475

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about svn

Related posts about mono