Closed
Bug 920641
Opened 12 years ago
Closed 10 years ago
fennec-copy-code script does not rm deleted files
Categories
(Android Background Services Graveyard :: Build & Test, defect)
Android Background Services Graveyard
Build & Test
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mcomella, Unassigned)
Details
This can cause dead code to be unintentionally left around in the repo.
The script should probably:
* Find the files that have been rm'd via `git diff`
* Run `hg diff` on the destination directory to see if there are any changes to the rm'd files
* If there are not, `hg rm` the files
* If there are, warn the user about these files
Comment 1•12 years ago
|
||
Or just delete the destination trees before running the copy script.
Reporter | ||
Comment 2•12 years ago
|
||
> Or just delete the destination trees before running the copy script.
A caveat being if the user changes any code within the destination tree (perhaps accidentally working in both m-c and the services repo?), it'll be overwritten.
But yes, this is much simpler to implement.
Comment 3•10 years ago
|
||
This is no longer relevant, now that the android-sync repository is dead.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•