Re: Invalid command 'SVNMasterURI' in configuring svn write-through

2014-01-23 Thread WilliamBai
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

Re: Encrypted passwd on Debian, SVN-Server

2014-01-23 Thread Anselm Arndt
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

Re: Encrypted passwd on Debian, SVN-Server

2014-01-23 Thread Ben Reser
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

Re: Pre step before SVN Merge

2014-01-23 Thread Thorsten Schöning
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

Re: Pre step before SVN Merge

2014-01-23 Thread Masood
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