/[drupal]/contributions/modules/drush/example.drushrc.php
ViewVC logotype

Log of /contributions/modules/drush/example.drushrc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 21 02:24:53 2009 UTC (4 days, 16 hours ago) by weitzman
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +5 -4 lines
Diff to previous 1.15
#638296 by scor. Improve documentation of drush

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 28 11:57:55 2009 UTC (4 weeks ago) by weitzman
Branch: MAIN
Changes since 1.14: +5 -3 lines
Diff to previous 1.14
Minor coding standards fixes and one bug fix in includes/sitealias.inc

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 27 16:26:36 2009 UTC (4 weeks, 1 day ago) by weitzman
Branch: MAIN
Changes since 1.13: +68 -1 lines
Diff to previous 1.13
#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.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 22 01:57:51 2009 UTC (4 weeks, 6 days ago) by weitzman
Branch: MAIN
CVS Tags: DRUPAL-6--2-1
Changes since 1.12: +5 -1 lines
Diff to previous 1.12
#591628 by srhaber and moshe weitzman. enhance script command so you can maintain a script library if you wish (though a library of drush commands is usually a better idea). also add a scratch.php for one off php execution.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 3 11:54:58 2009 UTC (2 months, 3 weeks ago) by weitzman
Branch: MAIN
Changes since 1.11: +7 -4 lines
Diff to previous 1.11
Add cvs credentials options for cvs package handler

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 19 03:13:09 2009 UTC (7 months, 1 week ago) by weitzman
Branch: MAIN
CVS Tags: DRUPAL-6--2-0, DRUPAL-6--2-0-RC1
Changes since 1.10: +13 -3 lines
Diff to previous 1.10
Add ability for some tables to dump structure only during a sql dump or sql load command ..

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 17 17:49:07 2009 UTC (7 months, 1 week ago) by weitzman
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
Clarify help text.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 15 01:13:45 2009 UTC (7 months, 1 week ago) by weitzman
Branch: MAIN
CVS Tags: DRUPAL-5--2-0-ALPHA2, DRUPAL-6--2-0-ALPHA2, DRUPAL-7--2-0-ALPHA2
Changes since 1.8: +8 -8 lines
Diff to previous 1.8
Improve readme, example.drush.inc, and example.drushrc.php. These barely scratch the surface of what drush can do, but we aren't novel writers here.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 04:26:34 2009 UTC (10 months ago) by weitzman
Branch: MAIN
Changes since 1.7: +3 -5 lines
Diff to previous 1.7
Remove dupe in help text for example.drushrc.php

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 6 21:34:56 2008 UTC (11 months, 2 weeks ago) by weitzman
Branch: MAIN
CVS Tags: DRUPAL-5--2-0-ALPHA1, DRUPAL-6--2-0-ALPHA1, DRUPAL-7--2-0-ALPHA1
Changes since 1.6: +26 -7 lines
Diff to previous 1.6
#335360 by vingborg. A heroic patch. Drush is no longer a module and does not require a functional drupal site in order to do work. That means it will soon be able to install drupal locally or on remote servers, or run unit test suites, and so on. Drush commands are just include files, and not whole modules unto themselves ... Core drush is identical for all core Drupal versions. many of the commands that shipped with Drush are now removed in favor of a new 'Drush Extras' project which I will soon publish. Thanks for all the hard work and reviews on this patch.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 14 22:26:49 2008 UTC (12 months, 1 week ago) by grugnog
Branch: MAIN
Branch point for: DRUPAL-7--1
Changes since 1.5: +4 -1 lines
Diff to previous 1.5
Adding an example for specifying 'r' parameter in drushrc. This is important for people who symlink in their sites directories and want to call drush from outside of the main Drupal directory.

Revision 1.5.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 14 22:08:56 2008 UTC (12 months, 1 week ago) by grugnog
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2
Changes since 1.5: +4 -1 lines
Diff to previous 1.5 , to next main 1.16
Adding an example for specifying 'r' parameter in drushrc. This is important for people who symlink in their sites directories and want to call drush from outside of the main Drupal directory.

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 14 22:07:34 2008 UTC (12 months, 1 week ago) by grugnog
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-4
Changes since 1.2.2.3: +4 -1 lines
Diff to previous 1.2.2.3 , to branch point 1.2 , to next main 1.16
Adding an example for specifying 'r' parameter in drushrc. This is important for people who symlink in their sites directories and want to call drush from outside of the main Drupal directory.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 20 21:19:14 2008 UTC (19 months ago) by weitzman
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-0-RC2, DRUPAL-6--1-1
Branch point for: DRUPAL-6--1
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
improve help text

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 20 21:18:48 2008 UTC (19 months ago) by weitzman
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2, DRUPAL-5--1-3
Changes since 1.2.2.2: +2 -2 lines
Diff to previous 1.2.2.2 , to branch point 1.2
improve help text

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 30 15:13:07 2008 UTC (19 months, 3 weeks ago) by weitzman
Branch: DRUPAL-5
Changes since 1.2.2.1: +7 -4 lines
Diff to previous 1.2.2.1 , to branch point 1.2
You may  keep multiple sets of tables for skipping when doing a sql load or sql dump

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 30 15:07:01 2008 UTC (19 months, 3 weeks ago) by weitzman
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-RC1, DRUPAL-6--1-0-RC11
Changes since 1.3: +7 -4 lines
Diff to previous 1.3
You may not keep multiple sets of tables for skipping when doing a sql load or sql dump

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 30 04:37:23 2008 UTC (19 months, 3 weeks ago) by weitzman
Branch: MAIN
Changes since 1.2: +8 -2 lines
Diff to previous 1.2
more flexible ignore table list for sql dump and sql load commands..

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 30 04:29:28 2008 UTC (19 months, 3 weeks ago) by weitzman
Branch: DRUPAL-5
Changes since 1.2: +8 -1 lines
Diff to previous 1.2
more flexible igonre table list when dumping or migrating your DB

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 23 14:57:39 2008 UTC (22 months ago) by weitzman
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-0-RC2, DRUPAL-5--1-0-RC3, DRUPAL-5--1-1
Branch point for: DRUPAL-5
Changes since 1.1: +24 -2 lines
Diff to previous 1.1
#212148 Provide a mechanism to override the global  array using drushrc.php. patch by adrian.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 17 05:41:36 2008 UTC (22 months, 1 week ago) by weitzman
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-RC1
#198195 Allow drush to load an ini file during initialisation, to pre-configure options (such as path and site). patch by adrian. note that after this commit i am issueing a release candidate for this module.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2