[xiph-commits] r3906 - liboggz/trunk

giles at svn.annodex.net giles at svn.annodex.net
Tue Mar 31 16:41:19 PDT 2009


Author: giles
Date: 2009-03-31 16:41:19 -0700 (Tue, 31 Mar 2009)
New Revision: 3906

Added:
   liboggz/trunk/REPOSITORY_HAS_MOVED
Modified:
   liboggz/trunk/autogen.sh
Log:
Development has moved to git.xiph.org. Add a pointer to svn trunk.


Added: liboggz/trunk/REPOSITORY_HAS_MOVED
===================================================================
--- liboggz/trunk/REPOSITORY_HAS_MOVED	                        (rev 0)
+++ liboggz/trunk/REPOSITORY_HAS_MOVED	2009-03-31 23:41:19 UTC (rev 3906)
@@ -0,0 +1,12 @@
+Development of liboggz has moved to the git version control tool. 
+
+To continue following new work, please make a fresh checkout:
+
+  git clone git://git.xiph.org/liboggz.git
+
+You can also follow development through the web interface at
+
+  http://git.xiph.org/?p=liboggz.git
+
+This repository remains available as an historical resource,
+but isn't actively used.

Modified: liboggz/trunk/autogen.sh
===================================================================
--- liboggz/trunk/autogen.sh	2009-03-31 23:37:13 UTC (rev 3905)
+++ liboggz/trunk/autogen.sh	2009-03-31 23:41:19 UTC (rev 3906)
@@ -11,6 +11,10 @@
 cd "$srcdir"
 DIE=0
 
+if test -r REPOSITORY_HAS_MOVED; then
+  cat REPOSITORY_HAS_MOVED && exit 1
+fi
+
 ACLOCAL_FLAGS="-I $srcdir/m4"
 
 echo "checking for autoconf... "



More information about the commits mailing list