Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 531738 - subversion.eclass - subversion_wc_info() should be called on initial checkouts
Summary: subversion.eclass - subversion_wc_info() should be called on initial checkouts
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Akinori Hattori
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-12-05 10:59 UTC by Christian Reich
Modified: 2014-12-05 15:16 UTC (History)
0 users

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


Attachments
call subversion_wc_info() after initial checkout (subversion.eclass.patch,514 bytes, patch)
2014-12-05 10:59 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-05 10:59:59 UTC
Created attachment 390978 [details, diff]
call subversion_wc_info() after initial checkout

hi there,

i started to use subversion.eclass some time ago and encountered that subversion_wc_info() is almost everytime called except for initial checkouts!
i don't know if this is done by intention or a mistake. i just would consider to call it also at this point, so following ebuild-phases can gain the information set there (which is actually really usefull i think)

one could also think about calling it just at the end of subversion_fetch() to ensure that it's set everytime a checkout wnet through.

i will attach a small patch which at least will call it after the initial checkout. but maybe there is a better/cleaner sollution

kind regards
christian