From ac8eb2e73af44efc763b47f2799a4a5d71f2c9f0 Mon Sep 17 00:00:00 2001 From: pouillot Date: Sat, 13 Apr 2013 18:21:25 +0000 Subject: [PATCH] Updated INSTALL.txt after SF.net changed the URL of the SVN repo on upgrading to Allura git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5403 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: aaa4d6e13cc0b002797255667a4c67b9f817470c Former-commit-id: 5d4f6e3a9a994bf8863d4f42d44fac1ea221e822 --- INSTALL.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index c6b7ace2e..733c7cefd 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -246,13 +246,13 @@ The Speed Dreams Team. For the moment, - the developments for the next release are located in the trunk ; you can checkout the current _development_ state through : - $ svn co https://speed-dreams.svn.sourceforge.net/svnroot/speed-dreams/trunk sd-trunk + $ svn co https://svn.code.sf.net/p/speed-dreams/code/trunk sd-trunk - we make branches under the "branches" root dir ; as an exemple, you can get the "1.4.x" release maintenance branch current state through : - $ svn co https://speed-dreams.svn.sourceforge.net/svnroot/speed-dreams/branches/1.4.x sd-1.4.x + $ svn co https://svn.code.sf.net/p/speed-dreams/code/branches/1.4.x sd-1.4.x - we make release tags under the "tags" root dir ; as an exemple, you can get the "2.0.0 RC 1" pre-release through : - $ svn co https://speed-dreams.svn.sourceforge.net/svnroot/speed-dreams/tags/2.0.0-rc1 sd-2.0.0-rc1 + $ svn co https://svn.code.sf.net/p/speed-dreams/code/tags/2.0.0-rc1 sd-2.0.0-rc1 See configure, build and install method above (2) (note however that branches/1.4.x and tags/1.4.0 are not built through cmake :