[Bug 424626] Re: bzr-svn breaks https:// urls?

2010-03-08 Thread Jelmer Vernooij
** Changed in: bzr-svn (Debian) Status: Confirmed = Fix Released ** Changed in: bzr-svn (Ubuntu) Assignee: (unassigned) = Jelmer Vernooij (jelmer) ** Changed in: bzr-svn (Ubuntu) Status: Confirmed = Fix Released -- bzr-svn breaks https:// urls?

[Bug 424626] Re: bzr-svn breaks https:// urls?

2009-12-01 Thread Steve Langasek
Issue still appears to be present, even with bzr-svn 1.0.0-1 installed: $ bzr co https://code.launchpad.net/~ubuntu-desktop/gnome-screensaver/ubuntu gnome-screensaver bzr: ERROR: A Subversion remote access command failed: Server sent unexpected return value (405 Method Not Allowed) in response

[Bug 424626] Re: bzr-svn breaks https:// urls?

2009-12-01 Thread Jelmer Vernooij
You need the trunk version of bzr-svn, the fix isn't included in the bzr-svn packages in either Debian or Ubuntu (yet). ** Changed in: bzr-svn (Debian) Status: Fix Released = Confirmed -- bzr-svn breaks https:// urls? https://bugs.launchpad.net/bugs/424626 You received this bug

[Bug 424626] Re: bzr-svn breaks https:// urls?

2009-11-26 Thread Jelmer Vernooij
** Changed in: bzr-svn (Debian) Status: New = Fix Released ** Changed in: bzr-svn Status: Triaged = Fix Released -- bzr-svn breaks https:// urls? https://bugs.launchpad.net/bugs/424626 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 424626] Re: bzr-svn breaks https:// urls?

2009-11-26 Thread Jelmer Vernooij
Should be fixed - we now have a hack to probe for Subversion repositories using pycurl. Fetching this URL still fails, but with a more appropriate error: jel...@ganieda:~/tmp$ bzr co https://code.launchpad.net/~hardware-certification/checkbox/trunk cb bzr: ERROR: Invalid http response for

[Bug 424626] Re: bzr-svn breaks https:// urls?

2009-11-26 Thread Jelmer Vernooij
FWIW, a workaround for this problem is uninstalling pycurl or using http+urllib:// in bzr. -- bzr-svn breaks https:// urls? https://bugs.launchpad.net/bugs/424626 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 424626] Re: bzr-svn breaks https:// urls?

2009-11-21 Thread Launchpad Bug Tracker
** Branch linked: lp:~bzr-svn/bzr-svn/trunk -- bzr-svn breaks https:// urls? https://bugs.launchpad.net/bugs/424626 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 424626] Re: bzr-svn breaks https:// urls?

2009-09-10 Thread Jelmer Vernooij
** Changed in: bzr-svn Milestone: None = 1.0.0 -- bzr-svn breaks https:// urls? https://bugs.launchpad.net/bugs/424626 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

Re: [Bug 424626] Re: bzr-svn breaks https:// urls?

2009-09-08 Thread James Westby
On Sat Sep 05 07:22:41 UTC 2009 Jelmer Vernooij wrote: This is a known issue, fixed in newer versions of bzr-svn. Hi Jelmer, I don't see immediately which revision between 0.6.4 and 0.6.5 would fix this bug, but I assume it is fixed in the 0.6.5 that you uploaded to Debian? Thanks, James --

[Bug 424626] Re: bzr-svn breaks https:// urls?

2009-09-08 Thread Jelmer Vernooij
There is a 0.6.5 in Debian now that should work better. Any chance this could be synced over to Karmic? -- bzr-svn breaks https:// urls? https://bugs.launchpad.net/bugs/424626 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

Re: [Bug 424626] Re: bzr-svn breaks https:// urls?

2009-09-08 Thread Steve Langasek
On Tue, Sep 08, 2009 at 04:04:09PM -, Jelmer Vernooij wrote: There is a 0.6.5 in Debian now that should work better. Any chance this could be synced over to Karmic? Does it need a feature freeze exception? -- Steve Langasek Give me a lever long enough and a Free OS

[Bug 424626] Re: bzr-svn breaks https:// urls?

2009-09-08 Thread Joseph Wakeling
Any chance of getting the newer version into Ububtu Karmic? The current version (0.6.4) still displays these problems ... :-( -- bzr-svn breaks https:// urls? https://bugs.launchpad.net/bugs/424626 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 424626] Re: bzr-svn breaks https:// urls?

2009-09-08 Thread Jelmer Vernooij
Sorry, my assessment was premature. This problem was fixed for bzr+httplib users in bzr-svn 0.6.4 but is still there for people who have pycurl installed and that has not yet been fixed for 0.6.5. ** Also affects: bzr-svn Importance: Undecided Status: New ** Changed in: bzr-svn

Re: [Bug 424626] Re: bzr-svn breaks https:// urls?

2009-09-08 Thread James Westby
On Tue Sep 08 17:08:38 UTC 2009 Steve Langasek wrote: On Tue, Sep 08, 2009 at 04:04:09PM -, Jelmer Vernooij wrote: There is a 0.6.5 in Debian now that should work better. Any chance this could be synced over to Karmic? Does it need a feature freeze exception? Yes, but only for tiny

[Bug 424626] Re: bzr-svn breaks https:// urls?

2009-09-05 Thread Jelmer Vernooij
This is a known issue, fixed in newer versions of bzr-svn. -- bzr-svn breaks https:// urls? https://bugs.launchpad.net/bugs/424626 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 424626] Re: bzr-svn breaks https:// urls?

2009-09-05 Thread Jelmer Vernooij
Weirdly, the bzr-svn package only registers a handler for svn+https, so it SHOULDN'T be intercepting https requests. There is an existing transport for https:// registered that bzr-svn can also use. -- bzr-svn breaks https:// urls? https://bugs.launchpad.net/bugs/424626 You received this bug

[Bug 424626] Re: bzr-svn breaks https:// urls?

2009-09-04 Thread Steve Langasek
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/31328077/Dependencies.txt -- bzr-svn breaks https:// urls? https://bugs.launchpad.net/bugs/424626 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 424626] Re: bzr-svn breaks https:// urls?

2009-09-04 Thread David Tomaschik
I think you have the wrong binary package, as there's nothing subversion related going on here. It should probably be just plain 'bzr'. (Updating as such.) Also, I am unable to reproduce this on my system. Can you post apt- cache policy bzr? bzr: Installed: 1.18-0ubuntu1 Candidate:

[Bug 424626] Re: bzr-svn breaks https:// urls?

2009-09-04 Thread David Tomaschik
You're right, my apologies. I did, however, have bzr-svn installed on my system at the time I tested this. Oddly enough, my main user has no problem, but a new user gets the same message you do. Weirdly, the bzr-svn package only registers a handler for svn+https, so it SHOULDN'T be intercepting