I have just updated to the trunk versions of bzr-git (trunk r1056) and dulwich (trunk r705), and I am still getting this problem. I am still unable to see a traceback also. I think it should be marked not fixed, unless I am getting a different bug with the same symptoms?
Which commit was Roland's fix? I am guessing (from the date stamps) maybe 598.2.2.
Here is a full log of what I'm doing.
1. Create a new bzr branch with a commit.
2. Use bzr serve --git, and then pull it to git with git://localhost/, which works well.
3. Commit a change using git.
Then, in one window:
bzrbranch$ bzr serve --git
In the other:
gitrepo$ git push git://localhost/
localhost[0: ::1]: errno=Connection refused
Counting objects: 5, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 298 bytes, done.
Total 3 (delta 0), reused 0 (delta 0)
^C
I have just updated to the trunk versions of bzr-git (trunk r1056) and dulwich (trunk r705), and I am still getting this problem. I am still unable to see a traceback also. I think it should be marked not fixed, unless I am getting a different bug with the same symptoms?
Which commit was Roland's fix? I am guessing (from the date stamps) maybe 598.2.2.
Here is a full log of what I'm doing.
1. Create a new bzr branch with a commit.
2. Use bzr serve --git, and then pull it to git with git://localhost/, which works well.
3. Commit a change using git.
Then, in one window:
bzrbranch$ bzr serve --git
In the other:
gitrepo$ git push git://localhost/
localhost[0: ::1]: errno=Connection refused
Counting objects: 5, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 298 bytes, done.
Total 3 (delta 0), reused 0 (delta 0)
^C