diff options
author | Akinori Hattori <hattya@gentoo.org> | 2004-01-26 15:06:02 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2004-01-26 15:06:02 +0000 |
commit | 1b677c381afdb4bbec5ede2b38d2cb53de67112b (patch) | |
tree | 93f27e67ad0571d81cdf6f759caa7b9493d6a8d6 /eclass/subversion.eclass | |
parent | stable on sparc (diff) | |
download | gentoo-2-1b677c381afdb4bbec5ede2b38d2cb53de67112b.tar.gz gentoo-2-1b677c381afdb4bbec5ede2b38d2cb53de67112b.tar.bz2 gentoo-2-1b677c381afdb4bbec5ede2b38d2cb53de67112b.zip |
Fixes bug #39406 this time
Diffstat (limited to 'eclass/subversion.eclass')
-rw-r--r-- | eclass/subversion.eclass | 8 |
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 |