Closed (fixed)
Project:
Drush
Version:
5.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 May 2008 at 14:49 UTC
Updated:
23 Jun 2008 at 22:26 UTC
Drush 5.x-1.1 correctly noticed and preserved .svn directories when running pm update modulename.
After upgrading to 1.3, the warning
Note: A backup of your package will be stored to backups directory if no .svn directory is found.
Actually takes place:
Backups were saved into the directory /sites/agaric_basic_5/www/backup/modules/20080520104209.
Meanwhile, there is no .svn directory in the updated module directory, and my version control system is angry at me.
benjamin, Agaric Design Collective
Comments
Comment #1
moshe weitzman commented@grugnog2 - can you look into this?
Comment #2
owen barton commentedBenjamin - there are a couple of issues here. The suppression of backups is now done by drush_pm_svn module - if this module is disabled then backups will be made as normal.
* We need to fix the documentation so that this is made clear (and you don't get the" ...if no .svn directory is found." message if the module is disabled).
* If you did have this module enabled then something is functioning incorrectly. Please let us know which package handler you are using.
Comment #3
moshe weitzman commentedI fixed these doc issues
Comment #4
moshe weitzman commentedI fixed those doc issues.
Comment #5
mlncn commentedYes, I'm sure that was my problem. Sorry for not getting back sooner to confirm that I simply needed to enable the svn module after updating. However, when I did go to test and keep using Drush, instead of things working, I have different and far more frustrating problems.