Package: esvn
Version: 0.6.8+1-1
Severity: grave
Justification: renders package unusable
Esvn removes the last character of a selected working directory. If I open
the working directory "/var/mailer_gesamt" through file menu I get the error
message "Workspace/directory does not exist" (the directory definitely
exists).
While calling esvn with strace I saw that the last character of the selected
directory is cropped ("/var/mailer_gesam").
[...]
access("/var/mailer_gesamt", F_OK) = 0
lstat64("/var/mailer_gesamt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getcwd("/home/martin", 4096) = 13
lstat64("/var", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/var/mailer_gesamt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
chdir("/home/martin") = 0
access("/var", F_OK) = 0
lstat64("/var", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
access("/var/mailer_gesam", F_OK) = -1 ENOENT (No such file or directory)
ioctl(5, FIONREAD, [0]) = 0
write(6, "\0", 1) = 1
uname({sys="Linux", node="pc-von-mr", ...}) = 0
getpid() = 1903
[...]
When using the workspace manager the problem isn't so bad anymore. But when
selecting the directory through the file dialog the last character of the
path is truncated as well.
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages esvn depends on:
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
ii libgcc1 1:3.4.3-13 GCC support library
ii libqt3c102-mt 3:3.3.4-3 Qt GUI Library (Threaded runtime v
ii libstdc++5 1:3.3.5-13 The GNU Standard C++ Library v3
ii libx11-6 4.3.0.dfsg.1-14sarge1 X Window System protocol client li
ii libxext6 4.3.0.dfsg.1-14sarge1 X Window System miscellaneous exte
ii subversion 1.1.4-2 advanced version control system (a
ii xlibs 4.3.0.dfsg.1-14sarge1 X Keyboard Extension (XKB) configu
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]