Revision: 2387
http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2387&view=rev
Author: tmzullinger
Date: 2009-10-30 16:26:35 +0000 (Fri, 30 Oct 2009)
Log Message:
-----------
Warn that code has been migrated to git
Modified Paths:
--------------
libgpod/trunk/autogen.sh
Modified: libgpod/trunk/autogen.sh
===================================================================
--- libgpod/trunk/autogen.sh 2009-10-07 22:06:07 UTC (rev 2386)
+++ libgpod/trunk/autogen.sh 2009-10-30 16:26:35 UTC (rev 2387)
@@ -6,6 +6,12 @@
PKG_NAME="libgpod"
+if [ -d "$srcdir/.svn" ]; then
+ echo "**WARNING**: $PKG_NAME development has been migrated to Git."
+ echo "Please see http://www.gtkpod.org/libgpod.html for details."
+ exit 1
+fi
+
(test -f $srcdir/configure.ac) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
echo " top-level $PKG_NAME directory"
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2