Mr. Black
Mr. Black

Reputation: 12092

do something after SVN update

Is there anything possible do something after SVN update process?.

I need to execute some shell script after the SVN update process. Please help me how to do that?.

SVN Version: 1.6.17

Upvotes: 1

Views: 775

Answers (2)

khmarbaise
khmarbaise

Reputation: 97437

On the client side you can call svn client via a shell/batch script and run your needed commands after that but from SVN side there is nothing you can use for that.

After discussion on the chat the problem was the permission problem in configuration of Apache under Fedora and not a problem of SVN.

Upvotes: 2

markus
markus

Reputation: 40685

Use phing.

  1. use the svn update task
  2. use the exec task to run the scripts

Upvotes: 0

Related Questions