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/subprojects/soundeditor/trunk@5402 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
pouillot 2013-04-13 18:21:00 +00:00 committed by Xavier Del Campo Romero
parent 6d2a680a5c
commit ee33e7e02a
Signed by: xavi
GPG Key ID: 84FF3612A9BF43F2
2 changed files with 8 additions and 9 deletions

View File

@ -260,24 +260,24 @@ There are 2 ways of building and installing Qatsh from sources :
And be aware that Qatsh source tree is at the following URL :
http://speed-dreams.svn.sourceforge.net/svnroot/speed-dreams/subprojects/qatsh
https://svn.code.sf.net/p/speed-dreams/code/subprojects/qatsh
a. General SVN branching / versionning scheme
For the moment,
- the developments for the next release are located in the trunk subfolder :
https://speed-dreams.svn.sourceforge.net/svnroot/speed-dreams/subprojects/qatsh/trunk
https://svn.code.sf.net/p/speed-dreams/code/subprojects/qatsh/trunk
- we make branches under the "branches" subfolder ; as an exemple,
the "1.0.x" release maintenance branch current state is here :
https://speed-dreams.svn.sourceforge.net/svnroot/speed-dreams/subprojects/qatsh/branches/1.0.x
https://svn.code.sf.net/p/speed-dreams/code/subprojects/qatsh/branches/1.0.x
- we make release tags under the "tags" subfolder ;
as an exemple, the "1.0.0" release is here :
https://speed-dreams.svn.sourceforge.net/svnroot/speed-dreams/subprojects/qatsh/tags/1.0.0
https://svn.code.sf.net/p/speed-dreams/code/subprojects/qatsh/tags/1.0.0
b. Linux
@ -289,7 +289,7 @@ There are 2 ways of building and installing Qatsh from sources :
Simply run the 2 following commands (in a shell) :
$ cd $HOME/qatsh
$ svn co https://speed-dreams.svn.sourceforge.net/svnroot/speed-dreams/subprojects/qatsh/trunk trunk
$ svn co https://svn.code.sf.net/p/speed-dreams/code/subprojects/qatsh/trunk trunk
See a. above URLs if you want other SVN "branches".
@ -310,7 +310,7 @@ There are 2 ways of building and installing Qatsh from sources :
and select "SVN Checkout ..." in the context menu.
. In the "URL of repository" field, enter the chosen URL
(https://speed-dreams.svn.sourceforge.net/svnroot/speed-dreams/subprojects/qatsh/trunk)
(https://svn.code.sf.net/p/speed-dreams/code/subprojects/qatsh/trunk)
. In the "Checkout directory" field, enter the target folder for the "trunk working copy"
(C:\qatsh\trunk)
@ -330,7 +330,7 @@ There are 2 ways of building and installing Qatsh from sources :
$ c:
$ cd \qatsh
$ svn co https://speed-dreams.svn.sourceforge.net/svnroot/speed-dreams/subprojects/qatsh/trunk trunk
$ svn co https://svn.code.sf.net/p/speed-dreams/code/subprojects/qatsh/trunk trunk
See a. above URLs if you want other SVN "branches".

View File

@ -13,8 +13,7 @@ Bugs :
- Make stronger partials displayed on top of lower ones
in the spectrogram view (the setZValue(amplitude) trick does not seem to work).
- decide which option to choose about the phase for the atsa synthesis algorithm
(use detected one, use 0, or use a random one).
-
-----------------------------------
Features :