~abentley/bzrtools/bzrtools.dev

505.1.1 by Aaron Bentley
Add some bug reports
1
Hi,
2
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.
6
7
greetings, matthias
8
9
10
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)
18
[sender=2.6.9]
19
bzr: ERROR: bzrlib.plugins.bzrtools.bzrtools.RsyncStreamIO: Error in
20
rsync protocol data stream.
21
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
25
    return run_bzr(argv)
26
  File "/usr/local/lib/python2.5/site-packages/bzrlib/commands.py", line
27
612, in run_bzr
28
    ret = run(*run_argv)
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)
32
  File
33
"/usr/local/lib/python2.5/site-packages/bzrlib/plugins/bzrtools/__init__.py",
34
line 655, in run
35
    working_tree=not no_tree)
36
  File
37
"/usr/local/stow/bazaar-dev/lib/python2.5/site-packages/bzrlib/plugins/bzrtools/bzrtools.py",
38
line 292, in rspush
39
    excludes=final_exclusions)
40
  File
41
"/usr/local/stow/bazaar-dev/lib/python2.5/site-packages/bzrlib/plugins/bzrtools/bzrtools.py",
42
line 160, in rsync
43
    raise RsyncStreamIO()
44
RsyncStreamIO: Error in rsync protocol data stream.
45
46
bzr 0.15.0dev0 on python 2.5.0.final.0 (linux2)
47
arguments: ['/usr/local/bin/bzr', 'rspush', 'host:dir/subdir']
48
49
** please send this report to bazaar-ng@lists.ubuntu.com