Re: Subversion environmental variables

2022-02-17 Thread Bo Berglund
On Thu, 3 Feb 2022 14:12:14 -0500, Nathan Hartman wrote: >There exists somewhere in our mail archives >a script for zsh (which I can try to find if you want it) to manually >cache a plaintext password, if you feel this is an acceptable >solution. (There might also be a python script; I don't reme

Re: Subversion environmental variables

2022-02-08 Thread Daniel Shahaf
Nathan Hartman wrote on Thu, 03 Feb 2022 19:12 +00:00: > On Thu, Feb 3, 2022 at 1:31 PM Jeffrey Walton wrote: >> I checked the man pages and could not find an answer... What >> environmental variables does a subversion client use? >> >> The problem I am trying to solve

Re: Subversion environmental variables

2022-02-03 Thread Nathan Hartman
On Thu, Feb 3, 2022 at 1:31 PM Jeffrey Walton wrote: > I checked the man pages and could not find an answer... What > environmental variables does a subversion client use? > > The problem I am trying to solve is, I am being prompted for a > password in a script about 15 times.

Subversion environmental variables

2022-02-03 Thread Jeffrey Walton
Hi Everyone, I checked the man pages and could not find an answer... What environmental variables does a subversion client use? The problem I am trying to solve is, I am being prompted for a password in a script about 15 times. I want to know which variable to use for a password to avoid the

Re: Hook script common environment variables

2018-06-20 Thread Tom Browder
On Wed, Jun 20, 2018 at 03:02 Stefan Sperling wrote: > > On Tue, Jun 19, 2018 at 06:39:09PM -0500, Tom Browder wrote: > > > The docs mention one can use a common hook environment for multiple repos > > but so far I can’t find an example of that or any more details. I have > > looked at the example

Re: Hook script common environment variables

2018-06-20 Thread Stefan Sperling
On Tue, Jun 19, 2018 at 06:39:09PM -0500, Tom Browder wrote: > The docs mention one can use a common hook environment for multiple repos > but so far I can’t find an example of that or any more details. I have > looked at the example hook.env file but I don’t see any reference to global > env vars.

Re: Hook script common environment variables

2018-06-19 Thread Bo Berglund
On Tue, 19 Jun 2018 18:39:09 -0500, Tom Browder wrote: >The docs mention one can use a common hook environment for multiple repos >but so far I can’t find an example of that or any more details. I have >looked at the example hook.env file but I don’t see any reference to global >env vars. http:/

Hook script common environment variables

2018-06-19 Thread Tom Browder
global file but surely there is a more elegant way to set global variables used by hook scripts. Thanks for any help. Best regards, -Tom

Re: variables in AuthzSVNAccessFile - a shortcut?

2015-03-02 Thread lejeczek
re no variables in the file. If you've got any needs that lead to wanting "variables" (other than the already supported groups), then perhaps you want to generate the file? That's an approach we take at my company. If you take the approach of generating the file, then I don&

Re: variables in AuthzSVNAccessFile - a shortcut?

2015-02-26 Thread Eric Johnson
So far as I know, there are no variables in the file. If you've got any needs that lead to wanting "variables" (other than the already supported groups), then perhaps you want to generate the file? That's an approach we take at my company. If you take the approach of generat

variables in AuthzSVNAccessFile - a shortcut?

2015-02-26 Thread lejeczek
hi everybody as a novice I understand I'm looking for shortcuts, probably being not the first one I'd have this question: does Subversion implement any variables in it's configuration? first case to exercise this scenario would be AuthzSVNAccessFile could one have [REPO_NAME:

Re: Environment variables in .subversion/config

2012-06-11 Thread Mattius McLaughlin
On 06/08/12 23:18, Daniel Shahaf wrote: Mattius McLaughlin wrote on Fri, Jun 08, 2012 at 14:35:58 -0700: bit of a bind when it comes to ssh identity files. I'd like to have a line like [tunnels] ssh = $SVN_SSH ssh -q -i $HOME/.ssh/ssh-identity It would seem I can only have lines like [tun

Re: Environment variables in .subversion/config

2012-06-08 Thread Daniel Shahaf
Mattius McLaughlin wrote on Fri, Jun 08, 2012 at 14:35:58 -0700: > Hi, > > I'd like to use a shared config file for multiple users, but I'm in a > bit of a bind when it comes to ssh identity files. I'd like to have a > line like > > [tunnels] > ssh = $SVN_SSH ssh -q -i $HOME/.ssh/ssh-identit

Re: Environment variables in .subversion/config

2012-06-08 Thread Daniel Shahaf
Mattius McLaughlin wrote on Fri, Jun 08, 2012 at 14:35:58 -0700: > bit of a bind when it comes to ssh identity files. I'd like to have a > line like > > [tunnels] > ssh = $SVN_SSH ssh -q -i $HOME/.ssh/ssh-identity > > It would seem I can only have lines like > > [tunnels] > ssh = $SVN_SSH ssh

Environment variables in .subversion/config

2012-06-08 Thread Mattius McLaughlin
Hi, I'd like to use a shared config file for multiple users, but I'm in a bit of a bind when it comes to ssh identity files. I'd like to have a line like [tunnels] ssh = $SVN_SSH ssh -q -i $HOME/.ssh/ssh-identity but svn cannot expand environment variables (or ~)

Re: Variables

2010-01-19 Thread David Brodbeck
s this a client side setting? > >> -Original Message- >> From: Hyrum K. Wright [mailto:hyrum_wri...@mail.utexas.edu] >> Sent: Tuesday, January 19, 2010 12:11 PM >> To: Andy Levy >> Cc: Young, Darren; users@subversion.apache.org >> Subject: Re: Variables >&

Re: Variables

2010-01-19 Thread Andy Levy
Young, Darren; users@subversion.apache.org >> Subject: Re: Variables >> >> >> On Jan 19, 2010, at 12:06 PM, Andy Levy wrote: >> >> > On Tue, Jan 19, 2010 at 13:00, Young, Darren >> > wrote: >> >> Does SVN offer a $Log$ keyword like CVS? >

RE: Variables

2010-01-19 Thread Young, Darren
or is this a client side setting? > -Original Message- > From: Hyrum K. Wright [mailto:hyrum_wri...@mail.utexas.edu] > Sent: Tuesday, January 19, 2010 12:11 PM > To: Andy Levy > Cc: Young, Darren; users@subversion.apache.org > Subject: Re: Variables > > > On

Re: Variables

2010-01-19 Thread Hyrum K. Wright
On Jan 19, 2010, at 12:06 PM, Andy Levy wrote: > On Tue, Jan 19, 2010 at 13:00, Young, Darren > wrote: >> Does SVN offer a $Log$ keyword like CVS? > > http://subversion.tigris.org/faq.html#log-in-source Or http://subversion.apache.org/faq.html#log-in-source :) -Hyrum

Re: Variables

2010-01-19 Thread Andy Levy
On Tue, Jan 19, 2010 at 13:00, Young, Darren wrote: > Does SVN offer a $Log$ keyword like CVS? http://subversion.tigris.org/faq.html#log-in-source

Variables

2010-01-19 Thread Young, Darren
Does SVN offer a $Log$ keyword like CVS? Darren Young Systems & Security Architect Computing Services University of Chicago Booth School of Business 5807 South Woodlawn Avenue Chicago, IL 60637 Voice 773.702.0331 | Fax 773.702.0233