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)

defect
Not set
normal

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
Or just delete the destination trees before running the copy script.
> 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.
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.