<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -59,5 +59,4 @@ game/base                         Output directory for springcontent.sdz &amp; bitma
 game/maps                         Map archives (sd7,sdz,sdd)
 game/mods                         Mod archives (sd7,sdz,sdd)
 game                              Output directory for binaries / data directory
-game/shaders                      OpenGL vertex / fragment shaders
 game/startscripts                 LUA startscripts</diff>
      <filename>directories.txt</filename>
    </modified>
    <modified>
      <diff>@@ -5,8 +5,8 @@
 set -e
 
 # Sanity check.
-if [ ! -x /usr/bin/svn ]; then
-	echo &quot;Error: Couldn't find /usr/bin/svn&quot;
+if [ ! -x /usr/bin/git ]; then
+	echo &quot;Error: Couldn't find /usr/bin/git&quot;
 	exit 1
 fi
 
@@ -23,7 +23,8 @@ while [ ! -d installer ]; do
 done
 
 # This regex matches regexes in buildbot etc.
-version=`grep -E 'VERSION_STRING ' rts/Game/GameVersion.cpp | grep -o -E '0\.[0-9]{2,2}[b.][0-9]\+?(svn[0-9]+)?'`
+# version=`grep -E 'VERSION_STRING ' rts/Game/GameVersion.cpp | grep -o -E '0\.[0-9]{2,2}[b.][0-9]\+?(svn[0-9]+)?'`
+#### NEEDS FIXING FOR NEW VERSION NUMBERS
 
 # Each one of these that is set is build when running this script.
 # .tar.bz2 and .tar.gz are built with linux (LF) line endings.
@@ -64,9 +65,9 @@ windows_include=&quot;&quot;
 
 # Linux line endings, .tar.{bz2,gz} package.
 echo 'Exporting checkout dir with LF line endings'
-mkdir lf || exit 1
+git clone . lf
 cd lf
-/usr/bin/svn export .. &quot;$dir&quot; --native-eol LF
+# git checkout $version
 [ -n &quot;$linux_exclude&quot; ] &amp;&amp; rm -rf $linux_exclude
 [ -n &quot;$tbz&quot; ] &amp;&amp; echo &quot;Creating .tar.bz2 archive ($tbz)&quot; &amp;&amp; \
 	tar cfj &quot;../$tbz&quot; $include $linux_include
@@ -76,16 +77,18 @@ cd ..
 echo 'Cleaning'
 rm -rf lf
 
+### TODO: needs fixing
 # Windows line endings, .zip/.7z package
-echo 'Exporting checkout dir with CRLF line endings'
-mkdir crlf || exit 1
-cd crlf
-/usr/bin/svn export .. &quot;$dir&quot; --native-eol CRLF
-[ -n &quot;$windows_exclude&quot; ] &amp;&amp; rm -rf $windows_exclude
-[ -n &quot;$zip&quot; ] &amp;&amp; [ -x /usr/bin/zip ] &amp;&amp; echo &quot;Creating .zip archive ($zip)&quot; &amp;&amp; \
-	/usr/bin/zip -q -r -u -9 &quot;../$zip&quot; $include $windows_include
-[ -n &quot;$seven_zip&quot; ] &amp;&amp; [ -x /usr/bin/7z ] &amp;&amp; echo &quot;Creating .7z archive ($seven_zip)&quot; &amp;&amp; \
-	/usr/bin/7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on &quot;../$seven_zip&quot; $include &gt;/dev/null
-cd ..
-echo 'Cleaning'
-rm -rf crlf
+#echo 'Exporting checkout dir with CRLF line endings'
+#git clone . clrf
+#cd crlf
+
+#/usr/bin/svn export .. &quot;$dir&quot; --native-eol CRLF
+#[ -n &quot;$windows_exclude&quot; ] &amp;&amp; rm -rf $windows_exclude
+#[ -n &quot;$zip&quot; ] &amp;&amp; [ -x /usr/bin/zip ] &amp;&amp; echo &quot;Creating .zip archive ($zip)&quot; &amp;&amp; \
+#	/usr/bin/zip -q -r -u -9 &quot;../$zip&quot; $include $windows_include
+#[ -n &quot;$seven_zip&quot; ] &amp;&amp; [ -x /usr/bin/7z ] &amp;&amp; echo &quot;Creating .7z archive ($seven_zip)&quot; &amp;&amp; \
+#	/usr/bin/7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on &quot;../$seven_zip&quot; $include &gt;/dev/null
+#cd ..
+#echo 'Cleaning'
+#rm -rf crlf</diff>
      <filename>installer/make_source_package.sh</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f6a14135249d2368655ebea05cf12d0bab75b102</id>
    </parent>
  </parents>
  <author>
    <name>Auswaschbar</name>
    <email>k-r.ernst@my-mail.ch</email>
  </author>
  <url>http://github.com/spring/spring/commit/d4efb160734ddda52d39fc36d2ecea62f339c57c</url>
  <id>d4efb160734ddda52d39fc36d2ecea62f339c57c</id>
  <committed-date>2008-12-27T11:24:47-08:00</committed-date>
  <authored-date>2008-12-27T11:24:47-08:00</authored-date>
  <message>* partial git fixes for sourcepackage-generation</message>
  <tree>73fa15ecda2bf914da33ac625ee761df1dc2345f</tree>
  <committer>
    <name>Auswaschbar</name>
    <email>k-r.ernst@my-mail.ch</email>
  </committer>
</commit>
