Your message dated Wed, 02 Feb 2005 08:32:30 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#292331: fixed in websvn 1.61-9
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; 26 Jan 2005 13:03:08 +0000
>From [EMAIL PROTECTED] Wed Jan 26 05:03:07 2005
Return-path: <[EMAIL PROTECTED]>
Received: from torresquevedo.hispalinux.es [193.127.103.91] (postfix)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Ctmp9-0002dv-00; Wed, 26 Jan 2005 05:03:07 -0800
Received: from localhost.localdomain (localhost [127.0.0.1])
        by torresquevedo.hispalinux.es (Postfix) with ESMTP id 619CB504070;
        Wed, 26 Jan 2005 14:03:04 +0100 (CET)
Received: by localhost.localdomain (Postfix, from userid 0)
        id 900DF1A9946; Wed, 26 Jan 2005 15:03:03 +0200 (EET)
Date: Wed, 26 Jan 2005 15:03:03 +0200
From: Jesus Climent <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: websvn: Several targets separated with comas dont work as expected.
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 3.6
User-Agent: Mutt/1.5.6+20040907i
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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: websvn
Severity: important

The separation by comas of the target directories does not work as
expected.

Here comes a patch for the package configuration which should solve the
problem.

--- config.orig 2005-01-26 14:47:52.000000000 +0200
+++ config      2005-01-26 14:48:11.000000000 +0200
@@ -25,6 +25,7 @@
                db_input "high" "websvn/webservers" || true
                db_input "high" "websvn/parentpath" || true
                db_input "high" "websvn/repositories" || true
+               db_input "high" "websvn/usenames" || true

                # TODO warn users www-data user MUST have WRITE permission !

--- postinst.orig       2005-01-26 14:49:32.000000000 +0200
+++ postinst    2005-01-26 14:50:46.000000000 +0200
@@ -26,19 +26,27 @@
                        db_get "websvn/parentpath" || true
                        repositories="$RET"
                        if [ "x$repositories" != "x" ]; then
-                         echo $repositories | sed -e 's/,/\n/' | \
+                         echo $repositories | sed -e 's/,/\n/g' | \
                          while read dirname; do
                            echo "\$config->parentPath(\"$dirname\");" >> 
$tmpfile
                          done
                        fi

+                       db_get "websvn/usenames" || true
+                       usenames="$RET"
+
                        db_get "websvn/repositories" || true
                        i=1
                        repositories="$RET"
                        if [ "x$repositories" != "x" ]; then
-                         echo $repositories | sed -e 's/,/\n/' | \
+                         echo $repositories | sed -e 's/,/\n/g' | \
                          while read dirname; do
-                           echo "\$config->addRepository(\"repos $i\", 
\"$dirname\");" >> $tmpfile
+                           if [ x"$usenames" = "xy" ] ;then
+                             reponame=$(echo $dirname | awk 
'BEGIN{FS="/"}{print $NF}')
+                           else
+                             reponame="repos $i"
+                           fi
+                           echo "\$config->addRepository(\"$reponame\", 
\"$dirname\");" >> $tmpfile
                            i=$(($i + 1))
                          done
                        fi
--- templates.orig      2005-01-26 14:43:32.000000000 +0200
+++ templates   2005-01-26 14:47:42.000000000 +0200
@@ -8,6 +8,14 @@
  If you want to configure it later, you should run 'dpkg-reconfigure
  websvn'.

+Template: websvn/usenames
+Type: boolean
+Default: false
+_Description: Do you want to use the directory name for naming the repository?
+ WebSVN can use both the repository directory to name the repository on
+ the interface or use a defined string (repos #number). You can select
+ which one to use here.
+
 Template: websvn/parentpath
 Type: string
 _Default: /var/lib/svn


-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.9-10-amd64-k8
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

---------------------------------------
Received: (at 292331-close) by bugs.debian.org; 2 Feb 2005 13:38:19 +0000
>From [EMAIL PROTECTED] Wed Feb 02 05:38:19 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CwKi3-0002ce-00; Wed, 02 Feb 2005 05:38:19 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1CwKcQ-0008Kl-00; Wed, 02 Feb 2005 08:32:30 -0500
From: Pierre Chifflier <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#292331: fixed in websvn 1.61-9
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 02 Feb 2005 08:32:30 -0500
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-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 3

Source: websvn
Source-Version: 1.61-9

We believe that the bug you reported is fixed in the latest version of
websvn, which is due to be installed in the Debian FTP archive:

websvn_1.61-9.diff.gz
  to pool/main/w/websvn/websvn_1.61-9.diff.gz
websvn_1.61-9.dsc
  to pool/main/w/websvn/websvn_1.61-9.dsc
websvn_1.61-9_all.deb
  to pool/main/w/websvn/websvn_1.61-9_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pierre Chifflier <[EMAIL PROTECTED]> (supplier of updated websvn package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue,  1 Feb 2005 11:14:44 +0100
Source: websvn
Binary: websvn
Architecture: source all
Version: 1.61-9
Distribution: unstable
Urgency: medium
Maintainer: Pierre Chifflier <[EMAIL PROTECTED]>
Changed-By: Pierre Chifflier <[EMAIL PROTECTED]>
Description: 
 websvn     - interface for subversion repositories written in PHP
Closes: 290932 291907 292331 293003
Changes: 
 websvn (1.61-9) unstable; urgency=medium
 .
   * Updated Czech debconf translation (Closes: #293003)
   * Fixed incorrect handling with multiple repositories (Closes: #292331)
   * Added patch to avoid problems with paths in Multiviews (Closes: #290932)
   * Do not reset permissions in postinst script (Closes: #291907)
Files: 
 774db5368a6fa1fd866d3c355572a59c 577 devel optional websvn_1.61-9.dsc
 4f979e8673a81a2f2c70eecca7bf37d0 12360 devel optional websvn_1.61-9.diff.gz
 5e6351152af38192d6c32d0703100530 97914 devel optional websvn_1.61-9_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFCANKKw3ao2vG823MRAm/pAKCBcjsXg81U1AaQ28XTG+H+fi36RQCfVi9M
htOScmKe1VqqntNodDJpqX8=
=C+Ri
-----END PGP SIGNATURE-----


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

Reply via email to