Your message dated Thu, 18 Aug 2005 12:54:58 -0300
with message-id <[EMAIL PROTECTED]>
and subject line subversion bug #261971
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 29 Jul 2004 09:51:50 +0000
>From [EMAIL PROTECTED] Thu Jul 29 02:51:50 2004
Return-path: <[EMAIL PROTECTED]>
Received: from lisa.lombardiacom.it (lisa.elitel.it) [212.34.224.193] 
        by spohr.debian.org with smtp (Exim 3.35 1 (Debian))
        id 1Bq7Zl-0002wu-00; Thu, 29 Jul 2004 02:51:49 -0700
Received: (qmail 64660 invoked from network); 29 Jul 2004 09:51:16 -0000
Received: from unknown (HELO finwe.lorien.arda) (212.34.226.82)
  by lisa.lombardiacom.it with SMTP; 29 Jul 2004 09:51:16 -0000
Received: by finwe.lorien.arda (Postfix, from userid 1000)
        id 44F864020C2; Thu, 29 Jul 2004 11:51:15 +0200 (CEST)
Content-Type: multipart/mixed; boundary="===============0069539532=="
MIME-Version: 1.0
From: Federico 'Derfel' Stella <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: /usr/bin/svnshell: Patch to handle CTRL-D in svnshell
X-Mailer: reportbug 2.63
Date: Thu, 29 Jul 2004 11:51:15 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============0069539532==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: python2.3-subversion
Version: 1.0.5-1
Severity: wishlist
File: /usr/bin/svnshell
Tags: patch

This patch lets svnshell catch CTRL-D from user and exit like any other
shell.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (95, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (ignored: LC_ALL set to [EMAIL 
PROTECTED])

Versions of packages python2.3-subversion depends on:
ii  libapr0                     2.0.50-5     The Apache Portable Runtime
ii  libc6                       2.3.2.ds1-13 GNU C Library: Shared libraries an
ii  libsvn0                     1.0.5-1      Shared libraries used by Subversio
ii  libswig1.3.21               1.3.21-5     Runtime support libraries for swig
ii  python2.3                   2.3.4-5      An interactive high-level object-o
ii  subversion                  1.0.5-1      Advanced version control system (a

-- no debconf information

--===============0069539532==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="svnshell.diff"

--- svnshell.orig       2004-07-29 11:37:50.000000000 +0200
+++ svnshell    2004-07-29 11:36:53.000000000 +0200
@@ -208,6 +208,11 @@
   def do_exit(self, arg):
     sys.exit(0)
 
+  def do_EOF(self, arg):
+    """exit from program when user press CTRL-D"""
+    print
+    sys.exit(0)
+
   def _path_to_parts(self, path):
     return filter(None, string.split(path, '/'))
 

--===============0069539532==--

---------------------------------------
Received: (at 261971-done) by bugs.debian.org; 18 Aug 2005 15:55:31 +0000
>From [EMAIL PROTECTED] Thu Aug 18 08:55:31 2005
Return-path: <[EMAIL PROTECTED]>
Received: from smtpout6.uol.com.br (smtp.uol.com.br) [200.221.4.197] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E5mjq-00025j-00; Thu, 18 Aug 2005 08:55:30 -0700
Received: from [192.168.1.3] (c9066ade.virtua.com.br [201.6.106.222])
        by scorpion6.uol.com.br (Postfix) with ESMTP id B02947CC3
        for <[EMAIL PROTECTED]>; Thu, 18 Aug 2005 12:54:57 -0300 (BRT)
Subject: subversion bug #261971
From: "Guilherme de S. Pastore" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Content-Type: text/plain
Date: Thu, 18 Aug 2005 12:54:58 -0300
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0
X-Mailer: Evolution 2.2.3 
Content-Transfer-Encoding: 7bit
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-0.3 required=4.0 tests=BAYES_00,SUBJ_HAS_UNIQ_ID 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Hi,

thanks for your suggestion and for your patch! This feature has been
created upstream already, so I hereby close this bug now.

Regards,

-- 
Guilherme de S. Pastore (fatalerror)
<[EMAIL PROTECTED]>


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

Reply via email to