Re: Secure svnserve?

2016-11-26 Thread Branko Čibej
On 26.11.2016 23:26, Olaf van der Spek wrote: > On Sat, Nov 26, 2016 at 10:32 PM, Branko Čibej wrote: >>> Doesn't svn+ssh require all accounts to have direct and full file >>> access to the entire repo? >> The account under which svnserver runs does need such access, but you do >> /not/ have to cr

Re: Secure svnserve?

2016-11-26 Thread Olaf van der Spek
On Sat, Nov 26, 2016 at 10:32 PM, Branko Čibej wrote: >> Doesn't svn+ssh require all accounts to have direct and full file >> access to the entire repo? > > The account under which svnserver runs does need such access, but you do > /not/ have to create one account per user; with a bit of SSH magic

Re: Secure svnserve?

2016-11-26 Thread Branko Čibej
On 26.11.2016 17:15, Olaf van der Spek wrote: > On Sat, Nov 26, 2016 at 3:22 PM, Nico Kadel-Garcia wrote: >> On Fri, Nov 25, 2016 at 5:11 AM, Olaf van der Spek wrote: >>> Hi, >>> >>> Currently I'm running svnserve on a Debian VM on my PC. I'd like to >>> move it to a server on the internet but I

Re: Secure svnserve?

2016-11-26 Thread Olaf van der Spek
On Sat, Nov 26, 2016 at 3:22 PM, Nico Kadel-Garcia wrote: > On Fri, Nov 25, 2016 at 5:11 AM, Olaf van der Spek wrote: >> Hi, >> >> Currently I'm running svnserve on a Debian VM on my PC. I'd like to >> move it to a server on the internet but I don't get how to do this >> securely. >> Svnserve doe

Re: SVN merge between branches is actually overwrite?

2016-11-26 Thread James
Thank you, Brane. You are right. From: Branko Čibej To: users@subversion.apache.org Sent: Saturday, November 26, 2016 9:31 AM Subject: Re: SVN merge between branches is actually overwrite? On 26.11.2016 14:49, James wrote: > I just found if I merge branch B to branch A, the two bra

Re: SVN merge between branches is actually overwrite?

2016-11-26 Thread Stefan Sperling
On Sat, Nov 26, 2016 at 01:49:00PM +, James wrote: > I just found if I merge branch B to branch A, the two branches will become > the same. changes in branch A will gone. Is this by design? or I did > something wrong? I am using the latest Tortoise. > > > I did more than once with the instr

Re: SVN merge between branches is actually overwrite?

2016-11-26 Thread Branko Čibej
On 26.11.2016 14:49, James wrote: > I just found if I merge branch B to branch A, the two branches will become > the same. changes in branch A will gone. Is this by design? or I did > something wrong? I am using the latest Tortoise. > > > I did more than once with the instruction found online: >

Re: Secure svnserve?

2016-11-26 Thread Nico Kadel-Garcia
On Fri, Nov 25, 2016 at 5:11 AM, Olaf van der Spek wrote: > Hi, > > Currently I'm running svnserve on a Debian VM on my PC. I'd like to > move it to a server on the internet but I don't get how to do this > securely. > Svnserve doesn't support encryption, right, so I can't expose it on a > public

SVN merge between branches is actually overwrite?

2016-11-26 Thread James
I just found if I merge branch B to branch A, the two branches will become the same. changes in branch A will gone. Is this by design? or I did something wrong? I am using the latest Tortoise. I did more than once with the instruction found online: In the From URL option, you should mention th

Re: Advice for better SVN

2016-11-26 Thread Stefan Fuhrmann
On 2016-11-24 12:19 (+0100), "%u874C%u86AA" <2...@qq.com> wrote: > I'm a programmer who very love SVN. When I commit works through Internet, send files one by one always very slow. Why don't archive all files as a single Zip file, and send the only file to SVN server? (as like Git) Hope to help