[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r37145 - trunk

From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 10 Apr 2009 17:59:40 +0100

On Fri, Apr 10, 2009 at 09:24:18AM -0500, Hyrum K. Wright wrote:
> On Apr 10, 2009, at 9:14 AM, Stefan Sperling wrote:
>> I think you wanted:
>>
>> Index: Makefile.in
>> ===================================================================
>> --- Makefile.in (revision 37157)
>> +++ Makefile.in (working copy)
>> @@ -370,10 +370,10 @@
>> revision-install:
>> subversion/svnversion/svnversion $(top_srcdir) /repos/svn/trunk > \
>> $(DESTDIR)$(includedir)/subversion-1/svn-revision.txt; \
>> - if test "$?" != "0"; then \
>> + if test "$$?" != "0"; then \
>> svnversion $(top_srcdir) /repos/svn/trunk > \
>> $(DESTDIR)$(includedir)/subversion-1/svn-revision.txt; \
>> - if test "$?" != "0"; then \
>> + if test "$$?" != "0"; then \
>> echo "unknown" > \
>> $(DESTDIR)$(includedir)/subversion-1/svn-revision.txt; \
>> fi; \
>
> Yes, I believe I did. Would you mind making the change?

Not a bother. r37165.

Stefan
Received on 2009-04-10 19:00:18 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.