3
I tried to upload a branch to my webserver, where home/user/dir/ does
4
not exist. It's obvious why bzr failed, but I hereby send the report as
5
requested. Perhaps it needs a better error message.
11
$ bzr rspush host:dir/subdir
12
Pushing to host:dir/subdir/
13
building file list ... done
14
rsync: mkdir "/home/user/dir/subdir" failed: No such file or directory (2)
15
rsync error: error in file IO (code 11) at main.c(529) [receiver=2.6.9]
16
rsync: connection unexpectedly closed (8 bytes received so far) [sender]
17
rsync error: error in rsync protocol data stream (code 12) at io.c(454)
19
bzr: ERROR: bzrlib.plugins.bzrtools.bzrtools.RsyncStreamIO: Error in
20
rsync protocol data stream.
22
Traceback (most recent call last):
23
File "/usr/local/lib/python2.5/site-packages/bzrlib/commands.py", line
24
650, in run_bzr_catch_errors
26
File "/usr/local/lib/python2.5/site-packages/bzrlib/commands.py", line
29
File "/usr/local/lib/python2.5/site-packages/bzrlib/commands.py", line
30
304, in run_argv_aliases
31
return self.run(**all_cmd_args)
33
"/usr/local/lib/python2.5/site-packages/bzrlib/plugins/bzrtools/__init__.py",
35
working_tree=not no_tree)
37
"/usr/local/stow/bazaar-dev/lib/python2.5/site-packages/bzrlib/plugins/bzrtools/bzrtools.py",
39
excludes=final_exclusions)
41
"/usr/local/stow/bazaar-dev/lib/python2.5/site-packages/bzrlib/plugins/bzrtools/bzrtools.py",
44
RsyncStreamIO: Error in rsync protocol data stream.
46
bzr 0.15.0dev0 on python 2.5.0.final.0 (linux2)
47
arguments: ['/usr/local/bin/bzr', 'rspush', 'host:dir/subdir']
49
** please send this report to bazaar-ng@lists.ubuntu.com