[development] Re: SCM discussion.
Gordon Heydon
gordon at heydon.com.au
Fri Nov 25 03:30:59 UTC 2005
Hi,
This is a great tool if you only have ftp access. I use it all the time.
Now I have ssh access to my web site and I user rsync which is alot
better.
Gordon.
On Fri, 2005-11-25 at 02:59 +0100, Tobias Maier wrote:
> I use it also.
>
> I have also a tip some people maybe not using this:
> do you know the tool sitecopy?
> its very usefull
> it updates your local copy of your site with the online-version
> so after you got with "cvs update" the new version
> do this:
> sitecopy --update --quiet mydrupalsite
>
> thats it you have updated your site at once :D
>
> ofcourse you have to set up sitecopy first but this is simple here is my
> ~/.sitecopyrc
>
> # Drupal Testsite
> # -----------------------
> # The name of the project
> site mydrupalsite
>
> # FTP-Server
> server example.com
>
> # Loginname
> username fooo
>
> # Password
> password bar
>
> # dir on my pc
> local /home/tobi/drupal/drupal-4-6
>
> # dir on the server
> remote /html/drupal
>
> # Exclude
> exclude /files
> exclude *~
>
> !DSPAM:43867532239893248454204!
>
More information about the development
mailing list