diff --git a/README b/README index 042a79b6516f40782b2a6bee146ca773d61226d9..15ac39a239cfaf016aa05d9dc2f7519e7c54d16f 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 86ef69c72f2efc22d5b3d893b0ea56a8420a24b9..56fdf81da419314005267e027ed935cbd97bc93a 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.