Hi.. im trying to setup svn replication using svnsync,
when i ran flowing the svnsync command [1] in master server's terminal its syncing fine , but when i put same svnsync command in post-commit script it gives the following error [2] [1] /usr/bin/svnsync --source-username=svnsync --sync-username=svnsync sync https://svnslave.example.com/repos/proxy-sync --sync-password=abc --source-password=abc [2] svnsync: E070014: Unable to connect to a repository at URL ' https://svnslave.example.com/repos/proxy-sync' svnsync: E070014: Can't read stdin: End of file found Is there any way to fix that issue Thank you