From: Mailing l. u. f. U. C. a. U. <kal...@li...> - 2013-03-21 15:21:17
|
You may notice that the svn commands now require a password. You can get password-less access by posting your ssh keys to the link in the account services page: https://sourceforge.net/account/services Apparently the keys are synced every 10mins, but it may take longer. So you won't get password-less access immediately after posting the keys. If what I just said made no sense, you can look at the following on how to generate ssh keys, etc. https://sourceforge.net/apps/trac/sourceforge/wiki/SSH%20keys On Thu, Mar 21, 2013 at 12:51 AM, Daniel Povey <dp...@gm...> wrote: > > > > 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/kaldi > svn://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/kaldi > svn+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 > > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_mar > _______________________________________________ > Kaldi-developers mailing list > Kal...@li... > https://lists.sourceforge.net/lists/listinfo/kaldi-developers > |