Author: esr
Date: Fri Apr 4 00:29:53 2008
New Revision: 25517
URL: http://svn.gna.org/viewcvs/wesnoth?rev=25517&view=rev
Log:
Obsolete, this transformation has been done long since.
Removed:
trunk/utils/wesnoth-fixperms
Removed: trunk/utils/wesnoth-fixperms
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/wesnoth-fixperms?rev=25516&view=auto
==============================================================================
--- trunk/utils/wesnoth-fixperms (original)
+++ trunk/utils/wesnoth-fixperms (removed)
@@ -1,26 +1,0 @@
-#!/usr/bin/ruby
-
-files = (`find . -maxdepth 1 -name "MANUAL*" -perm -100`).split("\n")
-
-dirs = ["data","images","src","po"]
-
-dirs.each { | dir |
- dirfiles = (`find #{dir} -perm -100 -a -type f`).split("\n")
- files.concat(dirfiles)
-}
-
-removed = false
-
-files.each { |file|
- if (`svn propget svn:executable #{file} 2>/dev/null` == "*\n")
- print "Removing svn:executable property from #{file}\n"
- system("svn propdel svn:executable #{file}")
- removed = true
- else
- files.delete(file)
- end
-}
-
-if removed
- system("svn ci #{files.join(' ')}")
-end
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits