Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 197546

Summary: subversion.eclass should support ESVN_USER and ESVN_PASSWORD
Product: Gentoo Linux Reporter: Arfrever Frehtes Taifersar Arahesis (RETIRED) <arfrever>
Component: EclassesAssignee: Akinori Hattori <hattya>
Status: RESOLVED WORKSFORME    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-10-30 18:55:54 UTC
subversion.eclass should support ESVN_USER and ESVN_PASSWORD.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-10-30 21:06:30 UTC
Sure, feel free to attach a patch.
Comment 2 Akinori Hattori gentoo-dev 2007-11-01 05:55:55 UTC
Please use ESVN_OPTIONS.

e.g.)
  ESVN_OPTIONS="--user user --password password"
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-01-15 10:48:36 UTC
It doesn't work when password is empty.