Package: mr Version: 0.6 Severity: normal -j is a great feature, but running the command $ EDITOR=vim mr -j 10 commit causes mr to hang waiting for vim to terminate (on repositories that had changes), because mr consumes the I/O from the editor, preventing one from entering a commit message. If I use $ EDITOR="gvim -f" mr -j 10 commit then the editor appears on X11, but I need to enter a non-empty commit message, otherwise svn will hang waiting for input when asking Log message unchanged or not specified a)bort, c)ontinue, e)dit
I'm not sure of an appropriate fix, but it seems that interactive commands are incompatible with -j. --Ken -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.22-1-amd64 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

