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
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
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.
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
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,
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:
-
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
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