Copying index when a checkout or branch is done.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr search plugin |
Incomplete
|
Wishlist
|
Unassigned |
Bug Description
When doing a branch or checkout of an indexed branch it would be great for the client to copy the index over to the new branch. The client should only copy the index over if he/she has bzr search plugin installed.
If an update is done and the client has only then installed the search plugin the index must be copied over too.
In other words it can get copied over on check, branch and update.
I know there is a bug:
https:/
but this has to do with shared repo and is a bit more complicated than this bug.
BTW: I've tested just coping the .bzr/bzr-search dir into a new checkout and this seems to work fine. But I'm not sure if this is all that needs to happen.
tags: | added: wishlist |
summary: |
- Coping index when a checkout or branch is done. + Copying index when a checkout or branch is done. |
importance wishlist
tags -wishlist
status incomplete
a search index is very big - it can be larger than the original branch
with 2a formats. I need to do something about that, but I don't think it
makes sense to copy them around. Can you expand on why you want to do
that?
In terms of what needs to be copied, yes the self contained folder is
sufficient.