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

RE: WinSVN: Sources of Material

From: Bill Tutt <billtut_at_microsoft.com>
Date: 2000-12-11 23:59:36 CET

From: Branko Cibej [mailto:brane@xbc.nu]
 
> The question here is: How many different DLLs will we have to install
> (and maintain) for a Windows GUI client?
Well as few as possible, obviously. :) Minimally, you could get away with 1
DLL for SVN, which would contain the COM interfaces to SVN statically linked
to the SVN library. On top of that you'll end up having however many DLLs
the VB runtime, and associated controls require.
Aside from that, it's relatively simple to construct a MSI based Installer
with the Visual Studio Installer. (Available freely at
http://msdn.microsoft.com/vstudio/downloads/vsi11/default.asp)
Write a .MSM (merge module) for the SVN COM object, and each of the UI
controls, and then a wrapper .MSI for the VB app itself.
Heck, I'll even volunteer to do the initial rev of it once the VB code's
been checked in. (It's that easy)
Bill
Received on Sat Oct 21 14:36:16 2006

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.