Author: matt
Date: 2011-09-17 07:34:58 -0700 (Sat, 17 Sep 2011)
New Revision: 643
Log:
Sigh. I deleted the revisions.php file which is not part of SVN. I'll try to 
restore it now.

Modified:
   trunk/data/snapshots.php

Modified: trunk/data/snapshots.php
===================================================================
--- trunk/data/snapshots.php    2011-09-17 14:27:56 UTC (rev 642)
+++ trunk/data/snapshots.php    2011-09-17 14:34:58 UTC (rev 643)
@@ -4,6 +4,17 @@
 include_once "../phplib/globals.php";
 include_once "../phplib/db.php";
 
+$fp = fopen("revisions.php", "w");
+fwrite($fp, "<?php\n"
+           ."\$revisions = array(\n"
+           ."  \"fltk-1.3.x\" => \"100\",\n"
+           ."  \"fltk-2.0.x-alpha\" => \"101\",\n"
+           ."  \"fltk-3.0.x\" => \"102\"\n"
+           .");\n"
+           ."?>\n");
+fclose($fp);
+exit();
+
 include "revisions.php";
 
 $repobase = "http://svn.easysw.com/public/fltk/fltk/";;

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to