You are not logged in.

#1 2016-02-24 05:53:44

gucong
Member
Registered: 2010-08-01
Posts: 3

svn anonymous login is ignored

I put the following into "source" in PKGBUILD:

manta-svn::svn+http://anonymous:@gforge.sci.utah.edu/svn/Manta/trunk

But when I run makepkg, it still asks for login credentials to the svn repo. 
Is svn source with authentication supported?  Or am I writing it in the wrong way?

(You can find my full PKGBUILD in the "manta-svn" package in AUR.)

Offline

#2 2016-02-24 14:53:49

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,920

Re: svn anonymous login is ignored

I doubt very much makepkg supports svn authentication through sources= , fortunately svn can take care ofthat.

run the checkout command manually
run svn auth .

you will see something like this

Credential kind: svn.simple
Authentication realm: <https://gforge.sci.utah.edu:443> Document repository
Password cache: simple
Password: [not shown]
Username: anonymous

use this in the PKGBUILD :

manta-svn::svn+http://gforge.sci.utah.edu/svn/Manta/trunk

Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

Board footer

Powered by FluxBB