From 5897fba6d3242cc7188d05f8f3be7362a8383761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Sat, 21 May 2011 02:28:51 -0300 Subject: More rebranding! --- templates/public/svn.html | 33 +++------------------------------ 1 file changed, 3 insertions(+), 30 deletions(-) (limited to 'templates/public/svn.html') diff --git a/templates/public/svn.html b/templates/public/svn.html index 10a58ba6..80367eaf 100644 --- a/templates/public/svn.html +++ b/templates/public/svn.html @@ -3,38 +3,11 @@ {% block content %}

SVN Repositories

-

- The PKGBUILD files can be fetched via the ABS utility. To learn more - about ABS, see the ABS wiki page. -

-

The SVN repositories have been cloned into git repositories and can be - viewed via the cgit interface. - All - packages are available here except for - community - and multilib which are available in a different repository.

-

- You can also get individual PKGBUILDs directly from SVN. This can be - especially useful if you need to compile an older version of a package. - DO NOT CHECK OUT THE ENTIRE SVN REPO. Your address may be - blocked. Use the following commands to check out a specific package: +

Parabola doesn't use any SVN repositories. But you can find our Projects on git!

-
svn checkout --depth=empty svn://svn.archlinux.org/packages
-cd packages
-svn update <your-package-name>
- - For the community and multilib repositories, use the following commands - instead: -
svn checkout --depth=empty svn://svn.archlinux.org/community
-cd community
-svn update <your-package-name>
- -

- Visit the wiki - for more tips on checking out and updating svn PKGBUILDs. -

-


{% endblock %} -- cgit v1.2.3-2-g168b