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

RE: Precompiled SVN 0.26.0 for Win 32 available ?

From: John Barstow <John_Barstow_at_gfsg.co.nz>
Date: 2003-07-28 08:29:27 CEST

From: Branko Cibej wrote:
> >I for one would LOVE to have this ported over to MANAGED code in VS.NET.
> >I am willing to help out on this.
> >
> Hm. What would a port like this involve? Porting the SVN code to C#, or
> Something much less drastic? I proudly admit I haven't the faintest idea
> about what the .Net environment looks like (and strongly suspect that
> "managed code" is marketspeak for "bug free", an outright lie :-)
Less drastic. The Microsoft C++ compiler can produce managed code. The
porting work would boil down to adding a bunch of macros for a few
compiler-specific keywords.
And managed code means code managed by the garbage-collecting .NET runtime
as opposed to good old native machine code.

> >I would also like to make a go at getting this to work on IIS as an
option
> >to apache as well.
> >
> Does IIS support DAV provider plug-ins? And more importantly, does it
> support DeltaV?
It has a plug-in architecture (ISAPI) that in principle could plugin DeltaV.
No idea how difficult that would be vs. writing your own server in C# (web
classes are pretty comprehensive)

> >If we can interface with SVN via C# and VB by using the vs.net build that
> >will also improve the outlook for SVNs use on windows. With the advent
of
> >Win2K3 Web Edition it would make for an excellent inexpensive box for a
code
> >repository, albeit not free as is my debian box running my current
> >repository.
>
> SWIG can produce C# bindings these days. I expect the first order of
> business would be to get those bindings written and working.
Binding-wise, AnkhSVN (hosted on trigris.org) is fairly up-to-date and plugs
into VS.

John C Barstow

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 28 08:29:39 2003

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.