CVS messages
CVS (Concurrent Versions System) is a code management system used by developers to collaborate and track modifications of code.
December 14, 2009
- Commit #301998 by moshe weitzman at 22:08
#653962 by moshe weitzman and greg.1.anderson. Support table prefixes in sql query command.
December 8, 2009
- Commit #299630 by moshe weitzman at 18:45
#653962 by greg.1.anderson. fix help example for sql query command.
December 6, 2009
- Commit #298584 by moshe weitzman at 12:53Drush: /modules/drush/commands/core/core.drush.inc 1.58
Drush: /modules/drush/commands/core/drupal/update_5.inc 1.8
Drush: /modules/drush/commands/core/drupal/update_6.inc 1.11
Drush: /modules/drush/commands/core/drupal/update_7.inc 1.14
Drush: /modules/drush/commands/core/installsite.drush.inc 1.2
Drush: /modules/drush/commands/core/rsync.inc 1.3
Drush: /modules/drush/commands/core/scratch.php 1.2
Drush: /modules/drush/commands/core/sitealias.drush.inc 1.7
Drush: /modules/drush/commands/core/variable.drush.inc 1.8
Drush: /modules/drush/commands/pm/package_handler/cvs.inc 1.6
Drush: /modules/drush/commands/pm/pm.drush.inc 1.60
Drush: /modules/drush/commands/pm/updatecode.inc 1.15
Drush: /modules/drush/commands/pm/update_info/drupal_7.inc 1.4
Drush: /modules/drush/commands/simpletest/simpletest.drush.inc 1.4
Drush: /modules/drush/commands/sql/sql.drush.inc 1.31
Drush: /modules/drush/commands/sql/sync.sql.inc 1.6
Drush: /modules/drush/drush.api.php 1.4
Drush: /modules/drush/drush.php 1.78
Drush: /modules/drush/example.drush.inc 1.6
Drush: /modules/drush/example.drushrc.php 1.18
Drush: /modules/drush/includes/backend.inc 1.22
Drush: /modules/drush/includes/command.inc 1.48
Drush: /modules/drush/includes/context.inc 1.15
Drush: /modules/drush/includes/drush.inc 1.63
Drush: /modules/drush/includes/environment.inc 1.57
Drush: /modules/drush/includes/sitealias.inc 1.6
Drush: /modules/drush/README.txt 1.30#638324 by scor. strip trailing spaces from many files.
December 1, 2009
- Commit #296314 by moshe weitzman at 17:44
#638282 by scor. Make drush sql dumps easier to integrate in VCS
November 10, 2009
- Commit #286686 by moshe weitzman at 03:17Drush: /modules/drush/commands/sql/sql.drush.inc 1.29
Drush: /modules/drush/commands/sql/sync.sql.inc 1.5#622380 by greg.1.anderson. Add a nag message to 'drush sql sync' when used with temporary files.
November 7, 2009
- Commit #285616 by moshe weitzman at 22:11
#626028 by greg.1.anderson. remove command definition for sql load.
October 31, 2009
- Commit #282006 by moshe weitzman at 02:21
remove sql load command. Use the new sql sync now. It is faster since it uses rsync and compression when transferring the DB dump.
October 30, 2009
- Commit #281546 by moshe weitzman at 06:13Drush: /modules/drush/commands/sql/sql.drush.inc 1.26
Drush: /modules/drush/commands/sql/sync.sql.inc 1.4
Drush: /modules/drush/includes/drush.inc 1.57Clarify a couple messages in sql sync and minor misc.
October 27, 2009
- Commit #280664 by moshe weitzman at 23:59Drush: /modules/drush/commands/core/sitealias.drush.inc 1.2
Drush: /modules/drush/commands/sql/sql.drush.inc 1.25
Drush: /modules/drush/commands/sql/sync.sql.inc 1.2
Drush: /modules/drush/drush.php 1.75#460924 by greg.1.anderson. remove prepare-script and slave database features from new sql sync command.
- Commit #280496 by moshe weitzman at 16:26Drush: /modules/drush/commands/core/core.drush.inc 1.48
Drush: /modules/drush/commands/core/rsync.inc 1.1
Drush: /modules/drush/commands/core/sitealias.drush.inc 1.1
Drush: /modules/drush/commands/sql/sql.drush.inc 1.24
Drush: /modules/drush/commands/sql/sync.sql.inc 1.1
Drush: /modules/drush/drush.php 1.74
Drush: /modules/drush/example.drushrc.php 1.14
Drush: /modules/drush/includes/backend.inc 1.18
Drush: /modules/drush/includes/context.inc 1.11
Drush: /modules/drush/includes/environment.inc 1.48
Drush: /modules/drush/includes/sitealias.inc 1.1#460924 by greg.1.anderson. Site aliases may be defined in drushrc.php or on command line. These are used to run any drush command on a remote server via ssh. The improved rsync and new sql sync commands are fine examples. sql sync dumps a local or remote db, gzips, rsyncs, and then imports. We now have fast, database migration from prod => dev or vice versa.
