public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] RFC patch for subversion.eclass (bug 401737)
@ 2012-02-19 11:06 Justin
  2012-02-21 22:14 ` Gilles Dartiguelongue
  0 siblings, 1 reply; 6+ messages in thread
From: Justin @ 2012-02-19 11:06 UTC (permalink / raw
  To: gentoo-dev

Hi,

any objections against following patch for subversion.eclass?
Fixes bug 401737. Basically respects ESVN_{USER,PASSWORD} during
reemerge of a package.


--- subversion.eclass	2012-02-07 11:56:27.000000000 +0200
+++ subversion.eclass	2012-02-07 11:59:38.000000000 +0200
@@ -469,7 +469,9 @@
 	local target="${1}"
 	local key="${2}"

-	env LC_ALL=C svn info "${target}" | grep -i "^${key}" | cut -d" " -f2-
+	env LC_ALL=C svn info \
+		${options} --username "${ESVN_USER}" --password "${ESVN_PASSWORD}" \
+		"${target}" | grep -i "^${key}" | cut -d" " -f2-
 }

 ## -- subversion__get_repository_uri()
--------------------------------------- #


justin







^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-02-22 18:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-19 11:06 [gentoo-dev] RFC patch for subversion.eclass (bug 401737) Justin
2012-02-21 22:14 ` Gilles Dartiguelongue
2012-02-22 17:33   ` Matthew Summers
2012-02-22 17:38     ` Fabian Groffen
2012-02-22 18:40     ` Mike Gilbert
2012-02-22 18:43     ` Justin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox