svnsshsvn-checkoutrcs

Why am i getting "/RCS/trunk,v: No such file or directory" when i try to checkout SVN?


I tried to checkout a project from the server to my local computer with svn+ssh command but i get a strange error: /RCS/trunk,v: No such file or directory

Why is this happening and how can I fix it?


Solution

  • the command was:

    sudo co svn+ssh://pepe@1
    

    instead of

    sudo svn co svn+ssh://pepe@1