Multiple branches serving required

Bug #794211 reported by xaav
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Wikkid Wiki
In Progress
High
Unassigned

Bug Description

Wikkid needs to be able to serve multiple branches - not just from one branch.

Tags: lp-required
Revision history for this message
xaav (xaav) wrote :

How this could work is you have a URL like this:

http://localhost/branch-name/Wiki_page/subpage

And wikkid calls a function like this:

branch_location = get_branch_location('branch-name')

and serves that branch.

tags: added: lp-required
Changed in wikkid:
status: New → Confirmed
Revision history for this message
Tim Penhey (thumper) wrote :

I'm working on this now for integration with the sloecode project.

What I'm doing is providing a BranchFileSystem that wraps a bzr branch object, as opposed to one that uses a working tree. This is then only used for the duration of the request.

Changed in wikkid:
status: Confirmed → In Progress
importance: Undecided → High
Revision history for this message
xaav (xaav) wrote :

How is this coming along?

I could contribute to this effort if you linked your branch.

Revision history for this message
xaav (xaav) wrote :

Hello? Anyone here?

Revision history for this message
Tim Penhey (thumper) wrote : Re: [Bug 794211] Re: Multiple branches serving required

On Thu, 07 Jul 2011 04:30:46 you wrote:
> Hello? Anyone here?

Was jet lagged from Dublin. The fundamental changes are in trunk now. Wikkid
should now be able to serve and update content from branches themselves rather
than the working tree. I'll be integrating this into sloecode as a test
soonish.

Revision history for this message
xaav (xaav) wrote :

Okay, great! So, this bug can be marked as fix released?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.