Novell Forge issues

I noticed this morning that the Subversion (aka svn) repository is down and just now noticed that the downloads at Novell Forge are also down.

This is preventing any downloads or svn checkouts at the moment, sorry for any inconvenience. I'm not sure how long it will be down but I do know they are aware of it and working on the problem.

I'll post again once I know its back up and running.

Joe

Update 10/28/2006 9:07 PM The file downloads on Novell Forge are working again but svn is still down

Update 11/2/2006 svn is now working but only for those with commit access using ssh, hopefully anonymous https access will be working again sometime today.  Here are the ssh instructions but this only works for those with commit access:
Generate a key pair for your Novell Forge login as indicated in the instructions here


then upload your public key
http://developer.novell.com/wiki/index.php/Special:Keyupload

then configure your plink path in tortoise using the -i pathtoyourkey and it should work.
From the File Menu in Windows Explorer I went to TortoiseSVN > Settings, click on Network node

In the SSH Client setting I had
C:\Program Files\TortoiseSVN\bin\TortoisePlink.exe
but after changing it to
C:\Program Files\TortoiseSVN\bin\TortoisePlink.exe -i C:\pathtomyprivatekey.ppk