diff --git a/build_resources/ant/build.xml b/build_resources/ant/build.xml
index aa7c4602f2fe41b00b4605780fd689b9b1e59d3c..8a8c381b60bea2834cef8f34e29a7f44d36cbdcc 100644
--- a/build_resources/ant/build.xml
+++ b/build_resources/ant/build.xml
@@ -8,7 +8,7 @@
            classname="ch.systemsx.cisd.ant.task.subversion.SVNRecursiveCheckoutTask" 
            classpathref="build-resource.path"/>
  
-  <property name="repositoryRoot.default" value="svn+ssh://source.systemsx.ch/repos"/>
+  <property name="repositoryRoot.default" value="svn+ssh://svncisd.ethz.ch/repos"/>
 
 
   <target name="checkout">
@@ -105,7 +105,7 @@
        tag      Tag number. Mandatory
        group    Group of the project. Default: cisd
        repositoryRoot  URL of the root of the Subversion repository. 
-                       Default: ${repositoryRoot.default}=svn+ssh://source.systemsx.ch/repos 
+                       Default: ${repositoryRoot.default}=svn+ssh://svncisd.ethz.ch/repos 
   --> 
   <target name="branch-and-tag">
     <condition property="repositoryRoot" value="${repositoryRoot.default}">
@@ -130,7 +130,7 @@
        tag      Tag number. Mandatory
        group    Group of the project. Default: cisd
        repositoryRoot  URL of the root of the Subversion repository. 
-                       Default: ${repositoryRoot.default}=svn+ssh://source.systemsx.ch/repos 
+                       Default: ${repositoryRoot.default}=svn+ssh://svncisd.ethz.ch/repos 
   --> 
   <target name="tag-sprint">
     <condition property="repositoryRoot" value="${repositoryRoot.default}">
@@ -158,7 +158,7 @@
        result.dir      Folder which will contain the result. Mandatory
        group           Group of the project. Default: cisd
        repositoryRoot  URL of the root of the Subversion repository. 
-                       Default: ${repositoryRoot.default}=svn+ssh://source.systemsx.ch/repos 
+                       Default: ${repositoryRoot.default}=svn+ssh://svncisd.ethz.ch/repos 
   --> 
   <target name="build" depends="checkout"> 
     <exec executable="ant" failonerror="true">
diff --git a/build_resources/build.sh b/build_resources/build.sh
index 5e3bfa2f543b8aaf690c9742830ee8c3acc0623d..3e38e96845a084c48d977d0441ab61b8f2f933ee 100755
--- a/build_resources/build.sh
+++ b/build_resources/build.sh
@@ -10,7 +10,7 @@ if [ "$1" = "--private" ]; then
 	protocol=svn+ssh
 	shift
 fi
-repository=$protocol://source.systemsx.ch/repos
+repository=$protocol://svncisd.ethz.ch/repos
 if [ "$1" = "--revision" ]; then
 	shift
 	revision="$1"