
CVS Commands
export CVSROOT=:pserver:kmillecam@cvs.drupal.org:/cvs/drupal-contrib cvs login cvs commit -m "#1234 by kmillecam: More tweaks to install logic." cvs update -dP cvs checkout -d userpoints -r DRUPAL-5--3 contributions/modules/userpoints cvs checkout -d userpoints_contrib_5.3 -r DRUPAL-5--3 contributions/modules/userpoints_contrib cvs add userpoints_top_contributors cvs add userpoints_top_contributors/*
Tables That Don't Need to be Exported for a Migration
accesslog
cache
cache_content
cache_filter
cache_menu
cache_page
cache_views
devel_queries
devel_times
search_dataset
search_index
search_total
sessions
watchdog
Applying a patch
patch -p0 < path/file.patch
Creating a patch
diff -up original.php new.php > filename.patch
http://www.itunes.com/podcast?id=260399966
backup/restore
mysqldump -u admin -p databasename > dump.sql
mysql -u admin -p databasename < dump.sql
storage area on webwise server
/var/lib/mysql/db_name
SWF hack for ad banners
on (release) {
if (clickTAG.substr(0,5) == "http:") {
getURL(clickTAG);
}
}
Comments
Post new comment