Re: [PATCH] Add (guix svn-download).

2014-03-27 Thread Ludovic Courtès
I realize you’re not in the ‘guix’ group on Savannah. I can add you, but I need to know what your Savannah account is (or you need to create one if you don’t have one already.) Thanks. :-) Ludo’.

Re: [PATCH] Add (guix svn-download).

2014-03-27 Thread Sree Harsha Totakura
On 03/27/2014 10:30 AM, Ludovic Courtès wrote: I realize you’re not in the ‘guix’ group on Savannah. I can add you, but I need to know what your Savannah account is (or you need to create one if you don’t have one already.) Thanks. :-) Yes, I did not have an account on Savannah. I just

Re: [PATCH] Add (guix svn-download).

2014-03-27 Thread Ludovic Courtès
Sree Harsha Totakura sreehar...@totakura.in skribis: On 03/27/2014 10:30 AM, Ludovic Courtès wrote: I realize you’re not in the ‘guix’ group on Savannah. I can add you, but I need to know what your Savannah account is (or you need to create one if you don’t have one already.) Thanks. :-)

[PATCH] Add (guix svn-download).

2014-03-26 Thread Sree Harsha Totakura
* guix/svn-download.scm, guix/build/svn.scm: New files. * Makefile.am (MODULES): Add them. --- Makefile.am |2 ++ guix/build/svn.scm| 48 ++ guix/svn-download.scm | 89 + 3 files changed, 139

Re: [PATCH] Add (guix svn-download).

2014-03-26 Thread Ludovic Courtès
Sree Harsha Totakura sreehar...@totakura.in skribis: * guix/svn-download.scm, guix/build/svn.scm: New files. * Makefile.am (MODULES): Add them. Looks good to me! Some comments: +(define* (svn-fetch url revision directory +#:key (svn-command svn)) + Fetch REVISION from

[PATCH] Add (guix svn-download).

2014-03-26 Thread Sree Harsha Totakura
* guix/svn-download.scm, guix/build/svn.scm: New files. * Makefile.am (MODULES): Add them. --- Makefile.am |2 ++ guix/build/svn.scm| 49 +++ guix/svn-download.scm | 90 + 3 files changed, 141

Re: [PATCH] Add (guix svn-download).

2014-03-26 Thread Ludovic Courtès
Sree Harsha Totakura sreehar...@totakura.in skribis: * guix/svn-download.scm, guix/build/svn.scm: New files. * Makefile.am (MODULES): Add them. Pushed with “number” added in a couple of places. Thank you! Ludo’.