Menu

Subversion Checkout on the Torc website not working

Help
Roshan
2015-07-28
2015-07-29
  • Roshan

    Roshan - 2015-07-28

    Hello,

    I am trying to checkout 'torc' via svn in ubuntu to build VTR (verilog to routing), but it's not working from approximately a week.
    I am not able to do so, as it says that 'Unable to connect' and even clicking on the TRUNK link (at subversion tab) says that 'Not found'.

    Here's the error:

    Checking-out Torc v1.0 [torc-isi.sourceforge.net] in 5 seconds

    svn co https://torc-isi.svn.sourceforge.net/svnroot/torc-isi/tags/torc-1.0 torc

    svn: E000111: Unable to connect to a repository at URL 'https://torc-isi.svn.sourceforge.net/svnroot/torc-isi/tags/torc-1.0'

    svn: E000111: Error running context: Connection refused

    make: *** [torc] Error 1

    Kindly let me know, how can I make it work.

     

    Last edit: Roshan 2015-07-28
    • Neil Steiner

      Neil Steiner - 2015-07-28

      SourceForge had a major outage over a week ago and is still working to
      bring things back online. Please use the following command for now:

      svn co https://svn.code.sf.net/p/torc-isi/code/tags/torc-1.0 torc
      
       
  • Roshan

    Roshan - 2015-07-29

    It worked, Thanks Neil.

     

Log in to post a comment.