[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

OT: $SVN envvars Re: svn 1.8 debugging-compilation-serf-configure problem because of 1.6 Ubuntu install

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sat, 2 Mar 2013 00:53:37 +0200

Daniel Shahaf wrote on Sat, Mar 02, 2013 at 00:33:28 +0200:
> Ben Reser wrote on Fri, Mar 01, 2013 at 10:04:45 -0800:
> > On Fri, Mar 1, 2013 at 2:35 AM, Gabriela Gibson
> > <gabriela.gibson_at_gmail.com> wrote:
> > > g_at_musashi:~/svn/log$ SVN=~/trunk/subversion/svn/svn
> > > g_at_musashi:~/svn/log$ $SVN co

BTW, I do 'alias -g \$svn=\$SVN' so that the envvar is called "SVN"
(scripts look for that) but interactively I can type '$svn' in
lowercase.

_create_aliases() {
  for i in \
    svn svnadmin svndumpfilter svnlook svnrdump svnserve svnsync svnversion \
    svnmucc \
    ;
  do
    alias -g \$$i=\$$i:u
  done
  alias -g \$svnauthz-validate=\$SVNAUTHZ_VALIDATE
}

Daniel
Received on 2013-03-01 23:54:17 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.