You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2021/09/19 11:49:34 UTC

svn commit: r1893438 - in /httpd/test/framework/trunk/t/htdocs/modules/actions: action/dummy.txt script/dummy.txt

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)



Re: svn commit: r1893438 - in /httpd/test/framework/trunk/t/htdocs/modules/actions: action/dummy.txt script/dummy.txt

Posted by Christophe JAILLET <ch...@wanadoo.fr>.
Le 19/09/2021 à 14:17, Eric Covener a écrit :
> On Sun, Sep 19, 2021 at 8:09 AM Christophe JAILLET
> <ch...@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.

Re: svn commit: r1893438 - in /httpd/test/framework/trunk/t/htdocs/modules/actions: action/dummy.txt script/dummy.txt

Posted by Eric Covener <co...@gmail.com>.
On Sun, Sep 19, 2021 at 8:09 AM Christophe JAILLET
<ch...@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

Posted by Christophe JAILLET <ch...@wanadoo.fr>.
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