Author Topic: Livesite update via SVN and SSH/SFTP  (Read 1260 times)

0 Members and 1 Guest are viewing this topic.

Offline SchweppesAleTopic starter

  • Enthusiast
  • Posts: 328
    • View Profile
Livesite update via SVN and SSH/SFTP
« on: January 27, 2010, 10:21:51 AM »
Hi, I'm still kind of new to SVN; however I was wondering if there's a way to keep a live site up to date with our latest subversion repository. 

I understand that this can be done with a post commit hook, I'm just not entirely sure how to actually go about doing it. 

Offline SchweppesAleTopic starter

  • Enthusiast
  • Posts: 328
    • View Profile
Re: Livesite update via SVN and SSH/SFTP
« Reply #1 on: January 27, 2010, 10:50:45 AM »
Oh man, this shouldn't be under the MySQL form  :o

Offline SchweppesAleTopic starter

  • Enthusiast
  • Posts: 328
    • View Profile
Re: Livesite update via SVN and SSH/SFTP
« Reply #2 on: January 27, 2010, 11:12:33 AM »
*forum

Offline oni-kun

  • Addict
  • Posts: 1,964
  • Gender: Male
  • When you're down, Logic can be a cure.
    • View Profile
    • oni-kun.com
Re: Livesite update via SVN and SSH/SFTP
« Reply #3 on: January 30, 2010, 02:22:19 AM »
*forum

I think it was moved. Eh. Just read the documentation:
http://svnbook.red-bean.com/en/1.1/ch05s02.html

By the way, this is my 1337'th post!
PHP Documentation (Examples and Usage) || Posting code? [php] Code Here [/php]. (good ref: Truth Tables )
//If you wish a program to have inf args. $params is an array of them.
function($args) {
  if (
is_scalar($args)) {$params func_get_args();}
}