[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

FW: Final year project

From: Arild Fines <arild.fines_at_broadpark.no>
Date: 2002-10-22 22:10:31 CEST

news wrote:
> Hi.
> Cool idea. I had the same but not the time to implement it :-(
> I have studied the .NET framework a little bit.
> My first idea was to go completely C# by using PInvoke to access the
> SVN API.
 
P/Invoke only works on dynamic libraries, while the SVN API on Win32
is still just a set of static libraries. I don't know what the
timeframe for changing it to DLL's are(anyone?), but I still think I
would prefer to use MC++ for the low level interface to SVN. P/Invoke
isn't all that elegant.
 
> I think you can also learn/borrow some thing from the C++ bindings
> which are used by the RapidSVN project.
 
Definitely.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 22 22:10:55 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.