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?

link|improve this question

What is the svn command you are using to checkout the project. – jgifford25 Jan 11 '11 at 14:53
sudo co svn+ssh://pepe@1.... OH i get it. i missed the 'svn' after sudo. damn, stupid. Thanx jgifford25 – mgPePe Jan 11 '11 at 15:09
feedback

1 Answer

up vote 3 down vote accepted

the command was:

sudo co svn+ssh://pepe@1

instead of

sudo svn co svn+ssh://pepe@1
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.