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

StackOverflow https://stackoverflow.com/questions/4657577

  •  09-10-2019
  •  | 
  •  

문제

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?

도움이 되었습니까?

해결책

the command was:

sudo co svn+ssh://pepe@1

instead of

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

다른 팁

So i had the issue like

 git RCS/co,v: no such file or directory

and solved after closing the active Linux shell. Hope it is picking from temp storage files.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top