Index: applications/editors/josm/plugins/tageditor/build.xml
===================================================================
--- applications/editors/josm/plugins/tageditor/build.xml	(revision 16840)
+++ applications/editors/josm/plugins/tageditor/build.xml	(revision 16841)
@@ -136,5 +136,5 @@
 
 	<target name="commit-current">
-	    <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">
+	    <exec append="true" output="svn.log" executable="svn" failifexecutionfails="false">
 	                    <env key="LANG" value="C"/>
 	                    <arg value="commit"/>
@@ -145,5 +145,5 @@
 
 	<target name="update-current">
-	    <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">
+	    <exec append="true" output="svn.log" executable="svn" failifexecutionfails="false">
 	                    <env key="LANG" value="C"/>
 	                    <arg value="up"/>
@@ -153,5 +153,5 @@
 	
 	<target name="commit-dist">
-		    <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">
+		    <exec append="true" output="svn.log" executable="svn" failifexecutionfails="false">
 		                    <env key="LANG" value="C"/>
 		                    <arg value="commit"/>
