|
From: Mailing l. u. f. U. C. a. U. <kal...@li...> - 2013-03-21 00:51:19
|
Hi all, This evening something broke on Sourceforge's svn server (error message: svn: Can't find a temporary directory: Internal error) and I decided that now would be a good time to move Kaldi over to the "new" version of Sourceforge's software. I have now done this, and it works, but because of the move, the old repositories are no longer valid. (I don't know if you will still be be able to access them after they fix the server issue, but regardless, they would be out of date). In order to switch your repositories over to the "new" location, please do as follows. If you DO NOT need to commit changes to the repository, change directory to the top level of where you checked Kaldi out, and do: svn switch --relocate https://kaldi.svn.sourceforge.net/svnroot/kaldisvn:// svn.code.sf.net/p/kaldi/code If you DO need to commit changes at some point, then do as follows, with USERNAME replaced with your Sourceforge username: svn switch --relocate https://kaldi.svn.sourceforge.net/svnroot/kaldisvn+ssh:// USE...@sv.../p/kaldi/code/ Note: if at some point in the future you need to change your repository from a non-commit to commit-is-possible kind of repository, you can always do as follows: svn switch --relocate svn://svn.code.sf.net/p/kaldi/code svn+ssh:// USE...@sv.../p/kaldi/code/ BTW, I will hopefully have time to give a proper update in a few days. I have quite a lot to report but no time right now to prepare something. Dan |