I want to check out from a mirror, but commit to the master without svn sw , is it possible?
With svn sw --relocate
I can do this, but I want to automatically change from slave to master during commits. How svn checkout will work ( Process) Can any one explain this.
Can't I set the target IP or master IP of the slave server during check-out? Is there any script?
I am trying to sync data from master server itself but I am getting the following error:
Warning: post-commit hook failed (exit code 255) with output: Host key verification failed.
I kept slave's svnsync sync file:///pwd/proj
command in master's /pathc/proj/hooks/post-commit
file at the end of the file. I am getting the above error, but if I run this command in a shell prompt on master server it works fine. How can I resolve this?