Author: sparky
Date: Fri Feb 19 17:40:35 2010
New Revision: 11150

Modified:
   toys/rsget.pl/addgetter
Log:
- automatically add file to svn and set Id keyword


Modified: toys/rsget.pl/addgetter
==============================================================================
--- toys/rsget.pl/addgetter     (original)
+++ toys/rsget.pl/addgetter     Fri Feb 19 17:40:35 2010
@@ -17,3 +17,6 @@
 }
 close F_IN;
 close F_OUT;
+
+system qw(svn add), $fname;
+system qw(svn propset svn:keywords Id), $fname;
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to