[MacPorts] #15663: subversion without WebDAV 'http' scheme
MacPorts
noreply at macports.org
Wed Jun 18 03:33:12 PDT 2008
#15663: subversion without WebDAV 'http' scheme
-------------------------------------------+--------------------------------
Reporter: pc at anykey.de | Owner: macports-tickets at lists.macosforge.org
Type: enhancement | Status: new
Priority: Normal | Milestone: Port Enhancements
Component: ports | Version: 1.6.0
Keywords: subversion http webdav scheme |
-------------------------------------------+--------------------------------
{{{
$ 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.
--
Ticket URL: <http://trac.macports.org/ticket/15663>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list