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

Ticket #5347 (new defect)

Opened 2 years ago

Last modified 2 years ago

[PATCH] Don't complain when we remove a plugin if we're not using SVN:externals

Reported by: james.adam@gmail.com Assigned to: technoweenie@gmail.com
Priority: normal Milestone:
Component: Railties Version: 1.1.1
Severity: normal Keywords: script/plugin plugin remove svn externals tiny
Cc:

Description

If a plugin is installed in an application which isn't an SVN working copy, when the remove command is used, it will always complain:

svn: '/Users/james/Code/experiments/plugins/vendor/plugins' is not a working copy

Attached is a minor patch to only alter the SVN externals *if* the vendor/plugin directory is part of an SVN working copy.

Attachments

dont_try_to_remove_externals_if_we_are_not_using_them.patch (0.7 kB) - added by james.adam@gmail.com on 06/09/06 13:51:36.

Change History

06/09/06 13:51:36 changed by james.adam@gmail.com

  • attachment dont_try_to_remove_externals_if_we_are_not_using_them.patch added.

06/09/06 13:54:25 changed by james.adam@gmail.com

  • summary changed from Don't complain when we remove a plugin if we're not using SVN:externals to [PATCH] Don't complain when we remove a plugin if we're not using SVN:externals.

Oops, forgot the proper summary title.

06/12/06 00:15:12 changed by anonymous

  • owner changed from David to technoweenie@gmail.com.

Assigning to Rick, as per his request.