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

Bug 97129

Summary: subversion_svn_fetch/subversion_src_unpack does not update from resouce
Product: Gentoo Linux Reporter: Marc Tousignant <myrdhn>
Component: EclassesAssignee: Akinori Hattori <hattya>
Status: RESOLVED FIXED    
Severity: normal CC: raybooysen
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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!