Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 401737 - subversion.eclass doesn't respect ESVN_USER, ESVN_PASSWORD and ESVN_OPTIONS on repo update
Summary: subversion.eclass doesn't respect ESVN_USER, ESVN_PASSWORD and ESVN_OPTIONS o...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Akinori Hattori
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-01 07:17 UTC by Justin Lecher (RETIRED)
Modified: 2012-02-21 18:04 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
run 'svn info' with required params (subversion.eclass.diff,489 bytes, patch)
2012-02-07 10:07 UTC, 4nykey
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Lecher (RETIRED) gentoo-dev 2012-02-01 07:17:23 UTC
If an username is needed, the update fails because the fetch uses "portage" as user instead of the specified one. You could test this with the rapidsvn live ebuild in the betagarden overlay
Comment 1 4nykey 2012-02-07 10:07:36 UTC
Created attachment 301121 [details, diff]
run 'svn info' with required params

`subversion__svn_info' appears to cause this, because it runs 'svn info' w/o any parameters. With the patch update works as expected here.
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2012-02-07 20:34:51 UTC
The patches fixes the issue. Okay to commit?
Comment 3 Justin Lecher (RETIRED) gentoo-dev 2012-02-21 18:04:14 UTC
+  21 Feb 2012; Justin Lecher <jlec@gentoo.org> subversion.eclass:
+  Respect ESVN_USER, ESVN_PASSWORD and ESVN_OPTIONS on repo update, #401737
+