25 Nov
2005
25 Nov
'05
2:59 a.m.
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 *~