Questions About Backup Repository

2018-05-07 Thread Hong . ZH . Zhang
Dear We use TortoiseSVN to manage the code,and backup repository with svnsync. We backup repository to remonte servicer with svnsync. When edit anyone in the remote repository,the remote repository will be breakdown and never to be used again. We have no idea to revert it only to created a new re

Re: svn client for Windows and non-latin symbols

2018-05-07 Thread Anders Munch
Fra: Mark Phippard [mailto:markp...@gmail.com]: > If you see a ? It means the font does not have a glyph for the character. Use > a Unicode font. That would only help if svn would output some kind of unicode. It doesn't. You can't even tell it to output utf-8, there's no such option. People talk

Group contain problem in authz

2018-05-07 Thread 黄磊
To whom it may concern, We meet a problem while upgrade the SVN server from 1.9 to 1.10. In the file 'authz', it seems not support for group to contain other group. I can give a simple example. In the 'authz' file: [groups] GuserA = userA GuserB = userB GroupA = @GuserA, @GuserB [/] @GroupA =

Re: svn client for Windows and non-latin symbols

2018-05-07 Thread Branko Čibej
On 07.05.2018 11:27, Anders Munch wrote: > Fra: Mark Phippard [mailto:markp...@gmail.com]: >> If you see a ? It means the font does not have a glyph for the character. >> Use a Unicode font. > That would only help if svn would output some kind of unicode. Nonsense. > It doesn't. Subversion wil

Re: svn client for Windows and non-latin symbols

2018-05-07 Thread Eugene M. Zheganin
Hello, On 07.05.2018 14:27, Anders Munch wrote: Fra: Mark Phippard [mailto:markp...@gmail.com]: If you see a ? It means the font does not have a glyph for the character. Use a Unicode font. That would only help if svn would output some kind of unicode. It doesn't. You can't even tell it to ou

Re: Questions About Backup Repository

2018-05-07 Thread Nico Kadel-Garcia
On Sun, May 6, 2018 at 9:38 PM, wrote: > Dear > > We use TortoiseSVN to manage the code,and backup repository with svnsync. > We backup repository to remonte servicer with svnsync. > When edit anyone in the remote repository,the remote repository will be > breakdown and never to be used again. >

Re: Group contain problem in authz

2018-05-07 Thread Philip Martin
黄磊 writes: > We meet a problem while upgrade the SVN server from 1.9 to 1.10. In > the file 'authz', it seems not support for group to contain other > group. > > I can give a simple example. > In the 'authz' file: > > [groups] > GuserA = userA > GuserB = userB > GroupA = @GuserA, @GuserB > > [/]