Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 250043 - Default ESVN_UPDATE_CMD in subversion.eclass misses --non-interactive option
Summary: Default ESVN_UPDATE_CMD in subversion.eclass misses --non-interactive option
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Akinori Hattori
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-06 17:46 UTC by Lars Strojny
Modified: 2021-07-27 05:04 UTC (History)
4 users (show)

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


Attachments
subversion-eclass-non-interactive.patch (subversion-eclass-non-interactive.patch,396 bytes, patch)
2008-12-06 17:47 UTC, Lars Strojny
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.