Error message

  • Notice: Trying to access array offset on value of type bool in comment_page_title_pattern_alter() (line 40 of /home1/dewey/drupal/sites/all/modules/page_title/modules/comment.page_title.inc).
  • Notice: Trying to access array offset on value of type bool in node_page_title_pattern_alter() (line 33 of /home1/dewey/drupal/sites/all/modules/page_title/modules/node.page_title.inc).
  • Notice: Trying to access array offset on value of type bool in taxonomy_page_title_pattern_alter() (line 31 of /home1/dewey/drupal/sites/all/modules/page_title/modules/taxonomy.page_title.inc).
  • Notice: Trying to access array offset on value of type bool in views_page_title_pattern_alter() (line 15 of /home1/dewey/drupal/sites/all/modules/page_title/modules/views.page_title.inc).
  • Notice: Trying to access array offset on value of type bool in comment_page_title_alter() (line 15 of /home1/dewey/drupal/sites/all/modules/page_title/modules/comment.page_title.inc).
  • Notice: Trying to access array offset on value of type bool in node_page_title_alter() (line 15 of /home1/dewey/drupal/sites/all/modules/page_title/modules/node.page_title.inc).
  • Notice: Trying to access array offset on value of type bool in taxonomy_page_title_alter() (line 15 of /home1/dewey/drupal/sites/all/modules/page_title/modules/taxonomy.page_title.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6543 of /home1/dewey/drupal/includes/common.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6543 of /home1/dewey/drupal/includes/common.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6543 of /home1/dewey/drupal/includes/common.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6543 of /home1/dewey/drupal/includes/common.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6543 of /home1/dewey/drupal/includes/common.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6543 of /home1/dewey/drupal/includes/common.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6543 of /home1/dewey/drupal/includes/common.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6543 of /home1/dewey/drupal/includes/common.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6543 of /home1/dewey/drupal/includes/common.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6543 of /home1/dewey/drupal/includes/common.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6543 of /home1/dewey/drupal/includes/common.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6543 of /home1/dewey/drupal/includes/common.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6543 of /home1/dewey/drupal/includes/common.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6543 of /home1/dewey/drupal/includes/common.inc).
  • Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /home1/dewey/drupal/includes/common.inc).
  • Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in menu_set_active_trail() (line 2404 of /home1/dewey/drupal/includes/menu.inc).

svntools: Subversion tools for command line geeks

Overview

This is a project home page for my collection of tools to work with Subversion, mostly from the command line, Unix or Cygwin basis.

Status: BETA (-): they are underdocumented and do not have automated test suites. I have used them extensively and have shared them with colleagues.

Download

These tools do not yet have a downloadable package. To get them, fetch them from GitHub: https://github.com/dmsasser/svntools

Bugs and Suggestions

Please report bugs and suggestions through GitHub

Details

Tools include:

  • svn-mergebench: a tool to assist with merging changes from one branch to another. Computes mergable entries and creates a bash subshell with commands optimized for merging individual changesets. While you can still do regular subversion like set-coalescent merges I designed it to make git style one-to-one commit mapping between the branches trivial

  • svn-clean: a tool to return a subversion sandbox to a pristine state by reverting changed files and removing unknown ones. This is a quicker way to do "rm -rf *; svn up"