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 2014/02/18 10:48:43 UTC

svn commit: r1569247 - /subversion/trunk/tools/dist/backport.pl

Author: danielsh
Date: Tue Feb 18 09:48:42 2014
New Revision: 1569247

URL: http://svn.apache.org/r1569247
Log:
* tools/dist/backport.pl
  ($SVN, $SVNAUTH, $VIM, $SHELL, $PAGER, $EDITOR): Add a TODO.

Modified:
    subversion/trunk/tools/dist/backport.pl

Modified: subversion/trunk/tools/dist/backport.pl
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dist/backport.pl?rev=1569247&r1=1569246&r2=1569247&view=diff
==============================================================================
--- subversion/trunk/tools/dist/backport.pl (original)
+++ subversion/trunk/tools/dist/backport.pl Tue Feb 18 09:48:42 2014
@@ -32,6 +32,8 @@ use Tie::File ();
 ############### Start of reading values from environment ###############
 
 # Programs we use.
+#
+# TODO: document which are interpreted by sh and which should point to binary.
 my $SVNAUTH = $ENV{SVNAUTH} // 'svnauth'; # optional dependency
 my $SVN = $ENV{SVN} || 'svn'; # passed unquoted to sh
 my $SHELL = $ENV{SHELL} // '/bin/sh';