Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 141620 - Layman overlays wrong addresses
Summary: Layman overlays wrong addresses
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Ebuild Support (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-24 12:53 UTC by Pawel Sedrowski
Modified: 2006-07-24 13:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pawel Sedrowski 2006-07-24 12:53:46 UTC
# layman -a vmware
* Running command "/usr/bin/svn co http://overlays.gentoo.org/svn/proj/vmware/trunk/ /usr/portage/local/layman/vmware"...
svn: żądanie REPORT nie powiodło się dla '/svn/proj/vmware/!svn/vcc/default'
svn: REPORT z '/svn/proj/vmware/!svn/vcc/default': 400 Bad Request (http://overlays.gentoo.org)
* Failed to add overlay "vmware".
* Error was: Adding the overlay failed!

Same happens with some other overlays. As I found out addresses shown by layman after executing layman -L differ from those on the server. 

Example (vmware-server):
layman -L
http://overlays.gentoo.org/svn/proj/vmware/trunk/

server
http://overlays.gentoo.org/proj/vmware/browser/trunk
Comment 1 Stefan Schweizer (RETIRED) gentoo-dev 2006-07-24 13:03:24 UTC
works perfectly here - the difference is one is the browser (like viewcvs) and the other is the real svn url.

To access it though you need to have the nowebdev useflag not set for subversion which is your problem here.

try USE=-nowebdav emerge subversion

this is no bug thus I am closing it as INVALID