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