Activity log for bug #315418

Date Who What changed Old value New value Message
2009-01-09 11:34:36 Enisseo bug added bug
2009-01-09 17:34:18 Enisseo description The bzr export should accept parameters -r REV1..REV2 and -c REV and do the following: find all modified files between the two revisions (or the changeset) and generate a tree of these files (in a directory, .zip, etc.). The idea behind this is to be able to send to an non-bzr user (and non-vcs user) a "patch" that is applied only by copying or unzipping in the right folder (the project folder). Thus, as an example, if a revision introduces the changes: - /a has been added - /b has been deleted - /c/d has been modified - /d/e has been moved to /f The export command would generate a tree containing: /a /c/d /f (deleted files are not included) The "bzr export" command should accept parameters "-r REV1..REV2" and "-c REV" and execute the following process: find all modified files between the two revisions (or the changeset) and generate a tree of these files (in a directory, .zip, etc.). The idea behind this is to be able to send to non-bzr users (and non-VCS users) a "patch" that is applied by copying or unzipping in the right folder (the project folder). Thus, as an example, if a revision introduces the following changes: - /a has been added - /b has been deleted - /c/d has been modified - /d/e has been moved to /f The export command would generate a tree containing: /a /c/d /f (deleted files are not included) If these files are zipped into a file - say myPatch.zip - and send to a person, s/he can update her/his working tree by unzipping the file myPatch.zip. This is particularly useful in the context of websites projects: by applying the patch made in the development environment, one is able to update the website which is in the production environment.
2009-01-09 17:34:37 Enisseo bzr: status New Confirmed
2009-01-09 17:34:37 Enisseo bzr: statusexplanation
2009-01-09 17:34:49 Enisseo bzr: status Confirmed New
2009-12-21 05:56:44 Martin Pool summary bzr export new features want to export tarballs containing only files changed in particular revisions
2009-12-21 05:56:48 Martin Pool bzr: status New Confirmed
2009-12-21 05:56:50 Martin Pool bzr: importance Undecided Wishlist
2010-09-22 14:58:29 Parth Malwankar tags export
2011-01-09 06:04:37 Omid Amraei bzr: assignee Omid Amraei (omidamraei)
2011-01-09 06:06:28 Omid Amraei bug added subscriber Omid Amraei
2012-02-28 16:23:27 Damian O'Donnell bug added subscriber Damian O'Donnell
2012-03-12 14:07:58 Omid Amraei bzr: assignee Omid Amraei (omidamraei)
2017-11-09 00:44:19 Jelmer Vernooij tags export check-for-breezy export