Update of /cvsroot/gtkpod/gtkpod
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv30641

Modified Files:
        ChangeLog_detailed autogen.sh 
Log Message:
warn that code has been migrated to Subversion

Index: ChangeLog_detailed
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/ChangeLog_detailed,v
retrieving revision 1.442
retrieving revision 1.443
diff -u -d -r1.442 -r1.443
--- ChangeLog_detailed  17 May 2007 20:06:06 -0000      1.442
+++ ChangeLog_detailed  24 Jun 2007 04:44:06 -0000      1.443
@@ -1,3 +1,8 @@
+2007-06-23  Todd Zullinger <tmzullinger at users.sourceforge.net>
+
+       * autogen.sh:
+         warn that code has been migrated to Subversion
+
 2007-05-17  P.G. Richardson <phantom_sf at users.sourceforge.net>
 
   * display_coverart.c

Index: autogen.sh
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/autogen.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- autogen.sh  14 Feb 2006 08:56:16 -0000      1.3
+++ autogen.sh  24 Jun 2007 04:44:07 -0000      1.4
@@ -5,6 +5,12 @@
 
 DIE=0
 
+if [ -d "$srcdir/CVS" ]; then
+    echo "**WARNING**: gtkpod development has been migrated to Subversion."
+    echo "Please see http://www.gtkpod.org/downloads.html for details."
+    exit 1
+fi
+
 if [ -n "$GNOME2_DIR" ]; then
        ACLOCAL_FLAGS="-I $GNOME2_DIR/share/aclocal $ACLOCAL_FLAGS"
        LD_LIBRARY_PATH="$GNOME2_DIR/lib:$LD_LIBRARY_PATH"


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to