Re: How to open specified inside .svn

2019-03-02 Thread Branko Čibej
e: >>>>> >>>>> 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) >>

Re: How to open specified inside .svn

2019-03-02 Thread 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 >>>>>>

Re: How to open specified inside .svn

2019-03-02 Thread wuzhouhui
- >>>>> 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 >>>>> >>>&g

Re: How to open specified inside .svn

2019-03-02 Thread Branko Čibej
019-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. The svn_wc API isn't really meant >>&g

Re: How to open specified inside .svn

2019-03-02 Thread Daniel Shahaf
wuzhouhui wrote on Sat, 02 Mar 2019 04:29 +00:00: > In case of someone have interests, you can find my customized Subversion > in https://github.com/wuzhouhui/subversion. I think you want svn_io_check_resolved_path() there, no svn_io_check_path(). > Please forgive me about using Git to version co

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@subv

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 .sv

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: > >> -Origin

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 >> >&

Re: Re: How to open specified inside .svn

2019-02-28 Thread wuzhouhui
> -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 funct

Re: How to open specified inside .svn

2019-02-28 Thread Ralph Seichter
* wuzhouhui: > Could someone remind me that which function can be used to open > .svn/Adir/Afile in client? I'm not sure I understand what you are trying to achieve? The .svn directories (and contents) should not be accessed directly. That's what the SVN client is for. -Ralph

How to open specified inside .svn

2019-02-28 Thread wuzhouhui
Hi, I want to add a specified file (e.g. Adir/Afile) in .svn, and I want to open it in client. I have read svn_wc.h to find appropriate function to do it, but I can't find one. Could someone remind me that which function can be used to open .svn/Adir/Afile in client? Thanks.