jamis / bucketwise

ATTENTION: This project is no longer being updated. If you're still interested, feel free to read on... "A web-based personal finance manager with a focus on non-OCD budgeting and avoiding credit card debt"
http://wiki.github.com/jamis/bucketwise
Other
457 stars 82 forks source link

Error running cap local externals:setup - 'Readme.txt' would be overwritten by merge #19

Closed jjolma closed 14 years ago

jjolma commented 15 years ago

$ cap local externals:setup

  * executing `local'
  * executing `externals:setup'
configuring vendor/plugins/haml
remote: Counting objects: 12496, done.
remote: Compressing objects: 100% (4100/4100), done.
remote: Total 12496 (delta 8371), reused 12235 (delta 8111)
configuring vendor/rails
remote: Counting objects: 106035, done.
remote: Compressing objects: 100% (23766/23766), done.
remote: Total 106035 (delta 82025), reused 104753 (delta 81038)
configuring vendor/plugins/calendar_date_select
remote: Counting objects: 1332, done.
remote: Compressing objects: 100% (640/640), done.
remote: Total 1332 (delta 772), reused 973 (delta 570)
error: Untracked working tree file 'Readme.txt' would be overwritten by merge.
vendor/plugins/cached_externals/recipes/cached_externals.rb:54:in `load': Error checking out 88b7caf7acecf31186661c0efd6bc606cdcc666d to /Users/jolma/depot/shared/externals/vendor/plugins/calendar_date_select/88b7caf7acecf31186661c0efd6bc606cdcc666d (RuntimeError)
    from vendor/plugins/cached_externals/recipes/cached_externals.rb:41:in `each'
    from vendor/plugins/cached_externals/recipes/cached_externals.rb:41:in `load'
    from /Users/jolma/.gem/ruby/1.8/gems/capistrano-2.5.5/lib/capistrano/configuration/execution.rb:128:in `instance_eval'
    from /Users/jolma/.gem/ruby/1.8/gems/capistrano-2.5.5/lib/capistrano/configuration/execution.rb:128:in `invoke_task_directly_without_callbacks'
    from /Users/jolma/.gem/ruby/1.8/gems/capistrano-2.5.5/lib/capistrano/configuration/callbacks.rb:27:in `invoke_task_directly'
    from /Users/jolma/.gem/ruby/1.8/gems/capistrano-2.5.5/lib/capistrano/configuration/execution.rb:81:in `execute_task'
    from /Users/jolma/.gem/ruby/1.8/gems/capistrano-2.5.5/lib/capistrano/configuration/execution.rb:93:in `find_and_execute_task'
    from /Users/jolma/.gem/ruby/1.8/gems/capistrano-2.5.5/lib/capistrano/cli/execute.rb:45:in `execute_requested_actions_without_help'
    from /Users/jolma/.gem/ruby/1.8/gems/capistrano-2.5.5/lib/capistrano/cli/execute.rb:44:in `each'
    from /Users/jolma/.gem/ruby/1.8/gems/capistrano-2.5.5/lib/capistrano/cli/execute.rb:44:in `execute_requested_actions_without_help'
    from /Users/jolma/.gem/ruby/1.8/gems/capistrano-2.5.5/lib/capistrano/cli/help.rb:19:in `execute_requested_actions'
    from /Users/jolma/.gem/ruby/1.8/gems/capistrano-2.5.5/lib/capistrano/cli/execute.rb:33:in `execute!'
    from /Users/jolma/.gem/ruby/1.8/gems/capistrano-2.5.5/lib/capistrano/cli/execute.rb:14:in `execute'
    from /Users/jolma/.gem/ruby/1.8/gems/capistrano-2.5.5/bin/cap:4
    from /usr/bin/cap:19:in `load'
    from /usr/bin/cap:19

$ rails --version

Rails 2.3.2

$ ruby --version

ruby 1.8.7 (2008-08-11 patchlevel 72) [i686-darwin9.6.0]

$ git --version

git version 1.5.5.1

$ cap --version

Capistrano v2.5.5

$ git log

commit 379777136d2f50563b2242439b640d881754b3cf
Author: Jamis Buck 
Date:   Mon May 25 22:04:55 2009 -0600

    update changelog
marcric commented 14 years ago

I get another "cap local externals:setup" error:

E:\TEMP\bucketwise>cap local externals:setup

E:\TEMP\bucketwise>

jamis commented 14 years ago

Note that the cached-externals stuff will not work on Windows due to its use of symlinks. So, if you want to set up Bucketwise on windows, you have to clone all the external dependencies manually.