Re: How to open specified inside .svn

2019-03-01 Thread wuzhouhui
> On Mar 2, 2019, at 8:21 AM, Daniel Shahaf wrote: > > wuzhouhui wrote on Fri, Mar 01, 2019 at 17:46:55 +0800: >>> -Original Messages- >>> From: "Branko Čibej" >>> Sent Time: 2019-03-01 17:16:40 (Friday) >>> To: users@subversion.apache.org >>> Cc: >>> Subject: Re: How to open specifie

Re: Replacing directory by circular symlink produces malformed XML

2019-03-01 Thread Daniel Shahaf
Branko Čibej wrote on Fri, Mar 01, 2019 at 12:08:41 +0100: > On 01.03.2019 11:53, Stefan Sperling wrote: > > On Thu, Feb 28, 2019 at 10:44:25PM +0100, Denis Excoffier wrote: > >> Hello, > >> > >> The situation of the replacement of a directory by a circular symlink > >> generates an XML fragment wh

Re: Re: How to open specified inside .svn

2019-03-01 Thread Daniel Shahaf
wuzhouhui wrote on Fri, Mar 01, 2019 at 17:46:55 +0800: > > -Original Messages- > > From: "Branko Čibej" > > Sent Time: 2019-03-01 17:16:40 (Friday) > > To: users@subversion.apache.org > > Cc: > > Subject: Re: How to open specified inside .svn > > > > There are no such generic functions.

Re: Replacing directory by circular symlink produces malformed XML

2019-03-01 Thread Branko Čibej
On 01.03.2019 11:53, Stefan Sperling wrote: > On Thu, Feb 28, 2019 at 10:44:25PM +0100, Denis Excoffier wrote: >> Hello, >> >> The situation of the replacement of a directory by a circular symlink >> generates an XML fragment which is invalid, hence triggers a failure >> within the calling system.

Re: Replacing directory by circular symlink produces malformed XML

2019-03-01 Thread Stefan Sperling
On Thu, Feb 28, 2019 at 10:44:25PM +0100, Denis Excoffier wrote: > Hello, > > The situation of the replacement of a directory by a circular symlink > generates an XML fragment which is invalid, hence triggers a failure > within the calling system. See hereafter the recipe. > > Starting from a cle

Re: Replacing directory by circular symlink produces malformed XML

2019-03-01 Thread Branko Čibej
On 28.02.2019 22:44, Denis Excoffier wrote: > Hello, > > The situation of the replacement of a directory by a circular symlink > generates an XML fragment which is invalid, hence triggers a failure > within the calling system. See hereafter the recipe. > > Starting from a clean folder, do the follo

Replacing directory by circular symlink produces malformed XML

2019-03-01 Thread Denis Excoffier
Hello, The situation of the replacement of a directory by a circular symlink generates an XML fragment which is invalid, hence triggers a failure within the calling system. See hereafter the recipe. Starting from a clean folder, do the following: % svn mkdir 1 A 1 % rmdir 1 % ln -s 1 1 %

Re: Re: How to open specified inside .svn

2019-03-01 Thread wuzhouhui
> -Original Messages- > From: "Branko Čibej" > Sent Time: 2019-03-01 17:16:40 (Friday) > To: users@subversion.apache.org > Cc: > Subject: Re: How to open specified inside .svn > > On 01.03.2019 04:58, wuzhouhui wrote: > >> -Original Messages- > >> From: "Ralph Seichter" > >> Sen

Re: How to open specified inside .svn

2019-03-01 Thread Branko Čibej
On 01.03.2019 04:58, wuzhouhui wrote: >> -Original Messages- >> From: "Ralph Seichter" >> Sent Time: 2019-03-01 11:46:52 (Friday) >> To: users@subversion.apache.org >> Cc: >> Subject: Re: How to open specified inside .svn >> >> * wuzhouhui: >> >>> Could someone remind me that which functi