From a06ab5c1eb2053d33e15244ea579875aa72c0c1f Mon Sep 17 00:00:00 2001
From: Dan McGee
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.
+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: -
+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: + 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>-- cgit v1.2.3-24-g4f1b