Re: svn_client_get_wc_root() issues (Python)

2018-06-24 Thread Jean-François Doyon
Ah yes, one should use canonical internal style paths, of course ... thank you! On Sun, Jun 24, 2018 at 2:44 AM Stefan Sperling wrote: > On Sun, Jun 24, 2018 at 08:40:07AM +0200, Stefan Sperling wrote: > > On Sat, Jun 23, 2018 at 10:08:31PM -0400, Jean-François Doyon wrote: > > > Hi all, > > > >

Re: svn_client_get_wc_root() issues (Python)

2018-06-23 Thread Stefan Sperling
On Sun, Jun 24, 2018 at 08:40:07AM +0200, Stefan Sperling wrote: > On Sat, Jun 23, 2018 at 10:08:31PM -0400, Jean-François Doyon wrote: > > Hi all, > > > > Apparently this function should return the local abs path to the root of > > the WC, given a path to a file/dir within said WC. > > > > It ho

Re: svn_client_get_wc_root() issues (Python)

2018-06-23 Thread Stefan Sperling
On Sat, Jun 23, 2018 at 10:08:31PM -0400, Jean-François Doyon wrote: > Hi all, > > Apparently this function should return the local abs path to the root of > the WC, given a path to a file/dir within said WC. > > It however seems to only work on the root itself, anything below raises an > error.