Comment 0 for bug 280124

Revision history for this message
BjornW (bjornw) wrote :

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.