Need Help with Building and Running a Simple App Based on SVN Client
From: Jeff Saremi <jeffsaremi_at_yahoo.com>
Date: Mon, 24 Nov 2008 17:17:04 -0800 (PST)
I'm writing a little gui app on Windows as the subversion client. Initially just to establish a context with the SVN client.
I downloaded and referenced a set of libraries which were available as Windows download. (svn-win32-1.5.4).
Referenced the include files. Fine.
References the lib files. Got it to eventually with a few tries. I didn't quite understand the difference between libxxx's and the ones with no lib at the beginning.
Anyway. The executable got created. Tried to run: Cannot find svn_client-1.dll
SO i researched and realized the guys in subversionsharp created a dll using a hack.
I used the same hack. created a new dll. Got my own project to compile using the newly generated dll/lib.
Started to run: cannot find libsvn_subr-d1.dll
SO i said to myself i've got to go it the long way.
Downloaded the whole subversion source.
Read the INSTALL for a few hours.
Download dependencies.
Tried it a few time. No successful compilation. Period.
Does anyone know a way, without having to spend another 5-10 days compiling the dreaded subversion/apr and all that from the beginning, to get the LIB files in the package (svn-win32-1.5.4) to work? If so please let me know.
thanks
jeff
|
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.