fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [12864] setup: try svn up from within


From: Sigurd Nes
Subject: [Fmsystem-commits] [12864] setup: try svn up from within
Date: Mon, 16 Mar 2015 14:43:24 +0000

Revision: 12864
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12864
Author:   sigurdne
Date:     2015-03-16 14:43:24 +0000 (Mon, 16 Mar 2015)
Log Message:
-----------
setup: try svn up from within

Added Paths:
-----------
    trunk/setup/templates/base/setup_svn_blocks.tpl

Added: trunk/setup/templates/base/setup_svn_blocks.tpl
===================================================================
--- trunk/setup/templates/base/setup_svn_blocks.tpl                             
(rev 0)
+++ trunk/setup/templates/base/setup_svn_blocks.tpl     2015-03-16 14:43:24 UTC 
(rev 12864)
@@ -0,0 +1,41 @@
+<!-- begin setup_svn_blocks.tpl -->
+
+&nbsp; <!-- ================================== --> &nbsp; 
+
+<!-- BEGIN B_svn_stage_1 -->
+<tr>
+       <td align="center">
+               <img src="{img_completed}" alt="{completed}" border="0">
+       </td>
+       <td>
+               {check_for_svn_update}
+               <form method="POST" action="index.php">
+               {dry_run}:
+        <input type="hidden" name="action_svn" value="check_for_svn_update">
+               <input type="submit" name="label" 
value="{check_for_svn_update}"><br>({svnwarn})
+               </form>
+               {svn_message}
+       </td>
+</tr>
+<!-- END B_svn_stage_1 -->
+
+&nbsp; <!-- ================================== --> &nbsp; 
+
+<!-- BEGIN B_svn_stage_2 -->
+<tr>
+       <td align="center">
+               <img src="{img_completed}" alt="{completed}" border="0">
+       </td>
+       <td>
+               {perform_svn_update}
+               <form method="POST" action="index.php">
+               {execute}:
+        <input type="hidden" name="action_svn" value="perform_svn_update">
+               <input type="submit" name="label" 
value="{perform_svn_update}"><br>({svnwarn})
+               </form>
+               {svn_message}
+       </td>
+</tr>
+<!-- END B_svn_stage_2 -->
+
+<!-- end setup_svn_blocks.tpl -->




reply via email to

[Prev in Thread] Current Thread [Next in Thread]