I am using to connect the library with subversion Sharpsvn but I always get an error. The code is as follows:
SvnClient client = new SvnClient();
string targetSource = "http://xxxxxxx/svn/xxxx/xxxx/";
string uriDest = "C:/Documents and Settings/user/My documents/Jesus/project/test";
client.CheckOut(new Uri(targetSource), uriDest, SvnRevision.Head.Revision, true);
Although lack of authentication, if I try to run this code I get the following error in the Main () of the project:
"The mixed-mode assembly was compiled with version 'v2.0.50727' runtime and can not be loaded at runtime 4.0 without additional configuration information."