[Bug 208418] Re: ValueError when trying to pull/merge from a remote repository

2008-04-07 Thread Andrew Bennetts
The fix (and test) has landed in bzr.dev. -- ValueError when trying to pull/merge from a remote repository https://bugs.launchpad.net/bugs/208418 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@li

Re: [Bug 208418] Re: ValueError when trying to pull/merge from a remote repository

2008-04-06 Thread Robert Collins
On Fri, 2008-04-04 at 08:57 +, Martin Pitt wrote: > bzr guys, is there anything else in 1.3.1rc1, or just that bug fix? I. > e. should we upgrade to 1.3.1, or just cherrypick that patch for now? take all of 1.3.1 - its a stable branch update. -Rob -- GPG key available at:

Re: [Bug 208418] Re: ValueError when trying to pull/merge from a remote repository

2008-04-04 Thread Andy Dorman
For me, I upgraded to use packs and that fixed the problem for me with Ubuntu gutsy bzr 1.3.1 Thanks for everyone's excellent work on Bazaar. -- Andy Dorman Ironic Design, Inc. AnteSpam.com -- ValueError when trying to pull/merge from a remote repository https://bugs.launchpad.net/bugs/208418

[Bug 208418] Re: ValueError when trying to pull/merge from a remote repository

2008-04-04 Thread Launchpad Bug Tracker
This bug was fixed in the package bzr - 1.3.1~rc1-0ubuntu1 --- bzr (1.3.1~rc1-0ubuntu1) hardy; urgency=low * New upstream bug fix release: - Fix a bug causing a ValueError crash in ``parse_line_delta_iter`` when fetching revisions from a knit to pack repository or vice ver

[Bug 208418] Re: ValueError when trying to pull/merge from a remote repository

2008-04-04 Thread Andrew Bennetts
1.3.1rc1 just adds that bug fix. (1.3.1 final will probably just add the test case to the test suite on top of that.) So, you may as well upgrade. -- ValueError when trying to pull/merge from a remote repository https://bugs.launchpad.net/bugs/208418 You received this bug notification because y

[Bug 208418] Re: ValueError when trying to pull/merge from a remote repository

2008-04-04 Thread Martin Pitt
@mdz: bzr repos> not that I know of. So if you have to configure that explicitly, then no. -- ValueError when trying to pull/merge from a remote repository https://bugs.launchpad.net/bugs/208418 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 208418] Re: ValueError when trying to pull/merge from a remote repository

2008-04-04 Thread Martin Pitt
bzr guys, is there anything else in 1.3.1rc1, or just that bug fix? I. e. should we upgrade to 1.3.1, or just cherrypick that patch for now? ** Changed in: bzr (Ubuntu Hardy) Assignee: (unassigned) => Martin Pitt (pitti) Status: Triaged => Fix Committed -- ValueError when trying to p

Re: [Bug 208418] Re: ValueError when trying to pull/merge from a remote repository

2008-04-04 Thread Matt Zimmerman
On Thu, Apr 03, 2008 at 07:54:43PM -, Martin Pitt wrote: > Out of interest, which branch did you try to pull from? Any recipe how > to reproduce this? I have used bzr 1.3 for over a week now, and I'm a > heavy bzr user... For me, it was the Ubuntu Hardy seeds branch. Do you use bzr repos? --

[Bug 208418] Re: ValueError when trying to pull/merge from a remote repository

2008-04-04 Thread Andrew Bennetts
I've submitted patch which adds a test to the list. -- ValueError when trying to pull/merge from a remote repository https://bugs.launchpad.net/bugs/208418 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubun

[Bug 208418] Re: ValueError when trying to pull/merge from a remote repository

2008-04-03 Thread Martin Pool
fixed in https://launchpad.net/bzr/1.3/1.3.1rc1 ** Changed in: bzr Status: In Progress => Fix Released Target: None => 1.3.1rc1 -- ValueError when trying to pull/merge from a remote repository https://bugs.launchpad.net/bugs/208418 You received this bug notification because you are

[Bug 208418] Re: ValueError when trying to pull/merge from a remote repository

2008-04-03 Thread Andrew Bennetts
Martin and I have a probable fix now. We're testing, polishing and double-checking it at the moment. -- ValueError when trying to pull/merge from a remote repository https://bugs.launchpad.net/bugs/208418 You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

