Re: Different behaviour of storing plaintext passwords under Unix - svn log differes from svn co/up

2014-11-21 Thread Branko Čibej
On 21.11.2014 16:05, Schulz, Gunther wrote: > > - strangely I was asked if I want to store the hostkey > certificate which worked seemlessly > The server certificate does not contain any passwords or private keys, and anyone can download it simply by creating an SSL connection to your server

Re: Setting up a mirror - should I use the same repository UUID, or different?

2014-11-21 Thread Ryan Schmidt
On Nov 21, 2014, at 7:30 PM, Eric Johnson wrote: > > I'm setting up a Subversion mirror, and trying to figure out whether I should > have the mirror repositories have the same UUID or a different UUID on the > mirror. > > Currently, I'm using the same UUID, so that should someone wish to do an

Setting up a mirror - should I use the same repository UUID, or different?

2014-11-21 Thread Eric Johnson
I'm setting up a Subversion mirror, and trying to figure out whether I should have the mirror repositories have the same UUID or a different UUID on the mirror. Currently, I'm using the same UUID, so that should someone wish to do an svn switch relocate between the two servers, they can do that.

Re: SVN exception when trying to commit

2014-11-21 Thread Ryan Schmidt
On Nov 21, 2014, at 6:29 AM, Vincent, Tom wrote: > I’m having the following error when I try to commit: > > --- > Subversion Exception! > --- We'll probably need more information from you. Obviously if commit were broken in all cases, everyone w

Re: Different behaviour of storing plaintext passwords under Unix - svn log differes from svn co/up

2014-11-21 Thread Bert Huijben
Does your server support anonymous read only connections? If it allows those, it is completely expected that it doesn't use a password for authorizing things like log… and therefore never updates/stores passwords in that case. Bert From: Schulz, Gunther Sent: ‎Friday‎, ‎November‎ ‎21‎, ‎

Different behaviour of storing plaintext passwords under Unix - svn log differes from svn co/up

2014-11-21 Thread Schulz, Gunther
Hello, I detected an unexpected behaviour of the subversion client (Debian 7.7, svn version 1.6.12 (r955767)): The configuration settings of store-plaintext-passwords (yes/ask/no) are only validated if I execute svn commands like checkout or update, but not for a simple 'svn log' command: -

SVN exception when trying to commit

2014-11-21 Thread Vincent, Tom
I'm having the following error when I try to commit: --- Subversion Exception! --- Subversion encountered a serious problem. Please take the time to report this on the Subversion mailing list with as much information as possible about what you were t

how to replicate svn-lock on mirrored repository

2014-11-21 Thread Senthilvelu
I have a mirrored repository which is generated from a source repository. it is getting update regularly. when a user checks out with lock on source repo, i want this to be update on the mirror repo, which is not happening using svnsync. is there anyway i can update the lock as well on the mir