You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by sebb AT ASF <se...@apache.org> on 2013/05/31 20:09:30 UTC

Re: svn commit: r1488259 - /httpcomponents/site/httpcomponents-asyncclient-4.0-beta4/examples.html

On 31 May 2013 15:48,  <se...@apache.org> wrote:
> Author: sebb
> Date: Fri May 31 14:48:32 2013
> New Revision: 1488259
>
> URL: http://svn.apache.org/r1488259
> Log:
> Test fix for incorrect relative URL
>
> Modified:
>     httpcomponents/site/httpcomponents-asyncclient-4.0-beta4/examples.html
>
> Modified: httpcomponents/site/httpcomponents-asyncclient-4.0-beta4/examples.html
> URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-asyncclient-4.0-beta4/examples.html?rev=1488259&r1=1488258&r2=1488259&view=diff
> ==============================================================================
> --- httpcomponents/site/httpcomponents-asyncclient-4.0-beta4/examples.html (original)
> +++ httpcomponents/site/httpcomponents-asyncclient-4.0-beta4/examples.html Fri May 31 14:48:32 2013
> @@ -51,7 +51,7 @@
>                                  <h5>HttpComponents</h5>
>                    <ul>
>                    <li class="none">
> -                          <a href="../../../../scp:/people.apache.org/www/hc.apache.org/index.html" title="Home">Home</a>
> +                          <a href="../index.html" title="Home">Home</a>

This fixes one of the broken links reported in HTTPASYNC-43

There are lots more of the same.

I can fix them all in the site SVN tree, but are they likely to go
wrong again when the site is next released?
Or was it a one-off incorrect site deployment?

I'm not sure how the site is deployed since the move to svnpubsub.
Local site builds seem OK


>              </li>
>                    <li class="none">
>                            <a href="http://www.apache.org/licenses/" class="externalLink" title="License">License</a>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


Re: svn commit: r1488259

Posted by Oleg Kalnichevski <ol...@apache.org>.
On Fri, 2013-05-31 at 19:09 +0100, sebb AT ASF wrote:
> On 31 May 2013 15:48,  <se...@apache.org> wrote:
> > Author: sebb
> > Date: Fri May 31 14:48:32 2013
> > New Revision: 1488259
> >
> > URL: http://svn.apache.org/r1488259
> > Log:
> > Test fix for incorrect relative URL
> >
> > Modified:
> >     httpcomponents/site/httpcomponents-asyncclient-4.0-beta4/examples.html
> >
> > Modified: httpcomponents/site/httpcomponents-asyncclient-4.0-beta4/examples.html
> > URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-asyncclient-4.0-beta4/examples.html?rev=1488259&r1=1488258&r2=1488259&view=diff
> > ==============================================================================
> > --- httpcomponents/site/httpcomponents-asyncclient-4.0-beta4/examples.html (original)
> > +++ httpcomponents/site/httpcomponents-asyncclient-4.0-beta4/examples.html Fri May 31 14:48:32 2013
> > @@ -51,7 +51,7 @@
> >                                  <h5>HttpComponents</h5>
> >                    <ul>
> >                    <li class="none">
> > -                          <a href="../../../../scp:/people.apache.org/www/hc.apache.org/index.html" title="Home">Home</a>
> > +                          <a href="../index.html" title="Home">Home</a>
> 
> This fixes one of the broken links reported in HTTPASYNC-43
> 
> There are lots more of the same.
> 
> I can fix them all in the site SVN tree, but are they likely to go
> wrong again when the site is next released?
> Or was it a one-off incorrect site deployment?
> 

It well can be that I messed up. It do that a lot. But this looks more
like a maven-site-plugin issue to me.

> I'm not sure how the site is deployed since the move to svnpubsub.
> Local site builds seem OK

I generate and deploy the site locally, manually copy content over to
the local repository location, review the local copy in the browser and
then commit it the official repository.

Oleg



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org