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

Bug 250043

Summary: Default ESVN_UPDATE_CMD in subversion.eclass misses --non-interactive option
Product: Gentoo Linux Reporter: Lars Strojny <bugzilla-watch>
Component: EclassesAssignee: Akinori Hattori <hattya>
Status: CONFIRMED ---    
Severity: normal CC: arfrever, binki, wolf31o2, zlin
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: subversion-eclass-non-interactive.patch

Description Lars Strojny 2008-12-06 17:46:41 UTC
Subversion 1.5 added an interactive dialog to merge remote changes with local changes. This dialog can be disabled with --non-interactive.
Comment 1 Lars Strojny 2008-12-06 17:47:12 UTC
Created attachment 174430 [details, diff]
subversion-eclass-non-interactive.patch
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-12-12 20:03:08 UTC
--non-interactive would also disable SSL certificate prompts.

--non-interactive could be used only with another option which probably will be implemented somewhen:
http://subversion.tigris.org/issues/show_bug.cgi?id=2410
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-12-13 17:22:36 UTC
Maybe --accept=postpone could be used.