The below is post-commit script in hooks folder and permission of this file are svn with group svn.
#!/bin/sh
#REPOS="$1"
#REV="$2"
svn co svn://192.168.25.60/masimiqbal /home/masimiqbal/
svn update /home/masimiqbal/
exit 0
I make the test.txt file in masimiqbal repos folder with tortoise software and i want to make one copy to /home/masimiqbal folder. But it doesn't work. Where i do a mistake.