Re: Feature proposal: SVN_USERNAME and SVN_PASSWORD environment variables

2013-04-27 Thread Daniel Shahaf
Shahaf wrote: > > > > > Greg Stein wrote on Tue, Apr 16, 2013 at 19:01:23 -0400: > > > > Pulled from an accidental moderation rejection: > > > > > > > > -- Forwarded message ------ > > > > > From: Charles Duffy > >

Re: Feature proposal: SVN_USERNAME and SVN_PASSWORD environment variables

2013-04-27 Thread Daniel Shahaf
> > Greg Stein wrote on Tue, Apr 16, 2013 at 19:01:23 -0400: > > > Pulled from an accidental moderation rejection: > > > > > > -- Forwarded message -- > > > > From: Charles Duffy > > > > To: dev@subversion.apache.org >

Re: Feature proposal: SVN_USERNAME and SVN_PASSWORD environment variables

2013-04-27 Thread Charles Duffy
- > > > From: Charles Duffy > > > To: dev@subversion.apache.org > > > Cc: > > > Date: Tue, 16 Apr 2013 10:09:22 -0500 > > > Subject: Feature proposal: SVN_USERNAME and SVN_PASSWORD environment > variables > > > Howdy -- > > > > &g

Re: Feature proposal: SVN_USERNAME and SVN_PASSWORD environment variables

2013-04-18 Thread 'Daniel Shahaf'
Bert Huijben wrote on Thu, Apr 18, 2013 at 13:48:30 +0200: > > -Original Message- > > From: Daniel Shahaf [mailto:danie...@elego.de] > > > > Branko Čibej wrote on Wed, Apr 17, 2013 at 22:24:43 +0200: > > > I have a suspicion that the idea could grow into a full-blown > > > credentials mana

Re: Feature proposal: SVN_USERNAME and SVN_PASSWORD environment variables

2013-04-18 Thread C. Michael Pilato
On 04/18/2013 07:48 AM, Bert Huijben wrote: >> I'd be happy with a tool that takes a dirname and URL on argv and >> a username\0password\0 on stdin and creates >> ${dirname}/auth/svn.ssl.simple/$(md5 $(realm-of URL)) with the right >> contents. >> >> But yeah, what you wrote works, too. > > I like

RE: Feature proposal: SVN_USERNAME and SVN_PASSWORD environment variables

2013-04-18 Thread Bert Huijben
> -Original Message- > From: Daniel Shahaf [mailto:danie...@elego.de] > Sent: donderdag 18 april 2013 13:26 > To: Branko Čibej > Cc: dev@subversion.apache.org > Subject: Re: Feature proposal: SVN_USERNAME and SVN_PASSWORD > environment variables > > Branko

Re: Feature proposal: SVN_USERNAME and SVN_PASSWORD environment variables

2013-04-18 Thread Daniel Shahaf
Branko Čibej wrote on Wed, Apr 17, 2013 at 22:24:43 +0200: > On 17.04.2013 21:01, Daniel Shahaf wrote: > > Branko Čibej wrote on Wed, Apr 17, 2013 at 07:14:53 +0200: > >> The --config-dir option is IMO problematic for this since you'd have to > >> use the SVN command-line to initialize the credenti

Re: Feature proposal: SVN_USERNAME and SVN_PASSWORD environment variables

2013-04-17 Thread Branko Čibej
On 17.04.2013 21:01, Daniel Shahaf wrote: > Branko Čibej wrote on Wed, Apr 17, 2013 at 07:14:53 +0200: >> The --config-dir option is IMO problematic for this since you'd have to >> use the SVN command-line to initialize the credentials store -- the >> format is such that I'd not recommend editing t

Re: Feature proposal: SVN_USERNAME and SVN_PASSWORD environment variables

2013-04-17 Thread Daniel Shahaf
Branko Čibej wrote on Wed, Apr 17, 2013 at 07:14:53 +0200: > The --config-dir option is IMO problematic for this since you'd have to > use the SVN command-line to initialize the credentials store -- the > format is such that I'd not recommend editing the auth store manually. > Manually? Of cours

Re: Feature proposal: SVN_USERNAME and SVN_PASSWORD environment variables

2013-04-16 Thread Branko Čibej
gt;>> Cc: >>> Date: Tue, 16 Apr 2013 10:09:22 -0500 >>> Subject: Feature proposal: SVN_USERNAME and SVN_PASSWORD environment >>> variables >>> Howdy -- >>> >>> At present, the easiest way to pass credentials into Subversion is on the

Re: Feature proposal: SVN_USERNAME and SVN_PASSWORD environment variables

2013-04-16 Thread Daniel Shahaf
500 > > Subject: Feature proposal: SVN_USERNAME and SVN_PASSWORD environment > > variables > > Howdy -- > > > > At present, the easiest way to pass credentials into Subversion is on the > > command line, which is supported across all bundled tools. > > > >

Feature proposal: SVN_USERNAME and SVN_PASSWORD environment variables

2013-04-16 Thread Greg Stein
Pulled from an accidental moderation rejection: -- Forwarded message -- > From: Charles Duffy > To: dev@subversion.apache.org > Cc: > Date: Tue, 16 Apr 2013 10:09:22 -0500 > Subject: Feature proposal: SVN_USERNAME and SVN_PASSWORD environment variables > Howdy