Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Actually yes I want to auto edit. Maybe, through the script.
Specifically, I wanted to know how add the parameters for svn server. We have a case where the hostname of our svn is dynamic. Please let me know if adding the following parameters will work.
config.svn,config.svn.serverLocationUrl,http://hostname/svn,true
config.svn,config.svn.username,username,true
config.svn,config.svn.password,password,true
config.svn,config.svn.commitLogPattern,{0},true
I found these parameters by doing export parameters in the configuration page on the web console.