You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Branko Čibej <br...@apache.org> on 2016/06/21 10:51:42 UTC

Re: svn commit: r1749456 - /subversion/trunk/

On 21.06.2016 09:16, stsp@apache.org wrote:
> Author: stsp
> Date: Tue Jun 21 07:16:34 2016
> New Revision: 1749456
>
> URL: http://svn.apache.org/viewvc?rev=1749456&view=rev
> Log:
> * subversion/trunk: Add "gmock-fused" to ignore list.
>
> Modified:
>     subversion/trunk/   (props changed)
>
> Propchange: subversion/trunk/
> ------------------------------------------------------------------------------
> --- svn:ignore (original)
> +++ svn:ignore Tue Jun 21 07:16:34 2016
> @@ -17,6 +17,7 @@ build-outputs.mk
>  autogen-standalone.mk
>  autom4te.cache
>  gen-make.opts
> +gmock-fused
>  tests.log*
>  fails.log*
>  db4-win32


I removed that ignore pattern in r1746303 because nothing in trunk
either creates or uses that directory any more: get-deps.sh now creates
a directory called 'googlemock' and that's what build.conf expects to find.


-- Brane


Re: svn commit: r1749456 - /subversion/trunk/

Posted by Stefan Sperling <st...@stsp.name>.
On Tue, Jun 21, 2016 at 12:51:42PM +0200, Branko \u010cibej wrote:
> On 21.06.2016 09:16, stsp@apache.org wrote:
> > Author: stsp
> > Date: Tue Jun 21 07:16:34 2016
> > New Revision: 1749456
> >
> > URL: http://svn.apache.org/viewvc?rev=1749456&view=rev
> > Log:
> > * subversion/trunk: Add "gmock-fused" to ignore list.
> >
> > Modified:
> >     subversion/trunk/   (props changed)
> >
> > Propchange: subversion/trunk/
> > ------------------------------------------------------------------------------
> > --- svn:ignore (original)
> > +++ svn:ignore Tue Jun 21 07:16:34 2016
> > @@ -17,6 +17,7 @@ build-outputs.mk
> >  autogen-standalone.mk
> >  autom4te.cache
> >  gen-make.opts
> > +gmock-fused
> >  tests.log*
> >  fails.log*
> >  db4-win32
> 
> 
> I removed that ignore pattern in r1746303 because nothing in trunk
> either creates or uses that directory any more: get-deps.sh now creates
> a directory called 'googlemock' and that's what build.conf expects to find.
> 
> 
> -- Brane
> 

Alright, so I must have had this directory still sitting in my working
copy for some reason. I'll revert this commit.