Comment 2 for bug 10560

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Mon, 22 Nov 2004 12:28:59 +0100
From: Wilfried Goesgens <email address hidden>
To: Debian Bug Tracking System <email address hidden>
Subject: subversion binaries should be replaced through wrapper scripts to prevent
 users of keep on screwing their repositories

Package: subversion
Version: 1.0.9-2
Severity: serious

as the subversion book states, one should create a wrapper script
arround the subversion binaries to keep them from screwing the berkley
db and their file permission.

My scripts look like this one (as suggested in the svn book)

#!/bin/bash
umask 002
/usr/bin/svnadmin.real $@

I don't think, this hurts other access methods, but is essential for
several people working on a repository with svn+ssh/..../....

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.6
Locale: LANG=C, LC_CTYPE=C

Versions of packages subversion depends on:
ii db4.2-util 4.2.52-17 Berkeley v4.2 Database Utilities
ii libapr0 2.0.52-1 The Apache Portable Runtime
ii libc6 2.3.2.ds1-16 GNU C Library: Shared libraries an
ii libdb4.2 4.2.52-17 Berkeley v4.2 Database Libraries [
ii libexpat1 1.95.6-8 XML parsing C library - runtime li
ii libldap2 2.1.30-3 OpenLDAP libraries
ii libneon24 0.24.7.dfsg-0.2 An HTTP and WebDAV client library
ii libssl0.9.7 0.9.7d-4 SSL shared libraries
ii libsvn0 1.0.9-2 Shared libraries used by Subversio
ii libxml2 2.6.11-3 GNOME XML library
ii patch 2.5.9-2 Apply a diff file to an original
ii zlib1g 1:1.2.1.1-7 compression library - runtime

-- no debconf information