Re: [WIP] Use repos_root_url and repos_relpath in the status code.

2010-05-19 Thread Greg Stein
On Wed, May 19, 2010 at 05:37, Bert Huijben wrote: >... >> +          abs_path = svn_uri_join(parent_url + strlen(wb->repos_root), >> +                                  svn_dirent_basename(local_abspath, > NULL), >> +                                  pool); > > And this has the same issues with en

RE: [WIP] Use repos_root_url and repos_relpath in the status code.

2010-05-19 Thread Bert Huijben
> -Original Message- > From: Daniel Näslund [mailto:dan...@longitudo.com] > Sent: zondag 16 mei 2010 23:24 > To: dev@subversion.apache.org > Subject: [WIP] Use repos_root_url and repos_relpath in the status code. > > Hi! > > There's a lot of pa

[WIP] Use repos_root_url and repos_relpath in the status code.

2010-05-16 Thread Daniel Näslund
Hi! There's a lot of parameteter tracking in this patch. Basically it's all about passing down the url arguments to assemble_status(). The goal is that we should be able to remove the entry and parent_entry fields in a follow-up and be able to use the parent_relpath when we want to detect switche