[xiph-commits] r3905 - libfishsound/trunk
giles at svn.annodex.net
giles at svn.annodex.net
Tue Mar 31 16:37:14 PDT 2009
Author: giles
Date: 2009-03-31 16:37:13 -0700 (Tue, 31 Mar 2009)
New Revision: 3905
Added:
libfishsound/trunk/REPOSITORY_HAS_MOVED
Modified:
libfishsound/trunk/autogen.sh
Log:
Development has moved to git. Add a pointer to the svn repository.
Added: libfishsound/trunk/REPOSITORY_HAS_MOVED
===================================================================
--- libfishsound/trunk/REPOSITORY_HAS_MOVED (rev 0)
+++ libfishsound/trunk/REPOSITORY_HAS_MOVED 2009-03-31 23:37:13 UTC (rev 3905)
@@ -0,0 +1,12 @@
+Development of libfishsound has moved to the git version control tool.
+
+To continue following new work, please make a fresh checkout:
+
+ git clone git://git.xiph.org/libfishsound.git
+
+You can also follow development through the web interface at
+
+ http://git.xiph.org/?p=libfishsound.git
+
+This repository remains available as an historical resource,
+but isn't actively used.
Modified: libfishsound/trunk/autogen.sh
===================================================================
--- libfishsound/trunk/autogen.sh 2009-03-31 11:44:14 UTC (rev 3904)
+++ libfishsound/trunk/autogen.sh 2009-03-31 23:37:13 UTC (rev 3905)
@@ -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