You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2012/03/15 19:53:07 UTC

svn commit: r1301140 - in /subversion/branches/svnmucc: Makefile.in notes/knobs

Author: danielsh
Date: Thu Mar 15 18:53:06 2012
New Revision: 1301140

URL: http://svn.apache.org/viewvc?rev=1301140&view=rev
Log:
On the svnmucc branch, add an easter egg.

Modified:
    subversion/branches/svnmucc/Makefile.in
    subversion/branches/svnmucc/notes/knobs

Modified: subversion/branches/svnmucc/Makefile.in
URL: http://svn.apache.org/viewvc/subversion/branches/svnmucc/Makefile.in?rev=1301140&r1=1301139&r2=1301140&view=diff
==============================================================================
--- subversion/branches/svnmucc/Makefile.in (original)
+++ subversion/branches/svnmucc/Makefile.in Thu Mar 15 18:53:06 2012
@@ -877,4 +877,6 @@ subversion/libsvn_wc/wc-queries.h: $(abs
 # This runs after the target of the same name in build-outputs.mk.
 INSTALL_EXTRA_TOOLS=\
   $(MKDIR) $(DESTDIR)$(bindir); \
+  test -z "$$SVN_TRY_THIS_AT_HOME" && \
+  ln -s svnmucc$(EXEEXT) $(DESTDIR)$(bindir)/svnsyitf$(EXEEXT); \
   ln -s $(DESTDIR)$(bindir)/svnmucc$(EXEEXT) $(DESTDIR)$(toolsdir)/svnmucc$(EXEEXT)

Modified: subversion/branches/svnmucc/notes/knobs
URL: http://svn.apache.org/viewvc/subversion/branches/svnmucc/notes/knobs?rev=1301140&r1=1301139&r2=1301140&view=diff
==============================================================================
--- subversion/branches/svnmucc/notes/knobs (original)
+++ subversion/branches/svnmucc/notes/knobs Thu Mar 15 18:53:06 2012
@@ -457,5 +457,10 @@ SVN_I_LIKE_LATENCY_SO_IGNORE_HTTPV2
              advertisement of HTTPv2 protocol support (if any), effectively
              causing them to only speak our original HTTP protocol.
 
+7.7 SVN_TRY_THIS_AT_HOME
+
+  Scope:     
+  Purpose:   
+
 * (TODO: others)