commit 828b64bb322953624e1ca095473e004a6328034a
Author: Todd Zullinger <[email protected]>
Date: Mon Oct 19 12:10:18 2009 -0400
Migrate from Subversion to git
.gitignore | 30 ++++++++++++------------------
INSTALL | 9 ++++-----
configure.in | 2 +-
3 files changed, 17 insertions(+), 24 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4f088bf..a987ceb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,15 +1,12 @@
-*Makefile
-*Makefile.in
-*Makefile.in.in
-*.lo
-*.anjuta_sym_db.db
+# Global ignores
+*.bak
*.o
-*.deps
-*.libs
-*.la
-*.so
-*POTFILES
-
+*.sw[a-z]
+*~
+.deps
+Makefile
+Makefile.in
+cscope.out
# /
/.cdtproject
@@ -27,8 +24,6 @@
/depcomp
/install-sh
/intltool-*
-/libtool
-/ltmain.sh
/missing
/mkinstalldirs
/stamp-h.in
@@ -37,22 +32,21 @@
/.cproject
# /data/
-/data/*.gmo
/data/*.desktop
/data/nocover_found.png
+# /data/man/
/data/man/gtkpod.1
# /po/
+/po/Makefile.in.in
+/po/POTFILES
/po/*.gmo
/po/.intltool-merge-cache
/po/stamp-it
-/src/cscope.out
+# /src/
/src/date_parser.c
/src/date_parser2.c
/src/gtkpod
/src/itdb
-
-# plugins soft links
-/plugins/*.plugin
diff --git a/INSTALL b/INSTALL
index 962e217..ad20c7b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -124,14 +124,14 @@ Quick guide for Ubuntu/Debian
The following steps were necessary to install libgpod and gtkpod on a fairly
virgin Ubuntu Hardy (LTS 8.04) installation.
# required packages
-sudo apt-get install autoconf flex gettext libglib2.0-dev libgtk2.0-dev
libglade2-dev libid3tag0-dev libxml-parser-perl pkg-config automake gcc
subversion gtk-doc-tools
+sudo apt-get install autoconf flex gettext libglib2.0-dev libgtk2.0-dev
libglade2-dev libid3tag0-dev libxml-parser-perl pkg-config automake gcc
git-core gtk-doc-tools
# recommended packages
sudo apt-get install libcurl4-dev libflac-dev libgnomevfs2-dev libhal-dev
libvorbis-dev libmp4v2-dev
-# checkout of libgpod and gtkpod
-svn co https://gtkpod.svn.sourceforge.net/svnroot/gtkpod/libgpod/trunk libgpod
-svn co https://gtkpod.svn.sourceforge.net/svnroot/gtkpod/gtkpod/trunk gtkpod
+# checkout libgpod and gtkpod
+git clone git://gtkpod.git.sourceforge.net/gitroot/gtkpod/libgpod
+git clone git://gtkpod.git.sourceforge.net/gitroot/gtkpod/gtkpod
# compile libgpod
cd libgpod/
@@ -148,4 +148,3 @@ sudo make install
#start gtkpod
gtkpod &
-
diff --git a/configure.in b/configure.in
index c097be5..9881d22 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure
script.
AC_PREREQ(2.55)
AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(gtkpod, 0.99.15SVN)
+AM_INIT_AUTOMAKE(gtkpod, 0.99.15GIT)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
AC_CANONICAL_HOST
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2