0

I am a newbie on Subversion using Redhat 6.

I have difficulties on applying post commit from subversion. I want to update my php scripts on document root automatically if i have commit it from svn clients.

Brian Webster
  • 30,033
  • 48
  • 152
  • 225
  • If you want people to spend time writing up a solution for you, you need to spend the time to write up your problem in the first place! I can't read your mind! – aqn Mar 23 '12 at 00:30
  • You said "I have difficulties applying post commit from subversion". What did you do? What happened? What did you see? What are the error messages? – aqn Mar 23 '12 at 00:37

1 Answers1

0

Post-commit hook (Check Manual: SVN Book) and svn export (RTM svn help export)

Brian Webster
  • 30,033
  • 48
  • 152
  • 225
Lazy Badger
  • 94,711
  • 9
  • 78
  • 110