Eric Bavier skribis:
> Ludovic Courtès writes:
>
>> Eric Bavier skribis:
>>
>>> The culprit, I think, is a small difference in behavior of bash. If PATH
>>> is unset (such as within svn's hook environment), then `bash -c 'echo
>>> $PATH'` on an FHS system prints something like
>>> "/usr/local/s
Ludovic Courtès writes:
> Eric Bavier skribis:
>
>> The culprit, I think, is a small difference in behavior of bash. If PATH
>> is unset (such as within svn's hook environment), then `bash -c 'echo
>> $PATH'` on an FHS system prints something like
>> "/usr/local/sbin:/usr/local/bin:/usr/sbin:/u
Eric Bavier skribis:
> The culprit, I think, is a small difference in behavior of bash. If PATH
> is unset (such as within svn's hook environment), then `bash -c 'echo
> $PATH'` on an FHS system prints something like
> "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", but Guix's
>
On Sat, Nov 22, 2014 at 5:02 AM, Ludovic Courtès wrote:
> Eric Bavier skribis:
>
> > On Fri, Nov 21, 2014 at 4:24 PM, Eric Bavier
> wrote:
> >
> >>
> >> Ludovic Courtès writes:
> >>
> >> > Eric Bavier skribis:
> >> >
> >> >> * gnu/packages/patches/subversion-propagate-env-to-hooks.patch: New
>
Eric Bavier skribis:
> On Fri, Nov 21, 2014 at 4:24 PM, Eric Bavier wrote:
>
>>
>> Ludovic Courtès writes:
>>
>> > Eric Bavier skribis:
>> >
>> >> * gnu/packages/patches/subversion-propagate-env-to-hooks.patch: New
>> patch.
>> >> * gnu-system.am (dist_patch_DATA): Add it.
>> >> * gnu/packages/
On Fri, Nov 21, 2014 at 4:24 PM, Eric Bavier wrote:
>
> Ludovic Courtès writes:
>
> > Eric Bavier skribis:
> >
> >> * gnu/packages/patches/subversion-propagate-env-to-hooks.patch: New
> patch.
> >> * gnu-system.am (dist_patch_DATA): Add it.
> >> * gnu/packages/version-control.scm (subversion): U
Ludovic Courtès writes:
> Eric Bavier skribis:
>
>> * gnu/packages/patches/subversion-propagate-env-to-hooks.patch: New patch.
>> * gnu-system.am (dist_patch_DATA): Add it.
>> * gnu/packages/version-control.scm (subversion): Use it.
>
> [...]
>
>> +++ b/gnu/packages/patches/subversion-propagate-
Eric Bavier skribis:
> * gnu/packages/patches/subversion-propagate-env-to-hooks.patch: New patch.
> * gnu-system.am (dist_patch_DATA): Add it.
> * gnu/packages/version-control.scm (subversion): Use it.
[...]
> +++ b/gnu/packages/patches/subversion-propagate-env-to-hooks.patch
> @@ -0,0 +1,14 @@
* gnu/packages/patches/subversion-propagate-env-to-hooks.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/version-control.scm (subversion): Use it.
---
gnu-system.am |1 +
.../subversion-propagate-env-to-hooks.patch| 14