You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by ol...@apache.org on 2012/09/06 10:46:04 UTC

git commit: [SQOOP-595] Change repository location in source code Submitted by Jarek Jarcec Cecho.

Updated Branches:
  refs/heads/trunk da0b7921a -> 2c16a2529


[SQOOP-595] Change repository location in source code
Submitted by Jarek Jarcec Cecho.


Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/2c16a252
Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/2c16a252
Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/2c16a252

Branch: refs/heads/trunk
Commit: 2c16a25296a28d239837ab4af7067d85daf809f8
Parents: da0b792
Author: olivier lamy <ol...@apache.org>
Authored: Thu Sep 6 10:45:08 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Thu Sep 6 10:45:08 2012 +0200

----------------------------------------------------------------------
 pom-old.xml                |    6 +++---
 src/docs/dev/compiling.txt |    4 ++--
 src/docs/dev/preface.txt   |    2 +-
 src/docs/user/preface.txt  |    2 +-
 src/docs/web/footer.xsl    |    2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sqoop/blob/2c16a252/pom-old.xml
----------------------------------------------------------------------
diff --git a/pom-old.xml b/pom-old.xml
index 79620f2..a8f4361 100644
--- a/pom-old.xml
+++ b/pom-old.xml
@@ -71,9 +71,9 @@ ant instead. You have been warned!
   </developers>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/sqoop/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sqoop/trunk/</developerConnection>
-    <url>http://svn.apache.org/viewvc/sqoop/trunk/</url>
+    <connection>scm:git:http://git-wip-us.apache.org/repos/asf/sqoop.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/sqoop.git</developerConnection>
+    <url>https://git-wip-us.apache.org/repos/asf?p=sqoop.git</url>
   </scm>
   <issueManagement>
     <system>jira</system>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/2c16a252/src/docs/dev/compiling.txt
----------------------------------------------------------------------
diff --git a/src/docs/dev/compiling.txt b/src/docs/dev/compiling.txt
index a108cab..2953b1c 100644
--- a/src/docs/dev/compiling.txt
+++ b/src/docs/dev/compiling.txt
@@ -21,8 +21,8 @@
 Compiling Sqoop from Source
 ---------------------------
 
-You can obtain the source code for Sqoop at:
-http://svn.apache.org/repos/asf/sqoop/trunk
+You can obtain the source code for Sqoop using following command:
+git clone https://git-wip-us.apache.org/repos/asf/sqoop.git
 
 Sqoop source code is held in a +git+ repository. Instructions for
 retrieving source from the repository are provided at:

http://git-wip-us.apache.org/repos/asf/sqoop/blob/2c16a252/src/docs/dev/preface.txt
----------------------------------------------------------------------
diff --git a/src/docs/dev/preface.txt b/src/docs/dev/preface.txt
index 57d34a4..430941c 100644
--- a/src/docs/dev/preface.txt
+++ b/src/docs/dev/preface.txt
@@ -28,7 +28,7 @@ Sqoop Releases
 --------------
 
 Apache Sqoop is an open source software product of The Apache Software Foundation.
-Development for Sqoop occurs at http://svn.apache.org/repos/asf/sqoop/trunk.  At
+Development for Sqoop occurs at http://sqoop.apache.org.  At
 that site, you can obtain:
 
 - New releases of Sqoop as well as its most recent source code

http://git-wip-us.apache.org/repos/asf/sqoop/blob/2c16a252/src/docs/user/preface.txt
----------------------------------------------------------------------
diff --git a/src/docs/user/preface.txt b/src/docs/user/preface.txt
index f01b226..ca9c3bc 100644
--- a/src/docs/user/preface.txt
+++ b/src/docs/user/preface.txt
@@ -29,7 +29,7 @@ Sqoop Releases
 
 Sqoop is an open source software product of the Apache Software Foundation.
 
-Software development for Sqoop occurs at http://svn.apache.org/repos/asf/sqoop/trunk.
+Software development for Sqoop occurs at http://sqoop.apache.org
 At that site you can obtain:
 
 - New releases of Sqoop as well as its most recent source code

http://git-wip-us.apache.org/repos/asf/sqoop/blob/2c16a252/src/docs/web/footer.xsl
----------------------------------------------------------------------
diff --git a/src/docs/web/footer.xsl b/src/docs/web/footer.xsl
index 4f8331a..ca70058 100644
--- a/src/docs/web/footer.xsl
+++ b/src/docs/web/footer.xsl
@@ -29,7 +29,7 @@
       alt="Documentation Home" /></a></span>
   <br/>
   This document was built from Sqoop source available at
-  <a href="http://svn.apache.org/repos/asf/sqoop/trunk/">http://svn.apache.org/repos/asf/sqoop/trunk/</a>.
+  <a href="https://git-wip-us.apache.org/repos/asf?p=sqoop.git">https://git-wip-us.apache.org/repos/asf?p=sqoop.git</a>.
   </div>
 
 </xsl:template>