My post-commit hook looks like this:
pushd C:\Websites\Project
svn update
I am updating my server copy of repository.
When I commit client stopped on sending content and locked or I dont know. Its is waiting for something. So when I cancel and try to update manually on server, I see:
Working copy "." lockedsvn
And only after manual cleanup and update again, I get updated revision, that was really commited.
What I do wrong?