Re: [Bug 208418] Re: ValueError when trying to pull/merge from a remote repository

2008-04-03 Thread Guilherme Salgado
My branch: Repository tree (format: dirstate-tags) Remote branch: Repository branch (format: pack-0.92) Going over sftp:// works fine. ** Attachment added: "unnamed" http://launchpadlibrarian.net/13101699/unnamed -- ValueError when trying to pull/merge from a remote repository https://bugs

[Bug 208418] Re: ValueError when trying to pull/merge from a remote repository

2008-04-03 Thread Martin Pool
We're working on it. ** Changed in: bzr Assignee: (unassigned) => Andrew Bennetts (spiv) Status: Confirmed => In Progress -- ValueError when trying to pull/merge from a remote repository https://bugs.launchpad.net/bugs/208418 You received this bug notification because you are a membe

[Bug 208418] Re: ValueError when trying to pull/merge from a remote repository

2008-04-03 Thread Martin Pool
Andrew says he has an example branch that reliably reproduces this. I hit this too and using sftp did avoid the problem. It's trying to parse the knit line delta, which should start with a line of START ',' END ',' COUNT -- ValueError when trying to pull/merge from a remote repository https://b

[Bug 208418] Re: ValueError when trying to pull/merge from a remote repository

2008-04-03 Thread Andrew Bennetts
I have a knit format branch of the bzr-dbus plugin that shows this behaviour. Upgrading my branch to packs fixes the problem. And using sftp:// avoids the problem too, it seems. -- ValueError when trying to pull/merge from a remote repository https://bugs.launchpad.net/bugs/208418 You received

[Bug 208418] Re: ValueError when trying to pull/merge from a remote repository

2008-04-03 Thread Andrew Bennetts
Can someone try reproducing this with "sftp://"; instead of "bzr+ssh://"? That wil tell us if it's a problem in the smart server or the knit format. Also, I suspect that upgrading to packs will workaround this. -- ValueError when trying to pull/merge from a remote repository https://bugs.launchp

[Bug 208418] Re: ValueError when trying to pull/merge from a remote repository

2008-04-03 Thread Andy Dorman
Using Ubuntu gutsy. I upgraded this morning to bzr 1.3. Have made several commits to my local/remote dev branch. When I tried to merge from a co-worker's branch (who upgraded to 1.3 late yesterday and committed with 1.3 the branch I am trying to merge from) I received a similar error shown below

Re: [Bug 208418] Re: ValueError when trying to pull/merge from a remote repository

2008-04-03 Thread Guilherme Salgado
I was trying to pull from launchpad's mainline branch. I just upgraded my old bzr 1.2-1~bazaar1~hardy4 (which was working fine) with hardy's 1.3 and got a similar traceback when trying to pull. IOW, I can't tell you how to reproduce it, but I can help debugging if necessary; just let me know. **

[Bug 208418] Re: ValueError when trying to pull/merge from a remote repository

2008-04-03 Thread Martin Pitt
Out of interest, which branch did you try to pull from? Any recipe how to reproduce this? I have used bzr 1.3 for over a week now, and I'm a heavy bzr user... -- ValueError when trying to pull/merge from a remote repository https://bugs.launchpad.net/bugs/208418 You received this bug notification

[Bug 208418] Re: ValueError when trying to pull/merge from a remote repository

2008-04-03 Thread Aaron Bentley
** Tags added: hpss -- ValueError when trying to pull/merge from a remote repository https://bugs.launchpad.net/bugs/208418 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 https:/

[Bug 208418] Re: ValueError when trying to pull/merge from a remote repository

2008-04-03 Thread Martin Albisetti
** Changed in: bzr Importance: Undecided => Critical Status: New => Confirmed -- ValueError when trying to pull/merge from a remote repository https://bugs.launchpad.net/bugs/208418 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 208418] Re: ValueError when trying to pull/merge from a remote repository

2008-04-03 Thread Matt Zimmerman
Confirmed here, nominating for Hardy and setting importance ** Also affects: bzr (Ubuntu) Importance: Undecided Status: New ** Changed in: bzr (Ubuntu Hardy) Importance: Undecided => High Status: New => Triaged -- ValueError when trying to pull/merge from a remote repository