From 627132139df2bb36428b2287e200ef8d5220252c Mon Sep 17 00:00:00 2001 From: Gaute Hope Date: Wed, 8 Jul 2009 20:22:17 +0200 Subject: [PATCH] gitify some docs --- README | 8 ++++---- TODO | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index 042a79b..15ac39a 100644 --- a/README +++ b/README @@ -40,7 +40,7 @@ o. If you want to use the sources pulled from the subversion server you need aut o. The following commands will install gnome-schedule on a system that has python and automake-1.7 and some tools like gmake installed. - $ svn checkout http://svn.gnome.org/svn/gnome-schedule/trunk gnome-schedule + $ git clone git://git.gnome.org/git/gnome-schedule $ pushd gnome-schedule $ ./autogen.sh --prefix=/usr/local $ make @@ -74,11 +74,11 @@ Compiling and HACKING o. http://lists.sourceforge.net/mailman/listinfo/gnome-schedule-devel - To compile GNOME Schedule from subversion you will also need + To compile GNOME Schedule from git you will also need - o. A subversion client + o. A git client o. autoconf and the other auto* tools (version >= 1.7) - o. gnome-common which you can pull from the svn.gnome.org + o. gnome-common which you can pull from the git.gnome.org To run GNOME Schedule from the source directory diff --git a/TODO b/TODO index 86ef69c..56fdf81 100644 --- a/TODO +++ b/TODO @@ -2,7 +2,7 @@ TODO ---- Remember to send an email to the gnome-schedule-devel list -or check out the latest code from the subversion repository +or check out the latest code from the git repository in case work has allready been started on some of the features. This list has a tendency to get outdated and forgotten. -- GitLab