Re: [Boost-docs] Troubleshooting [xinclude *.xml]

Subject: Re: [Boost-docs] Troubleshooting [xinclude *.xml]
From: er (er.ci.2020_at_[hidden])
Date: 2011-01-09 17:09:07


On 11/15/10 3:41 PM, Daniel James wrote:
> On 15 November 2010 17:39, er<erwann.rogard_at_[hidden]> wrote:
>>
>> Is there a portion of the documentation for bjam or qbk on how to
>> set up
>>
>> https://svn.boost.org/svn/boost/sandbox/statistics/support/libs/assign/v2/doc/Jamfile.v2
>>
>>
>> - to include globs recursively
>
> I think you can use 'path.glob-tree', but I don't know if it's
> documented. You have to add:
>
> import path ;
>
> to the beginning of you Jamfile to import the module. Then replace the
> glob with something like:
>
> [ path.glob-tree ../../../../boost/assign/v2/ : *.hpp ]
>
>> - to automatically set
>>
>> svn propset svn:mime-type text/plain path/of/file
>> svn propset svn:eol-style native path/of/file
>>
>> for
>>
>> doc/html/*.manifest
>> doc/ref.tag
>
> https://svn.boost.org/trac/boost/wiki/BoostSubversion#MIMETypesandEnd-Of-LineStyles
>
> Daniel

Hello,

I copied http://svn.boost.org/svn/boost/trunk/doc/src/ to my working
copy /doc in order to properly display the Up/Next etc. buttons in the
top right. However, putting in the repo with svn add gives :

A src
A src/images
A (bin) src/images/alert.png
A (bin) src/images/blank.png
A src/images/callouts
A (bin) src/images/callouts/1.png
svn: File 'src/images/callouts/1.svg' has binary mime type property

Inside ~/.subversion/config, I have

enable-auto-props = yes

[auto-props]
*.svg = svn:eol-style=native; svn:mime-type=image/svg+xml

I would have hoped this would suffice... I guess I have to manually
propset the *.svg files, but apparently this cannot be done until after
they have been svn-added, which fails.

So what should I do? Thanks.


This archive was generated by hypermail 2.1.7 : 2017-11-11 08:50:41 UTC