On Tue, Jul 24, 2012 at 2:16 PM, Daniel Shahaf <danie...@apache.org> wrote: > Nico Kadel-Garcia wrote on Tue, Jul 24, 2012 at 02:41:23 -0400: >> On Mon, Jul 23, 2012 at 9:32 AM, Victor Engmark >> <victor.engm...@gmail.com> wrote: >> > Hi all >> > >> > I've been trying for a while now to make Subversion compile offline, >> > and it looks like only the "apr", "apr-util", "serf" and >> > "apr_memcache" external project subdirectories are taken into account >> > - "neon" is missing. To verify: >> > >> > $ grep SVN_EXTERNAL_PROJECT_SUBDIRS configure >> > >> > The only workaround I've found is to manually compile and install >> > neon, but comments in Makefile.in clearly indicate that it is one of >> > the potential recursive targets: "# recursive targets to handle >> > external projects (e.g. APR, Neon)" >> > >> > Expected fix: There should be a "$neon_found" section like for APR >> > etc. in configure. >> >> I thought there was. Did you download and build neon locally, under >> the 'neon' subdirectory? Look at what the 'get-deps.sh' script does >> for an example of the layout it knows how to handle. > > Neon support was removed from trunk and will not be included in 1.8.
Thanks - I'll just ignore Neon in 1.7.5 then. Cheers, V