Mailing List Archive

Re: svn commit: r1893438 - in /httpd/test/framework/trunk/t/htdocs/modules/actions: action/dummy.txt script/dummy.txt
Le 19/09/2021 à 13:49, covener@apache.org a écrit :
> Author: covener
> Date: Sun Sep 19 11:49:34 2021
> New Revision: 1893438
>
> URL: http://svn.apache.org/viewvc?rev=1893438&view=rev
> Log:
> followup to r1893389: avoid empty dirs
>
>
> Added:
> httpd/test/framework/trunk/t/htdocs/modules/actions/action/dummy.txt
> httpd/test/framework/trunk/t/htdocs/modules/actions/script/dummy.txt
>
> Added: httpd/test/framework/trunk/t/htdocs/modules/actions/action/dummy.txt
> URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/htdocs/modules/actions/action/dummy.txt?rev=1893438&view=auto
> ==============================================================================
> (empty)
>
> Added: httpd/test/framework/trunk/t/htdocs/modules/actions/script/dummy.txt
> URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/htdocs/modules/actions/script/dummy.txt?rev=1893438&view=auto
> ==============================================================================
> (empty)
>
>
>

Thx Eric.

Any idea why it fails on travis and works in some other configuration?

CJ
Re: svn commit: r1893438 - in /httpd/test/framework/trunk/t/htdocs/modules/actions: action/dummy.txt script/dummy.txt [ In reply to ]
On Sun, Sep 19, 2021 at 8:09 AM Christophe JAILLET
<christophe.jaillet@wanadoo.fr> wrote:
>
> Le 19/09/2021 à 13:49, covener@apache.org a écrit :
> > Author: covener
> > Date: Sun Sep 19 11:49:34 2021
> > New Revision: 1893438
> >
> > URL: http://svn.apache.org/viewvc?rev=1893438&view=rev
> > Log:
> > followup to r1893389: avoid empty dirs
> >
> >
> > Added:
> > httpd/test/framework/trunk/t/htdocs/modules/actions/action/dummy.txt
> > httpd/test/framework/trunk/t/htdocs/modules/actions/script/dummy.txt
> >
> > Added: httpd/test/framework/trunk/t/htdocs/modules/actions/action/dummy.txt
> > URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/htdocs/modules/actions/action/dummy.txt?rev=1893438&view=auto
> > ==============================================================================
> > (empty)
> >
> > Added: httpd/test/framework/trunk/t/htdocs/modules/actions/script/dummy.txt
> > URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/htdocs/modules/actions/script/dummy.txt?rev=1893438&view=auto
> > ==============================================================================
> > (empty)
> >
> >
> >
>
> Thx Eric.
>
> Any idea why it fails on travis and works in some other configuration?

I am not sure if/why it is inconsistent within travis, but the reason
it fails is because git does not store empty directories and travis
currently pulls from the r/o github mirror due to a reliability
problem pulling from SVN
Re: svn commit: r1893438 - in /httpd/test/framework/trunk/t/htdocs/modules/actions: action/dummy.txt script/dummy.txt [ In reply to ]
Le 19/09/2021 à 14:17, Eric Covener a écrit :
> On Sun, Sep 19, 2021 at 8:09 AM Christophe JAILLET
> <christophe.jaillet@wanadoo.fr> wrote:
>>
>> Le 19/09/2021 à 13:49, covener@apache.org a écrit :
>>> Author: covener
>>> Date: Sun Sep 19 11:49:34 2021
>>> New Revision: 1893438
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1893438&view=rev
>>> Log:
>>> followup to r1893389: avoid empty dirs
>>>
>>>
>>> Added:
>>> httpd/test/framework/trunk/t/htdocs/modules/actions/action/dummy.txt
>>> httpd/test/framework/trunk/t/htdocs/modules/actions/script/dummy.txt
>>>
>>> Added: httpd/test/framework/trunk/t/htdocs/modules/actions/action/dummy.txt
>>> URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/htdocs/modules/actions/action/dummy.txt?rev=1893438&view=auto
>>> ==============================================================================
>>> (empty)
>>>
>>> Added: httpd/test/framework/trunk/t/htdocs/modules/actions/script/dummy.txt
>>> URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/htdocs/modules/actions/script/dummy.txt?rev=1893438&view=auto
>>> ==============================================================================
>>> (empty)
>>>
>>>
>>>
>>
>> Thx Eric.
>>
>> Any idea why it fails on travis and works in some other configuration?
>
> I am not sure if/why it is inconsistent within travis, but the reason
> it fails is because git does not store empty directories and travis
> currently pulls from the r/o github mirror due to a reliability
> problem pulling from SVN
>

Got it. Thx.