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

Bug 465386

Summary: dev-util/codeblocks-9999 has obsolete svn repo
Product: Gentoo Linux Reporter: brankob
Component: [OLD] DevelopmentAssignee: Gentoo wxWidgets project <wxwidgets>
Status: RESOLVED FIXED    
Severity: normal CC: sven.eden
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Change fetch repository to new location

Description brankob 2013-04-10 11:35:08 UTC
Emerging codeblocks-9999 emerges old trunk since svn repo as listed in ebuild is non-curent ( they changed URL some time ago).

line 
ESVN_REPO_URI="svn://svn.berlios.de/${PN}/trunk"

has to be changed to:

ESVN_REPO_URI="svn://svn.code.sf.net/p/${PN}/code/trunk"





Reproducible: Always

Steps to Reproduce:
1. unmask svn version of codeblocks in packages.keywords 
2. emerge codeblocks
3.
Actual Results:  
version that gets emerged is 8909

Expected Results:  
at this exact moment, freh trunk is at ver. 8979
Comment 1 Sven Eden 2013-04-12 11:11:33 UTC
Created attachment 345368 [details, diff]
Change fetch repository to new location

Here is a patch, I just tested the new location and the fetch worked for me ootb. :)
Comment 2 Sven Eden 2013-04-12 11:13:29 UTC
DAMMIT! This shouldn't have been submitted this early. Hadn't pasetd proof, yet, so here it comes:


>>> Unpacking source...
 * subversion recheck out start -->
 *      old UUID: UUID: 98b59c6a-2706-0410-b7d6-d2fa1a1880c9
 *      new UUID: UUID: 2a5c6006-c6dd-42ca-98ab-0921f2732cef
 *      repository: svn://svn.code.sf.net/p/codeblocks/code/trunk
(... everything re-added now ...)

Checked out external at revision 33.

Checked out revision 8982.
 *    working copy: /home/distfiles/svn-src/codeblocks/trunk


Sorry for the double-post.
Comment 3 Ryan Hill (RETIRED) gentoo-dev 2013-04-13 05:36:49 UTC
Fixed, thanks.