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