From hellosticky at gmail.com Sat Oct 18 17:20:37 2008 From: hellosticky at gmail.com (eydelber z) Date: Sat Oct 18 17:20:41 2008 Subject: Running in mono? In-Reply-To: References: <48bcfb94.1d3e400a.7af5.779a@mx.google.com> Message-ID: <6936856c0810181420y208576afx862dd2773da12aea@mail.gmail.com> Thanks for the response. Does Svn.NET support SVN 1.5? Thanks! On Tue, Sep 2, 2008 at 11:14 AM, wrote: > Hello KE, > > This project *should* run under Mono. When I copied the project from > SubversionSharp (which was and is .NET/Mono 1.x only) it was working under > Mono. It does use P/Invoke, which should work under both Mono and .NET as > long as the shared library is found. Since copying the project, I have not > consistently tested in Mono although I did make a conscious effort to avoid > any platform-specific code (or use appropriate platform-specific calls such > as the various System.Environment calls). The build scripts are NAnt which > also runs in Mono. > > That said, if there are any errors in using the library with Mono we would > appreciate patches. > > Toby > > On Tue, 2 Sep 2008 04:38:03 -0400, "KE" wrote: >> Hi, is this project different from SharpSvn >> (http://sharpsvn.open.collab.net/) in that it can run under Mono? Does >> Svn.Net still only use PInvoke? >> Thanks, >> >> _______________________________________________ >> svndotnet-users mailing list >> Project homepage: >> http://www.pumacode.org/projects/svndotnet/ >> Subscribe/Unsubscribe/Admin: >> > http://lists.pumacode.org/mailman/listinfo/svndotnet-users-lists.pumacode.org > > _______________________________________________ > svndotnet-users mailing list > Project homepage: > http://www.pumacode.org/projects/svndotnet/ > Subscribe/Unsubscribe/Admin: > http://lists.pumacode.org/mailman/listinfo/svndotnet-users-lists.pumacode.org > > From celyo at mail.ru Mon Oct 20 17:52:26 2008 From: celyo at mail.ru (Iliya Iliev) Date: Mon Oct 20 17:52:33 2008 Subject: svndotnet test project Message-ID: <48FCFD9A.7000808@mail.ru> Hi all, I'm new in dotnet and svndotnet especially. I found a new application that will be something between tortoisesvn and rapidsvn (I will try to get all poditives of these 2 ecelent applications). It will be cross platform (.NET/Mono). I wrote this message to inform you that for reasons of this project I write a test project that illustrates how to use most of svn.net methods (I know that svn.net doesn't have dovumentation) ... so if someone needs test project - there is one :) csvn home page: http://sourceforge.net/projects/csvn svn : https://csvn.svn.sourceforge.net/svnroot/csvn test project : https://csvn.svn.sourceforge.net/svnroot/csvn/trunk/src/Tests/SVNTest/ P.S. This project is on planing state so the only SVNTest project is working for now