Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 532880 - subversion.eclass - subversion__svn_info() might fail when ESVN_USER is not set
Summary: subversion.eclass - subversion__svn_info() might fail when ESVN_USER is not set
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Akinori Hattori
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-12-17 19:02 UTC by Christian Reich
Modified: 2014-12-17 23:17 UTC (History)
0 users

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


Attachments
patch subversion__svn_info() to handle unset ESVN_USER properly (subversion.eclass.info_call_without_given_user.patch,737 bytes, patch)
2014-12-17 19:02 UTC, Christian Reich
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Reich 2014-12-17 19:02:29 UTC
Created attachment 391884 [details, diff]
patch subversion__svn_info() to handle unset ESVN_USER properly

i encountered the problem when i tried to store ssl keys in the '.subversion' folder which should be used for authentication without 'ESVN_USER' or 'ESVN_PASSWORD' given.

since on different places the solution for that is just to skip the hardcoded '--username' and '--password' options i assume we should do it here also...

kind regards
christian