You are not logged in.

#1 2007-07-11 04:26:00

Alejandro Nova
Member
Registered: 2006-09-03
Posts: 20

*-svn AUR mega bug.

SourceForge ([url]http://sourceforge.net/docs/A04[/url]) wrote:

Project Subversion (SVN) Service:       Online [1]          Last updated: 2007-01-05 Pacific

Recent Updates »

( 2007-07-09 10:43:54 - Project Subversion (SVN) Service )   As announced, support for the deprecated subversion access method (svn.sourceforge.net) was removed. Please use the PROJECT.svn.sourceforge.net access method that is described in our docs.

This is affecting A LOT of *-svn packages from AUR. They are fetching their SVN sources from https://svn.sourceforge.net and THIS ISN'T WORKING ANYMORE, because they must now specify the project name BEFORE "svn" (https://[projectname].svn.sourceforge.net).

Can any TU fix all of those packages?

Thanks in advance.

Last edited by Alejandro Nova (2007-07-11 04:26:58)

Offline

#2 2007-07-11 09:41:52

hacosta
Member
From: Mexico
Registered: 2006-10-22
Posts: 423

Re: *-svn AUR mega bug.

you'll get more attention if you use bugs.archlinux.org

Offline

#3 2007-07-11 12:00:06

dolby
Member
From: 1992
Registered: 2006-08-08
Posts: 1,581

Re: *-svn AUR mega bug.

packages in unsupported have a maintainer for a reason. have u tried contacting them first?


There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums.  That is why we avoid it. -- ewaller (arch linux forum moderator)

Offline

#4 2007-07-11 14:18:41

Alejandro Nova
Member
Registered: 2006-09-03
Posts: 20

Re: *-svn AUR mega bug.

I know it, but there are simply too many maintainers, and I thought I'd get more attention here. Thanks tongue

Last edited by Alejandro Nova (2007-07-11 14:23:47)

Offline

#5 2007-07-11 18:06:50

mitsoko
Banned
From: In the Coal Chamber
Registered: 2007-05-08
Posts: 143

Re: *-svn AUR mega bug.

you could try alerting the maintainers/devs of such scripts as yaourt/pacbuild/etc.

alternatively

function sfs() {
    pattern="://svn.\(sourceforge\|sf\).net/"
    if [[ "${_svntrunk}x" != "x" &&    `echo $_svntrunk | grep "$pattern"` ]];
    then _svntrunk=`echo $_svntrunk | sed "s@$pattern@://${_svnmod}.sourceforge.net/@g"`
    fi
}
alias build="sfs;build;"

in /etc/makepkg.conf should be a sufficient workaround while the pkgbuild maintainers catch-up .

unfortnately i am nowhere near an AL system so i can't confirm that it works.. but simple test with

_svntrunk=https://sf.net/svn/project/trunk
_svnmod=project

function build() {
    echo $_svntrunk

}

#::how i tested it::
#file1: mkpkg   > above function + . pb \n build
#file2: pkgbuild >above code

shows promising results


sorry my bash programming isn't as good as I'd like tongue feel free to rip it apart if you like
hope it works;)

Last edited by raeven (2007-07-12 19:38:00)

Offline

#6 2007-07-16 16:55:51

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: *-svn AUR mega bug.

I have made an announcement about this which will be added to the frontpage news automagically, that should get the word out to most.

Thanks.

Offline

Board footer

Powered by FluxBB