Armin K. wrote:
> On 07/01/2013 06:51 PM, Bruce Dubbs wrote:
>> kre...@higgs.linuxfromscratch.org wrote:
>>> Author: krejzi
>>> Date: Mon Jul  1 02:55:22 2013
>>> New Revision: 11348
>>>
>>> Log:
>>> Actualy update subversion (check for new deps, removed deps). We need serf 
>>> library for it now, no neon support anymore.
>>>
>>> Modified:
>>>      trunk/BOOK/general/prog/subversion.xml
>>>
>>> Modified: trunk/BOOK/general/prog/subversion.xml
>>> ==============================================================================
>>> --- trunk/BOOK/general/prog/subversion.xml  Sun Jun 30 19:46:01 2013        
>>> (r11347)
>>> +++ trunk/BOOK/general/prog/subversion.xml  Mon Jul  1 02:55:22 2013        
>>> (r11348)
>>
>>>        <bridgehead renderas="sect4">Required</bridgehead>
>>> -      <xref linkend="neon"/> or
>>> -      <ulink url="http://code.google.com/p/serf/";>serf</ulink>, and
>>> +      Serf,
>>> +      <!-- <xref linkend="serf"/> and -->
>>
>> I'm not sure why you think serf is required.  It built fine for me
>> without it.  The above commit was made with the new version.
>>
>> configure: serf library configuration via pkg-config
>> checking for serf-2 library... no
>> checking for serf-1 library... no
>> checking was serf enabled... no
>>
>> An appropriate version of serf could not be found, so libsvn_ra_serf
>> will not be built.  If you want to build libsvn_ra_serf, please
>> install serf 1.2.1 or newer.
>>
>> A search says:
>>
>> ra_serf status
>> ==============
>>
>> This library is an RA-layer implementation of a WebDAV client that uses
>> Serf.
>>
>> ------
>>
>> I have no idea what an RA-layer for WebDAV is.
>>
>>
>>     -- Bruce
>>
>
> On Archlinux, which has updated to 1.8.0 I see this in svn --version output
>
> * ra_serf : Module for accessing a repository via WebDAV protocol using
> serf.
>    - handles 'http' scheme
>    - handles 'https' scheme
>
> I believe that without serf, you wouldn't be able to "use" svn via
> http:// or https:// scheme, only svn:// and file:// (use = clone,
> commit, etc).
>
> On earlier version (1.7.x) ra_neon provided http and https scheme.

OK.  I only use

* ra_svn : Module for accessing a repository using the svn network protocol.
   - with Cyrus SASL authentication
   - handles 'svn' scheme

* ra_local : Module for accessing a repository on local disk.
   - handles 'file' scheme

My issue is not that it shouldn't be in the dependencies, but that it 
should be optional.  Do you want to add the serf page to the book?

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to