subversion, thanks and good bye
;-r
diff --git a/lib/as3/build.xml b/lib/as3/build.xml
old mode 100644
new mode 100755
index aa523f0..62a9fe8
--- a/lib/as3/build.xml
+++ b/lib/as3/build.xml
@@ -120,9 +120,9 @@
       <remoteRepository refid="central"/>
       <remoteRepository refid="apache"/>
       <license name="The Apache Software License, Version 2.0" url="${license}"/>
-      <scm connection="scm:svn:http://svn.apache.org/repos/asf/thrift/trunk/" 
-        developerConnection="scm:svn:http://svn.apache.org/repos/asf/thrift/trunk/"
-        url="http://svn.apache.org/viewcvs.cgi/thrift"
+      <scm connection="scm:git:https://git-wip-us.apache.org/repos/asf/thrift.git" 
+      developerConnection="scm:git:https://git-wip-us.apache.org/repos/asf/thrift.git"
+      url="https://git-wip-us.apache.org/repos/asf?p=thrift.git"
       />
       <!-- Thrift Developers -->
       <developer id="mcslee" name="Mark Slee"/>
diff --git a/lib/java/build.xml b/lib/java/build.xml
old mode 100644
new mode 100755
index ddbdfda..213d5ce
--- a/lib/java/build.xml
+++ b/lib/java/build.xml
@@ -295,9 +295,9 @@
       <remoteRepository refid="central"/>
       <remoteRepository refid="apache"/>
       <license name="The Apache Software License, Version 2.0" url="${license}"/>
-      <scm connection="scm:svn:http://svn.apache.org/repos/asf/thrift/trunk/" 
-        developerConnection="scm:svn:http://svn.apache.org/repos/asf/thrift/trunk/"
-        url="http://svn.apache.org/viewcvs.cgi/thrift"
+      <scm connection="scm:git:https://git-wip-us.apache.org/repos/asf/thrift.git" 
+      developerConnection="scm:git:https://git-wip-us.apache.org/repos/asf/thrift.git"
+      url="https://git-wip-us.apache.org/repos/asf?p=thrift.git"
       />
       <!-- Thrift Developers -->
       <developer id="mcslee" name="Mark Slee"/>
diff --git a/lib/js/test/test.html b/lib/js/test/test.html
index 9396fd5..1c8fc9a 100755
--- a/lib/js/test/test.html
+++ b/lib/js/test/test.html
@@ -37,7 +37,7 @@
   <script type="text/javascript" src="test.js" charset="utf-8"></script>
 </head>
 <body>
-  <h1 id="qunit-header">Thrift Javascript Bindings: Unit Test (<a href="https://svn.apache.org/repos/asf/thrift/trunk/test/ThriftTest.thrift">ThriftTest.thrift</a>)</h1>
+  <h1 id="qunit-header">Thrift Javascript Bindings: Unit Test (<a href="https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob;f=test/ThriftTest.thrift;hb=HEAD">ThriftTest.thrift</a>)</h1>
   <h2 id="qunit-banner"></h2>
   <div id="qunit-testrunner-toolbar"></div> 
   <h2 id="qunit-userAgent"></h2>
diff --git a/lib/nodejs/package.json b/lib/nodejs/package.json
old mode 100644
new mode 100755
index cb4d222..b3f7b20
--- a/lib/nodejs/package.json
+++ b/lib/nodejs/package.json
@@ -3,8 +3,8 @@
   "description": "node.js bindings for the Apache Thrift RPC system",
   "homepage": "http://thrift.apache.org/",
   "repository":
-    { "type" : "svn",
-      "url" : "http://svn.apache.org/repos/asf/thrift/trunk/"
+    { "type" : "git",
+      "url" : "https://git-wip-us.apache.org/repos/asf/thrift.git"
     },
   "version": "1.0.0-dev",
   "author":