Package: esvn
Version: 0.6.8+1-1
Severity: normal

Start esvn like this:

# strace esvn 2>&1 | grep \/

Click on 
File -> Open working directory

Select a path (I selected /tmp/12345/tgunkel_de)

A window appears with this error message:
Workspace/Directory does not exist

In the strace you can see why:
,----
| getcwd("/tmp", 4096)                    = 5
| lstat64("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=280, ...}) = 0
| lstat64("/tmp/12345", {st_mode=S_IFDIR|0755, st_size=60, ...}) = 0
| lstat64("/tmp/12345/tgunkel_de", {st_mode=S_IFDIR|0755, st_size=120, ...}) = 0
| chdir("/tmp")                           = 0
| access("/tmp/12345", F_OK)              = 0
| lstat64("/tmp/12345", {st_mode=S_IFDIR|0755, st_size=60, ...}) = 0
| access("/tmp/12345/tgunkel_d", F_OK)    = -1 ENOENT (No such file or 
directory)
`----

esvn dropped the last e.

Workaround: Select File -> Workaround -> New  and manually enter the
path with a trailing / character. This will also be dropped but that
doesn't harm.

With the version from unstable (0.6.11+1-1) this seems to be fixed.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.12.2
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages esvn depends on:
ii  libc6                    2.3.2.ds1-22    GNU C Library: Shared libraries an
ii  libgcc1                  1:4.0-0pre10    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-14 X Window System protocol client li
ii  libxext6                 4.3.0.dfsg.1-14 X Window System miscellaneous exte
ii  subversion               1.1.4-2         advanced version control system (a
ii  xlibs                    4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to