Re: svnpubsub dependcy problem building RPM's for Subverssion 1.8.0

2013-07-01 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Sun, Jun 30, 2013 at 19:53:59 -0400: > On Tue, Jun 25, 2013 at 9:40 AM, Daniel Shahaf wrote: > > On Mon, Jun 24, 2013 at 03:40:44PM -0400, Nico Kadel-Garcia wrote: > >> The normal way to handle changing deployment environments is with an > >> actual configuration or depl

Re: svnpubsub dependcy problem building RPM's for Subverssion 1.8.0

2013-06-30 Thread Nico Kadel-Garcia
On Tue, Jun 25, 2013 at 9:40 AM, Daniel Shahaf wrote: > On Mon, Jun 24, 2013 at 03:40:44PM -0400, Nico Kadel-Garcia wrote: >> The normal way to handle changing deployment environments is with an >> actual configuration or deployment tool, such as autoconf, that sets >> the path to the locally dete

Re: svnpubsub dependcy problem building RPM's for Subverssion 1.8.0

2013-06-25 Thread Daniel Shahaf
On Mon, Jun 24, 2013 at 03:40:44PM -0400, Nico Kadel-Garcia wrote: > The normal way to handle changing deployment environments is with an > actual configuration or deployment tool, such as autoconf, that sets > the path to the locally detected python and uses *that*. The detected Python (if any)

Re: svnpubsub dependcy problem building RPM's for Subverssion 1.8.0

2013-06-24 Thread Nico Kadel-Garcia
On Mon, Jun 24, 2013 at 12:00 PM, Daniel Shahaf wrote: > Branko Čibej wrote on Mon, Jun 24, 2013 at 16:32:56 +0200: >> On 24.06.2013 11:46, Daniel Shahaf wrote: >> > Branko Čibej wrote on Sat, Jun 22, 2013 at 18:02:32 +0200: >> >> On 22.06.2013 17:46, Nico Kadel-Garcia wrote: >> >>> # Canonicalize

Re: svnpubsub dependcy problem building RPM's for Subverssion 1.8.0

2013-06-24 Thread Daniel Shahaf
Branko Čibej wrote on Mon, Jun 24, 2013 at 16:32:56 +0200: > On 24.06.2013 11:46, Daniel Shahaf wrote: > > Branko Čibej wrote on Sat, Jun 22, 2013 at 18:02:32 +0200: > >> On 22.06.2013 17:46, Nico Kadel-Garcia wrote: > >>> # Canonicalize path to python, correctly > >>> for name in tools/server-side

Re: svnpubsub dependcy problem building RPM's for Subverssion 1.8.0

2013-06-24 Thread Branko Čibej
On 24.06.2013 11:46, Daniel Shahaf wrote: > Branko Čibej wrote on Sat, Jun 22, 2013 at 18:02:32 +0200: >> On 22.06.2013 17:46, Nico Kadel-Garcia wrote: >>> # Canonicalize path to python, correctly >>> for name in tools/server-side/svnpubsub/*.py; do >>> sed -i 's|#!/usr/local/bin/python|#!/usr/

Re: svnpubsub dependcy problem building RPM's for Subverssion 1.8.0

2013-06-24 Thread Daniel Shahaf
Branko Čibej wrote on Sat, Jun 22, 2013 at 18:02:32 +0200: > On 22.06.2013 17:46, Nico Kadel-Garcia wrote: > > # Canonicalize path to python, correctly > > for name in tools/server-side/svnpubsub/*.py; do > > sed -i 's|#!/usr/local/bin/python|#!/usr/bin/env python|g' $name > > done > > The abo

Re: svnpubsub dependcy problem building RPM's for Subverssion 1.8.0

2013-06-22 Thread Branko Čibej
On 22.06.2013 20:09, Nico Kadel-Garcia wrote: > On Sat, Jun 22, 2013 at 12:02 PM, Branko Čibej wrote: >> On 22.06.2013 17:46, Nico Kadel-Garcia wrote: >>> There's also an issue with inconsistent use of ;/usr/local/bin/pyton, >>> or "/usr/bin/env python", fo the svnpubsub *.py scripts: >> That inco

Re: svnpubsub dependcy problem building RPM's for Subverssion 1.8.0

2013-06-22 Thread Branko Čibej
On 22.06.2013 17:46, Nico Kadel-Garcia wrote: > There's also an issue with inconsistent use of ;/usr/local/bin/pyton, > or "/usr/bin/env python", fo the svnpubsub *.py scripts: That inconsistency is very intentional: some of the python files are hook scripts, and those use the absolute path of the