You are not logged in.

#1 2008-08-07 21:41:28

olive
Member
From: Belgium
Registered: 2008-06-22
Posts: 1,490

Having a read only vn access of the repositories

The following page:

http://svn.archlinux.org/svn/

let think that the abs is maintained with svn. But is it possible to have a public read only access to the repositories? If yes at which address? What I want is to have svn access which would give access to all of the revision, not just the last one (as we have with the abs script).

Last edited by olive (2008-08-07 21:41:46)

Offline

#2 2008-08-07 23:31:39

foutrelis
Developer
From: Athens, Greece
Registered: 2008-07-28
Posts: 705
Website

Re: Having a read only vn access of the repositories

Hello,

The svn repository seems to be available at: svn://svn.archlinux.org/home/svn-packages/

Heads up: I imagine that the repo is quite big, so it's not a good idea to do a root checkout. Instead, fetch only the packages you're interested in:

svn co svn://svn.archlinux.org/home/svn-packages/<package_name>

To see which packages exist, you can either use the web interface or the following command:

svn list svn://svn.archlinux.org/home/svn-packages/ | tr -d /

Offline

#3 2008-08-08 05:56:24

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: Having a read only vn access of the repositories


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#4 2008-08-08 08:53:18

olive
Member
From: Belgium
Registered: 2008-06-22
Posts: 1,490

Re: Having a read only vn access of the repositories

Thanks for your help!

Offline

Board footer

Powered by FluxBB