diff options
author | Dan McGee <dan@archlinux.org> | 2011-08-16 15:35:59 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-08-16 15:46:14 -0500 |
commit | a06ab5c1eb2053d33e15244ea579875aa72c0c1f (patch) | |
tree | fadab5eff234b3e40323948aad2493550466552c /templates/public/svn.html | |
parent | 8e1cae30596e48bfcc958dcd840c09b4cb8987ba (diff) |
Tabs -> spaces in templates
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/svn.html')
-rw-r--r-- | templates/public/svn.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/templates/public/svn.html b/templates/public/svn.html index dd175bcc..aedd9a73 100644 --- a/templates/public/svn.html +++ b/templates/public/svn.html @@ -7,25 +7,25 @@ The PKGBUILD files can be fetched via the ABS utility. To learn more about ABS, see <a href="https://wiki.archlinux.org/index.php/ABS">the ABS wiki page</a>. </p> - <p>The SVN repositories have been cloned into git repositories and can be - viewed via the cgit interface. - <a href="http://projects.archlinux.org/svntogit/packages.git/">All - packages</a> are available here except for - <a href="http://projects.archlinux.org/svntogit/community.git/">community - and multilib</a> which are available in a different repository.</p> + <p>The SVN repositories have been cloned into git repositories and can be + viewed via the cgit interface. + <a href="http://projects.archlinux.org/svntogit/packages.git/">All + packages</a> are available here except for + <a href="http://projects.archlinux.org/svntogit/community.git/">community + and multilib</a> which are available in a different repository.</p> <p> 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. <strong>DO NOT CHECK OUT THE ENTIRE SVN REPO</strong>. Your address may be blocked. Use the following commands to check out a specific package: - </p> + </p> <pre>svn checkout --depth=empty svn://svn.archlinux.org/packages cd packages svn update <your-package-name></pre> - For the community and multilib repositories, use the following commands - instead: + For the community and multilib repositories, use the following commands + instead: <pre>svn checkout --depth=empty svn://svn.archlinux.org/community cd community svn update <your-package-name></pre> |