Changeset 8761
- Timestamp:
- 01/31/08 05:03:20 (5 months ago)
- Files:
-
- tools/capistrano/CHANGELOG (modified) (1 diff)
- tools/capistrano/lib/capistrano/recipes/deploy/scm/subversion.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tools/capistrano/CHANGELOG
r8760 r8761 1 1 *SVN* 2 3 * Fix typo in Subversion SCM module, encountered when an update fails [kemiller] 2 4 3 5 * Fix documentation typo in upload.rb [evolving_jerk] tools/capistrano/lib/capistrano/recipes/deploy/scm/subversion.rb
r8754 r8761 81 81 "#{variable(:scm_passphrase)}\n" 82 82 when /The entry \'(.+?)\' is no longer a directory/ 83 raise Capis rano::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." 84 84 when /accept \(t\)emporarily/ 85 85 # subversion is asking whether to accept the certificate