0


I wonder how I can add the synchronization between a server and svn production site in the same server
I administer the areas under plesk panel
now the svn server when you walk but I am a developer commits a file will be place in the folder httpdocs Site
I am doing some research on this I find it necessary to add the post-commit file will be called after each commit
I put this line in the file but nothing thus
/usr/bin/svn update /var/www/vhosts/monsite.com/httpdocs/ --username --password
and I receive this response
Skipped '/var/www/vhosts/monsite.com/httpdocs'
thank you

Zied Ellouze
  • 41
  • 1
  • 10

1 Answers1

0

/var/www/vhosts/monsite.com/httpdocs/ must be Working Copy, created with svn co <URL-OF-REPO>

Lazy Badger
  • 94,711
  • 9
  • 78
  • 110