Re: Win32 cmd line client - libsvn_ra, _dav,_local
From: <kevin.aubuchon_at_charter.net>
Date: 2006-03-06 01:42:22 CET
I"m trying to build the Win32 command line client. I want to access a subversion repository on a secure URL.
After following the instructions in the INSTALL document as best I could, the projects in the solution file failed to all build. Frankly the solutoin file iwth 97 projects seems overkill for what I want. So now I'm taking a different approach. I am trying to build svn.exe and adding projects as they are needed to resolve externals.
-- kevin aubuchon ---- "Branko Čibej" <brane@xbc.nu> wrote: > Kevin Aubuchon wrote: > > Which of the libsvn_* libraries should I link with? And/or which > > preprocessor defines do I need? > > > > I'm getting unresolved externals for _svn_ra_local_init, > > _svn_ra_svn_init. It seems I could add the preprocessor defines > > SVN_LIBSVN_CLIENT_LINKS_RA_SVN, SVN_LIBSVN_CLIENT_LINKS_RA_LOCAL to > > libsvn_ra but is that correct? > These defines are in svn_private_config.h for Windows, which is included > in the libsvn_ra sources. There's no provision currently in the Windows > build that would let you select the various RA libraries and repository > back-ends. > > It would help if you explained what you're actually doing. If you're > building "the" command-line client, then I don't understand how you > could have these problems. > > -- Brane --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon Mar 6 01:42:57 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.