View previous topic :: View next topic |
Author |
Message |
bMd Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 07 Jul 2004 Posts: 110
|
Posted: Fri May 09, 2008 2:17 pm Post subject: Cannot adding overlay in layman behind proxy |
|
|
I've added proxy information into layman.cfg then fetched the remote list but when I go to add an overlay I get the following:
Code: |
# layman -a vmware
* Running command "/usr/bin/svn co "http://overlays.gentoo.org/svn/proj/vmware/trunk/" "/usr/portage/local/layman/vmware""...
svn: REPORT request failed on '/svn/proj/vmware/!svn/vcc/default'
svn: REPORT of '/svn/proj/vmware/!svn/vcc/default': 400 Bad Request (http://overlays.gentoo.org)
* Failed to add overlay "vmware".
* Error was: Adding the overlay failed!
|
My subversion config file (removed ip address)
.subversion/servers
Code: | [global]
http-proxy-host=<IP Address>
http-proxy-port=8080 |
/etc/layman/layman.cfg
Code: | #-----------------------------------------------------------
# Proxy support
#
proxy : http://<IP Address>:8080
|
Any ideas? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Backspace n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Star Wars/movie_star_wars_pit_droid.gif)
Joined: 20 Oct 2005 Posts: 3
|
Posted: Fri Jul 11, 2008 12:26 pm Post subject: |
|
|
This seems to be an issue with your proxy.
Squid has to be configured with a proper directive in squid.conf.
Code: | extension_methods REPORT MERGE MKACTIVITY CHECKOUT |
This is also mentioned here
Unfortunately I don't know what to configure in other proxies. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|