Re: [PATCH] Fix a historical detail in the commit editor

2010-08-03 Thread Ramkumar Ramachandra
Hi Bert, Bert Huijben writes: > But I think you forget that before creating a commit editor that user had to > setup an ra session. And every ra session allows retrieving the repository > root (in most cases it is even cached before the first ra operation). So you > can just store this in the init

RE: [PATCH] Fix a historical detail in the commit editor

2010-08-01 Thread Bert Huijben
> -Original Message- > From: Ramkumar Ramachandra [mailto:artag...@gmail.com] > Sent: zondag 1 augustus 2010 18:31 > To: Subversion-dev Mailing List > Subject: [PATCH] Fix a historical detail in the commit editor > > Hi, > > The patch should be pretty much self-explanatory. It makes no

Re: [PATCH] Fix a historical detail in the commit editor

2010-08-01 Thread Ramkumar Ramachandra
Hi, Ramkumar Ramachandra writes: > The patch should be pretty much self-explanatory. It makes no sense > for the caller of the commit editor to find out the repository's URL. > This information is actually accessible but hidden inside the > `edit_baton` structure; but this structure is not public