summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2004-01-26 15:06:02 +0000
committerAkinori Hattori <hattya@gentoo.org>2004-01-26 15:06:02 +0000
commita3de04b43946681138731809a98c5ce3c26dbdc1 (patch)
treec28d533fd90f7c4d89b6a5933e915b6f26dcfab3 /eclass/subversion.eclass
parentstable on sparc (diff)
downloadhistorical-a3de04b43946681138731809a98c5ce3c26dbdc1.tar.gz
historical-a3de04b43946681138731809a98c5ce3c26dbdc1.tar.bz2
historical-a3de04b43946681138731809a98c5ce3c26dbdc1.zip
Fixes bug #39406 this time
Diffstat (limited to 'eclass/subversion.eclass')
-rw-r--r--eclass/subversion.eclass8
1 files changed, 7 insertions, 1 deletions
diff --git a/eclass/subversion.eclass b/eclass/subversion.eclass
index d42dc80926d9..27984d82ad9c 100644
--- a/eclass/subversion.eclass
+++ b/eclass/subversion.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/subversion.eclass,v 1.2 2004/01/26 08:46:29 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/subversion.eclass,v 1.3 2004/01/26 15:06:02 hattya Exp $
## --------------------------------------------------------------------------- #
# Author: Akinori Hattori <hattya@gentoo.org>
@@ -101,7 +101,13 @@ subversion_svn_fetch() {
fi
cd "${ESVN_STORE_DIR}"
+
+ # every time
addwrite "/etc/subversion"
+
+ # -userpriv
+ addwrite "/root/.subversion"
+
einfo
if [ -z ${ESVN_REPO_URI##*/} ]; then