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
This commit is contained in:
pouillot 2013-04-13 18:21:25 +00:00
parent 990745d2a2
commit ac8eb2e73a

View file

@ -246,13 +246,13 @@ The Speed Dreams Team.
For the moment, For the moment,
- the developments for the next release are located in the trunk ; - the developments for the next release are located in the trunk ;
you can checkout the current _development_ state through : 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, - we make branches under the "branches" root dir ; as an exemple,
you can get the "1.4.x" release maintenance branch current state through : 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 ; - we make release tags under the "tags" root dir ;
as an exemple, you can get the "2.0.0 RC 1" pre-release through : 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) 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 : (note however that branches/1.4.x and tags/1.4.0 are not built through cmake :