git: support for, or better error message on specifying rsync-style git URL
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Git Plugin |
Confirmed
|
Wishlist
|
Unassigned | ||
Breezy |
Fix Released
|
Wishlist
|
Jelmer Vernooij |
Bug Description
I get the following error and stacktrace in .bzr.log. Running a git clone works fine and so does using bzr with a git:// url. I am running karmic and have installed from Lucid using dpkg on the downloaded debs:
- python-dulwich (0.4.1-1)
- bzr-git (0.4.3-1)
Thanks for looking into this !
luis@persephone
ERROR: Repository not found. Make sure you include the .git, e.g. <email address hidden>
bzr: ERROR: The remote server unexpectedly closed the connection.
Thu 2010-02-04 19:10:04 +0100
0.052 bzr arguments: [u'branch', u'git+ssh://<email address hidden>
0.085 looking for plugins in /home/luis/
0.338 looking for plugins in /usr/lib/
0.341 Plugin name upload already loaded
0.423 encoding stdout as sys.stdout encoding 'UTF-8'
0.578 bzr-svn: using Subversion 1.6.5 ()
4.071 Traceback (most recent call last):
File "/usr/lib/
return the_callable(*args, **kwargs)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/usr/lib/
revision_id = br_from.
File "/usr/lib/
return self.mapping.
File "/usr/lib/
heads = self.repository
File "/usr/lib/
lambda x: None, lambda x: trace.mutter("git: %s" % x))
File "/usr/lib/
raise BzrError(e)
BzrError: The remote server unexpectedly closed the connection.
Changed in bzr-git: | |
status: | Incomplete → Triaged |
Changed in bzr-git: | |
status: | Triaged → Fix Committed |
Changed in brz-git: | |
status: | New → Triaged |
importance: | Undecided → Wishlist |
summary: |
- bzr branch git+ssh : Repository not found. Make sure you include the - .git, e.g. git@github.com:defunkt/ambition.git + support for, or better error message on specifying rsync-style git URL |
tags: | added: ui |
affects: | brz-git → brz |
tags: | added: git |
summary: |
- support for, or better error message on specifying rsync-style git URL + git: support for, or better error message on specifying rsync-style git + URL |
Changed in brz: | |
milestone: | none → 3.0.0 |
Changed in brz: | |
status: | Fix Committed → Fix Released |
status incomplete
You're not specifying a valid URL:
git+ssh://<email address hidden> :kaloo/ grails. git
You need a / rather than a : between the hostname and path.