permission denied when trying to make a directory

Asked by Austin Van Duzer

im downloading this trunk and here is the command line

austin@ubuntu:~/bin$ svn co http://metasploit.com/svn/framework3/trunk /metasploit

but when i run it, it says

svn: Can't make directory '/metasploit': Permission denied

can some one help?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Solved by:
nexes128
Solved:
Last query:
Last reply:
Revision history for this message
Best nexes128 (nexes128) said :
#1

The command should be
svn co http://metasploit.com/svn/framework3/trunk metasploit

The extra slash you have on the end tells svn to try and access the root directory instead of the trunk.

Revision history for this message
Austin Van Duzer (austinvanduzer) said :
#2

Thanks nexes128, that solved my question.