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

Re: Need Help with Building and Running a Simple App Based on SVN Client

From: D.J. Heap <djheap_at_gmail.com>
Date: Tue, 25 Nov 2008 09:25:59 -0700

On Mon, Nov 24, 2008 at 6:17 PM, Jeff Saremi <jeffsaremi_at_yahoo.com> wrote:
> I'm writing a little gui app on Windows as the subversion client. Initially
> just to establish a context with the SVN client.
[snip]

Are you trying to build a completely static binary with no dll
dependencies? If so, you'll pretty much have to build everything
yourself which is not easy, but certainly not impossible. It is made
more difficult by the fact that very few people do it so there is less
info about it.

If you don't mind deploying the Subversion and support dll's with your
app (or requiring an existing installation your app can rely on for
support dlls), it is quite easy to use the existing binary package --
include the headers, link to the import libraries (libsvn_*.lib) and
deploy the dll's along with your app.

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-11-25 17:26:23 CET

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

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