Thank you very much. You are right, I am using the old httpd in fact, though
I've compiled a new one. I've changed that and now svnsync could work
correctly.
--
View this message in context:
http://subversion.1072662.n5.nabble.com/Invalid-command-SVNMasterURI-in-configuring-svn-write-through-tp
Oh sorry,
it is a svnserve server setup.
I am not a svn expert.
I am able to manage the users (with their rights) and to create new
repositories.
But now I was asked to store the passwords not in clear text in the passwd.
On 01/23/2014 10:33 PM, Ben Reser wrote:
On 1/21/14, 8:37 AM, Anselm Arn
On 1/21/14, 8:37 AM, Anselm Arndt wrote:
> I am trying to store the passwords encrypted in the "passwd".
> The gnome-keyring package could be used for everyone who is using a
> svn-client,
> but I want to store the passwords on the server encrypted.
> Could you give me a hint or a link were I can
Guten Tag Masood,
am Donnerstag, 23. Januar 2014 um 12:18 schrieben Sie:
> I want to perform Code Quality Analysis on release[...]
Write a server side pre commit hook and do such analysis on the
server, rejecting a commit on errors. The key point is that you want
to analyze the result of the merg
Hi Thorsten,
Thanks for your reply.
Actually I have a trunk and some release(as branch).
When a person starts a merge operation(i.e to merge release code with trunk)
then as pre-merge step
I want to perform Code Quality Analysis on release(SonarQube Analysis. Its a
Code Quality Tool) and
if the