Activity log for bug #280124

Date Who What changed Old value New value Message
2008-10-08 11:27:03 BjornW bug added bug
2008-10-08 11:35:40 BjornW description In Subversion it is possible to export a tree and overwrite a previous tree. I would expect similar behavior from bzr. USAGE: I use bzr to develop webapps in a non-web directory. After I've made some changes I export the code to a web-enabled directory (this forces me to keep check on my changes). This means I'll export the code lots of times and I would prefer to overwrite previously exported code using an extra bzr argument. Previously I used Subversion which allowed me to do this using: svn export --force SOURCE DESTINATION. It would be very nice if bzr export would allow this as well. See also svn help export for more info on the exact syntax of svn. In Subversion it is possible to export a tree and overwrite a previous tree. I would expect similar behavior from bzr. USAGE: I use bzr to develop webapps in a non-web directory. After I've made some changes I export the code to a web-enabled directory (this forces me to keep check on my changes). This means I'll export the code lots of times and I would prefer to overwrite previously exported code using an extra bzr argument. Previously I used Subversion which allowed me to do this using: svn export --force SOURCE DESTINATION. It would be very nice if bzr export would allow this as well. See also svn help export for more info on the exact syntax of svn. For now I use: bzr push --use-existing-dir but this copies the .bzr directory which I preferably would not like to put in the web enabled directory.
2008-10-08 11:46:08 James Westby bzr: status New Confirmed
2008-10-08 11:46:08 James Westby bzr: importance Undecided Wishlist
2008-10-08 11:46:08 James Westby bzr: statusexplanation
2010-09-22 14:58:07 Parth Malwankar tags export
2017-11-09 00:43:49 Jelmer Vernooij tags export check-for-breezy export