You are not logged in.

#1 2012-07-27 14:42:28

Ananke
Member
Registered: 2012-07-27
Posts: 9

[SOLVED] Problem with SVN update & Metasploit

Hi guys!
I'm a newbie in these forum, so i post in this section.
Yesterday i switched from an other system to Arch. I have installed most of my programs without problems.
I love Computer Security, so I installed Metasploit, a software that i usually use.
I followed the wiki of arch and after installation i tried in msfconsole:

svn update

But the system said that it wasn't recognised as a command.
So in a new terminal i wrote:

pacman -S svn

After thes einstallation i tried again:

svn update

But the output wasn't good. I'll post it:

Skipped '.'
Summary of conflicts:
  Skipped paths: 1

After that i tried

msfupdate

But output was:

[*]
[*] Attempting to update the Metasploit Framework...
[*]

svn: E155007: '/opt/metasploit' isn't  a directory of the local copy
Skipped '.'
Summary of conflicts:
  Skipped paths: 1

I have tried to google for a solution but i didn't found any suggestion.
So please, may you help me?

Sorry for my bad english

Last edited by Ananke (2012-07-29 17:08:06)

Offline

#2 2012-07-28 06:23:54

Malvineous
Member
From: Brisbane, Australia
Registered: 2011-02-03
Posts: 193
Website

Re: [SOLVED] Problem with SVN update & Metasploit

Are you actually working on the Metasploit code, or do you just want to run the latest version?  If you only want to run the latest version, there is an installation package in AUR which will compile and install Metasplot from SVN for you, ensuring it is properly integrated into your Arch system.

Otherwise if you're working on the code I suggest you re-download the SVN repository, because it looks like it may have been moved to a different path, and SVN or Metasploit is still looking at the path it was in previously.

Offline

#3 2012-07-28 10:34:26

Ananke
Member
Registered: 2012-07-27
Posts: 9

Re: [SOLVED] Problem with SVN update & Metasploit

Thank you for the answer.
I tried these: https://aur.archlinux.org/packages.php?ID=2880
But if you say that i should use the other one, i'll try and then i'll tell you what appened.

[Edit]
The installation worked well and the database is updated.
But in the future, at least one time a week, i'll need to update it.
So i tried

svn update

But the output was again:

Skipped '.'
Summary of conflicts:
Skipped paths: 1

How can i fix it?
Thank you again for the help

Last edited by Ananke (2012-07-28 11:10:32)

Offline

#4 2012-07-28 12:15:05

Minsc
Member
Registered: 2012-07-16
Posts: 95

Re: [SOLVED] Problem with SVN update & Metasploit

You shouldn't be using svn update to update Metasploit, you should be using msfupdate.

The problem is

svn: E155007: '/opt/metasploit' non è una directory della copia locale

I don't speak spanish, but google translate says "is not a working copy directory". Check that your user has write permission to /opt/metasploit.

Offline

#5 2012-07-28 17:09:45

Ananke
Member
Registered: 2012-07-27
Posts: 9

Re: [SOLVED] Problem with SVN update & Metasploit

Sorry for the language, anyway it's Italian not spanish smile
And it say:

svn: E155007: '/opt/metasploit' isn't  a directory of the local copy

When i use Metasploit i login as root. So i should have all the possible premission.

Last edited by Ananke (2012-07-28 17:11:17)

Offline

#6 2012-07-29 09:38:48

Minsc
Member
Registered: 2012-07-16
Posts: 95

Re: [SOLVED] Problem with SVN update & Metasploit

Sounds like it could be to do with deleted .svn files in /opt/metasploit. You could try some of the solutions here or go back to the metasploit src and make install again.

Offline

#7 2012-07-29 17:07:43

Ananke
Member
Registered: 2012-07-27
Posts: 9

Re: [SOLVED] Problem with SVN update & Metasploit

Ok.
Thank you very much.

Offline

Board footer

Powered by FluxBB