doc: Document using svn source url

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2012-07-23 16:51:53 +10:00
parent c887ccf905
commit 062204daa1

View file

@ -405,7 +405,8 @@ Using VCS Sources[[VCS]]
------------------------ ------------------------
Building a developmental version of a package using sources from a version control Building a developmental version of a package using sources from a version control
system (VCS) is enabled by specifying the source in the form system (VCS) is enabled by specifying the source in the form
`source=('folder::url#fragment')`. Currently makepkg supports the `git` protocol. `source=('folder::url#fragment')`. Currently makepkg supports the `git` and `svn`
protocols.
The source URL is divided into three components: The source URL is divided into three components:
@ -429,6 +430,9 @@ The source URL is divided into three components:
*git*;; *git*;;
branch, commit, tag branch, commit, tag
*svn*;;
revision
Example Example
------- -------
The following is an example PKGBUILD for the 'patch' package. For more The following is an example PKGBUILD for the 'patch' package. For more