Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97129 - subversion_svn_fetch/subversion_src_unpack does not update from resouce
Summary: subversion_svn_fetch/subversion_src_unpack does not update from resouce
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Akinori Hattori
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-26 11:32 UTC by Marc Tousignant
Modified: 2005-12-24 06:19 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Tousignant 2005-06-26 11:32:05 UTC
subversion_svn_fetch/subversion_src_unpack does not update from resouce.
If you do not already have a copy of the tree on your system it does a checkout.
However, if the tree already exists on your system, it does not check with the
external resource again.



Reproducible: Always
Steps to Reproduce:
1. emerge an ebuild that checks out from a subversion repository
2. goto the location the tree was stored locally and checkout an older revision
to the same location.
3. emerge the same ebuild again


Actual Results:  
>>> Unpacking source...
 * subversion update start -->
 *    update from: location
Skip updating...


Expected Results:  
I had reverted my local tree to an older revision. The ebuild should have
updated the local tree before build and it skips this step.

workaround is to either delete your local tree before running the ebuild or to
goto the location of the local build and run svn update prior to running the ebuild.
Comment 1 Akinori Hattori gentoo-dev 2005-12-24 06:19:07 UTC
Fixed in CVS. Thank you for reporting!