Re: what do I hash to get .subversion/auth/svn.simple file name?

2014-01-06 Thread Ben Reser
On 1/6/14, 11:40 AM, Tristan Slominski wrote: > Given ~/.subversion/auth/svn.simple/5671adf2865e267db74f09ba6f872c28 with the > contents of: > > K 8 > username > V 3 > joe > K 8 > password > V 4 > blah > K 15 > svn:realmstring > V 45 > Joe's repository > END > > What

Re: what do I hash to get .subversion/auth/svn.simple file name?

2014-01-06 Thread Tristan Slominski
Thank you Bert for the explanation and the cautions. I will definitely heed them and after spending hours on this I'll probably remember the context for this decision for quite a while :) On Mon, Jan 6, 2014 at 2:06 PM, Bert Huijben wrote: > First: Note this is an implementation detail. We don’

Re: what do I hash to get .subversion/auth/svn.simple file name?

2014-01-06 Thread Tristan Slominski
My poor use of command line was at fault when diagnosing this issue. I did not use -n option when invoking echo. Thank you very much! On Mon, Jan 6, 2014 at 2:03 PM, Stefan Sperling wrote: > On Mon, Jan 06, 2014 at 01:40:58PM -0600, Tristan Slominski wrote: > > Hi, > > > > I thought this was g

RE: what do I hash to get .subversion/auth/svn.simple file name?

2014-01-06 Thread Bert Huijben
First: Note this is an implementation detail. We don't promise that this format stays compatible over versions, and with a default client you would see that the password on Windows is crypted in this file. In the current implementation the hash string is constructed in subversion/libsvn_subr/co

Re: what do I hash to get .subversion/auth/svn.simple file name?

2014-01-06 Thread Stefan Sperling
On Mon, Jan 06, 2014 at 01:40:58PM -0600, Tristan Slominski wrote: > Hi, > > I thought this was going to be easy to find out, but after hours > researching this and trying different things, I still don't know how to > answer the question. > > I posted it on stack overflow here: > http://stackover

what do I hash to get .subversion/auth/svn.simple file name?

2014-01-06 Thread Tristan Slominski
Hi, I thought this was going to be easy to find out, but after hours researching this and trying different things, I still don't know how to answer the question. I posted it on stack overflow here: http://stackoverflow.com/questions/20952004/subversion-auth-svn-simple-hash-algorithm It boils dow

RE: Keyword expansion from merged changes

2014-01-06 Thread Andrew Reedick
> -Original Message- > From: James Hanley [mailto:jhan...@dgtlrift.com] > Sent: Saturday, January 04, 2014 2:47 AM > To: Ben Reser > Cc: users@subversion.apache.org > Subject: Re: Keyword expansion from merged changes > > > > So in my opinion I don't think this is a good suggested featu

Regarding Tracker Issue 4215

2014-01-06 Thread Anne Christensen
Hi Developers, We have run into the same issue as is reported in tracker issue 4215. We are using svn:externals with sub-projects in same repository and are using same branch names for each sub-project. We would like to be able to merge all the external projects when merging the main project fr