Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#15663 closed enhancement (fixed)

subversion without WebDAV 'http' scheme

Reported by: pc@… Owned by: danielluke (Daniel J. Luke)
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: subversion http webdav scheme Cc:
Port:

Description

$ sudo port install subversion
$ svn --version
svn, Version 1.4.6 (r28521)
(...)

But this version has only two Moduls: ra_svn and ra_local, so missing ra_dav, which enables http[s] schemes. So ever I try a

$svn co http://svn.macports.org/repository/macports/trunk

(an example of how to use svn written on this page: http://www.macports.org/install.php#svn ;) ) I get the message:

svn: Unbekanntes URL-Schema für »http

I tried diverse variants with no success. Using the binary form http://www.collab.net/downloads/community/ , svn on macosx works with http-scheme. But you know: installing with 'port' makes more fun :) I would appreciate if http would by default be supported.

Change History (5)

comment:1 Changed 16 years ago by danielluke (Daniel J. Luke)

Owner: changed from macports-tickets@… to dluke@…

This can happen if neon isn't installed when subversion is built, but as subversion depends on neon, it shouldn't be happening here.

Can you run 'port installed neon' and make sure it is installed and active?

If it isn't, please activate it and do:

'sudo port -f uninstall subversion' 'sudo port install subversion'

comment:2 Changed 16 years ago by danielluke (Daniel J. Luke)

Status: newassigned

comment:3 in reply to:  1 ; Changed 16 years ago by pc@…

Thanks, now its working !

I had to play a little around, but your focus on 'neon' was the point :)

This can happen if neon isn't installed when subversion is built, but as subversion depends on neon, it shouldn't be happening here.

Can you run 'port installed neon' and make sure it is installed and active?

$ port installed neon
The following ports are currently installed:
  neon @0.26.4_1

So, it seems everything is Ok. But, since I had already experienced problems with 'port' earlier, I thought it would be a good idea to re-install 'neon'.

If it isn't, please activate it and do:

In fact it was described as activate, but was obviously not working. I think that my installation of 'neon' was corrupt. ( In fact, it could be that some of my ports are copied from a former G4-Book, beeing now on intel :o )

'sudo port -f uninstall subversion' 'sudo port install subversion'

yes, this works now, ra_dav is enabled, too :) Many thanks too you.

comment:4 in reply to:  3 Changed 16 years ago by danielluke (Daniel J. Luke)

Resolution: fixed
Status: assignedclosed

Replying to pc@anykey.de:

I think that my installation of 'neon' was corrupt. ( In fact, it could be that some of my ports are copied from a former G4-Book, beeing now on intel :o )

Yes, that would probably be the problem.

'sudo port -f uninstall subversion' 'sudo port install subversion'

yes, this works now, ra_dav is enabled, too :) Many thanks too you.

Excellent!

comment:5 Changed 15 years ago by (none)

Milestone: Port Enhancements

Milestone Port Enhancements deleted

Note: See TracTickets for help on using tickets.