[development] Re: SCM discussion.
Tobias Maier
tobias.maier at gmail.com
Fri Nov 25 01:59:32 UTC 2005
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 *~
More information about the development
mailing list