Re: scan-log-moves hash structure

2011-11-25 Thread Philip Martin
"Bert Huijben" writes: > I think this is exactly the same thing as when using strings: You pass the > address of the characters and the length of the string (without the final \0 > if I remember correctly). Ah! Yes. -- uberSVN: Apache Subversion Made Easy http://www.uberSVN.com

RE: scan-log-moves hash structure

2011-11-25 Thread Bert Huijben
> -Original Message- > From: MARTIN PHILIP [mailto:codematt...@ntlworld.com] On Behalf Of > Philip Martin > Sent: vrijdag 25 november 2011 14:18 > To: dev@subversion.apache.org > Cc: s...@elego.de > Subject: scan-log-moves hash structure > > s

scan-log-moves hash structure

2011-11-25 Thread Philip Martin
scan_moves_log_receiver does: moves = apr_hash_get(b->moves, &new_move->revision, sizeof(svn_revnum_t)); if (moves == NULL) { moves = apr_array_make(result_pool, 1, sizeof(svn_wc_repo