Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 8761

Show
Ignore:
Timestamp:
01/31/08 05:03:20 (5 months ago)
Author:
minam
Message:

Capisrano -> Capistrano (closes #10807)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/capistrano/CHANGELOG

    r8760 r8761  
    11*SVN* 
     2 
     3* Fix typo in Subversion SCM module, encountered when an update fails [kemiller] 
    24 
    35* Fix documentation typo in upload.rb [evolving_jerk] 
  • tools/capistrano/lib/capistrano/recipes/deploy/scm/subversion.rb

    r8754 r8761  
    8181            "#{variable(:scm_passphrase)}\n" 
    8282          when /The entry \'(.+?)\' is no longer a directory/ 
    83             raise Capisrano::Error, "subversion can't update because directory '#{$1}' was replaced. Please add it to svn:ignore." 
     83            raise Capistrano::Error, "subversion can't update because directory '#{$1}' was replaced. Please add it to svn:ignore." 
    8484          when /accept \(t\)emporarily/ 
    8585            # subversion is asking whether to accept the certificate