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 function can be used to open > > .svn/Adir/Afile i

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.

RE: How to safely upgrade svn on ubuntu 16?

2019-02-28 Thread Bo Berglund
>>>Is this a client or a server? >> It is a server. >> >>Ubuntu Server 16.04 LTS headless installation. >>Its purpose is as a backup for the main server through nightly svnsync. >> >If you are only running svnsync from this server there should be no issue >in letting it upgrade the Subversion pack

Re: SVN keyword replacement

2019-02-28 Thread Vincent Lefevre
On 2019-02-19 20:37:01 +, Scott Bloom wrote: > Thanks.. That is exactly what Im looking for! Even if this is implemented, there's an issue with all these keywords with path/URL information in them: the expanded path is the one of the revision that last changed the file, not the current one! Fo

Re: How to safely upgrade svn on ubuntu 16?

2019-02-28 Thread Mark Phippard
On Thu, Feb 28, 2019 at 8:54 AM Bo Berglund wrote: > >> On Feb 27, 2019, at 5:24 PM, Bo Berglund wrote: > >> > >>> I am running svn on Ubuntu 16.04.6 LTS. > >>> It reports the following: > >>> $ svn --version > >>> svn, version 1.9.3 (r1718519) > >>> compiled Aug 10 2017, 16:59:15 on x86_64-pc-

RE: How to safely upgrade svn on ubuntu 16?

2019-02-28 Thread Bo Berglund
>> On Feb 27, 2019, at 5:24 PM, Bo Berglund wrote: >> >>> I am running svn on Ubuntu 16.04.6 LTS. >>> It reports the following: >>> $ svn --version >>> svn, version 1.9.3 (r1718519) >>> compiled Aug 10 2017, 16:59:15 on x86_64-pc-linux-gnu >>> >>> The Ubuntu machine acts as a backup for a Windo

Re: Weird behavior of `svn --non-interactive`

2019-02-28 Thread Stefan Sperling
On Wed, Feb 27, 2019 at 01:27:15PM -0800, Alexey Neyman wrote: > On 2/26/19 11:22 PM, Stefan Sperling wrote: > > Since you have several password stores running, the best bet to get reliable > > behaviour is to pick the one you actually want to use and configure it in > > the ~/.subversion/config fi