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: 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, > > > &g

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

2014-01-06 Thread Tristan Slominski
NO_ERROR; > > } > > ]] > > > > So we calculate the md5 hash over the realm string in UTF-8 form (your > first guess) > > > > But as noted: you should not rely on this. This format may change at any > time. > > Functions like svn_config_walk_auth_data() p