Age | Commit message (Collapse) | Author |
|
* guix/build/svn.scm (svn-fetch): Use "svn export" instead of "svn checkout"
because it does not include the .svn directory and allows us to fetch single
files.
|
|
* guix/build/svn.scm (svn-fetch): Remove all .svn folders as they contain
timestamps.
|
|
* guix/build/svn.scm (svn-fetch): Use invoke and remove vestigial plumbing.
|
|
* guix/svn-download.scm (<svn-reference>): Add fields for optional
credentials.
(svn-fetch): Pass credentials to build-side "svn-fetch".
* guix/build/svn.scm (svn-fetch): Pass optional credentials to svn
command.
|
|
* guix/svn-download.scm, guix/build/svn.scm: New files.
* Makefile.am (MODULES): Add them.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|