From ba72ad3b784c72604a9300cdb1683dc5c462e16d Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sat, 26 Apr 2014 21:33:51 +0200 Subject: [PATCH] Replacing old Subversion pointers to Git --- docs/doxygen/other/main_page.dox | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/doxygen/other/main_page.dox b/docs/doxygen/other/main_page.dox index be02de1e9..04cc9c3fe 100644 --- a/docs/doxygen/other/main_page.dox +++ b/docs/doxygen/other/main_page.dox @@ -27,7 +27,7 @@ GNSS-SDR is an open-source main project page or browse the code at the Sourceforge project page. You could be also interested in +href="http://sourceforge.net/p/gnss-sdr/cttc/ci/master/tree/" target="_blank">Sourceforge project page. You could be also interested in subscribing to the mailing list. \section toc Contents @@ -99,9 +99,9 @@ dependencies and build process. Mainly, it consists on installing Gperftools, which provides fast, multi-threaded malloc() and performance analysis tools. -After all dependencies are installed, checkout the GNSS-SDR repository: +After all dependencies are installed, clone the GNSS-SDR repository: \verbatim -$ svn co http://svn.code.sf.net/p/gnss-sdr/code/trunk gnss-sdr +$ git clone git://git.code.sf.net/p/gnss-sdr/cttc gnss-sdr \endverbatim This will create a folder named gnss-sdr with the following structure: @@ -185,17 +185,17 @@ $ make install \endverbatim \subsection updating_gnss-sdr Updating GNSS-SDR -If you checked out GNSS-SDR some days ago, it is possible that some developer had updated files at the Subversion repository. You can update your working copy by doing: +If you checked out GNSS-SDR some days ago, it is possible that some developer had updated files at the Git repository. You can update your local copy by doing: \verbatim -$ cd gnss-sdr -$ svn up +$ git checkout next +$ git pull origin next \endverbatim Before rebuiling the source code, it is safe (and recommended) to remove the remainders of old builds: \verbatim $ rm -rf gnss-sdr/build/* \endverbatim -You can also check Version Control with Subversion for more information about Subversion usage. +You can also check The Git Book for more information about Git usage. \section using_gnss-sdr Using GNSS-SDR