Package: svn-load
Version: 0.9-1
Severity: normal
Tags: patch

Hi,

Using option "--no-prompt" without "--move-map" gives a traceback because of
an uninitialised return value. The appended patch initialises the return
value.

Cheers
Robert

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (400, 'testing'), (300, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-686-bigmem
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages svn-load depends on:
ii  python                       2.4.4-2     An interactive high-level object-o
ii  python-svn                   1.5.0dfsg-1 A(nother) Python interface to Subv

svn-load recommends no packages.

-- no debconf information
--- svn-load-0.9.orig/svn-load
+++ svn-load-0.9/svn-load
@@ -217,6 +217,7 @@
         """
         
         ask = self.interactive
+        ret = (False, None)
 
         if self.moved is not None:
             # Check in the dictionary mapping deleted files to added files

Reply via email to