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

Re: svn trunk question

From: Greg Stein <gstein_at_gmail.com>
Date: Wed, 15 Apr 2009 06:19:26 +0200

On Wed, Apr 15, 2009 at 05:56, Edmund Wong <ed_at_kdtc.net> wrote:
>...
> My bad.  I did install 1.6.1.  Then I installed the trunk
> binaries on top of the 1.6.1.  That's when I get these
> errors.  So I'm most likely screwing up somewhere along
> the way.

When trunk binaries see an old working copy (eg. one checked out by
your 1.6.1 build), then it asks you to run "svn cleanup" to
cleanup/upgrade the working copy. That's normal behavior -- you didn't
do anything wrong.

>> This means that at configure-time, Subversion couldn't find serf or
>> neon, so it didn't build the ra modules for http.
>
> That could be it then.  But 1.6.1 configure found neon,
> but it seems as if the trunk-configure couldn't.  I'll
> have to recheck my libraries.

1.6.x automatically looks for neon. You need to be explicit with
trunk, by saying --with-neon (we're deprecating it in favor of serf).
I believe trunk looks for serf by default, though you may be required
to use --with-serf

Cheers,
-g

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1721182
Received on 2009-04-15 06:19:50 CEST

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.