[00:59] could anyone help me connect to a branch on launchpad using the windows version od Bazaar? === thumper is now known as thumper--afk [12:23] Hi there. Can anyone please help me figure out what be the best layout for our branches. We want to be hooked in to our bzr server and also publish our work on Launchpad. We have a small 2 developer team. [12:25] At first I figured we could just commit everything to our server then let Launchpad mirror our code, but that didn't work out since we have a bzr+shh setup. [12:27] I bzr+ssh to my server, which also has an HTTP server pointed at it. LP only needs to read, so HTTP is fine for that [12:31] I see thanks. Now i just need to figure out the layout [12:35] Layout? [12:37] Something like explained here [12:37] http://doc.bazaar.canonical.com/bzr.2.0/en/user-guide/shared_repository_layouts.html#nested-style-project-branch-sub-branch [12:38] I'm new to VCS [12:39] Right now we use a centralised approach where me and my colleague checkout and commit to the same branch [12:44] I envisioned a trunk, dev branch and releases. Seems a lot of devs are going for a layout where series are major releases and milestones represend sub-versions. [12:54] Would it be adequate to tag a revision and upload that as a milestone or a release? [12:57] karlis: sure [12:58] Okay, it seems its starting to click together slowly [13:10] Lets say i go for something like here: http://doc.bazaar.canonical.com/bzr.2.0/en/user-guide/shared_repository_layouts.html#sorted-by-status-dev-merged-experimental [13:11] And i have a trunk, releases, merged, dev folders. How do i go about them not being part of the of the main branch? [13:12] I tried bzr init-repo --no-trees, but then all branches say they have no working directory and don't work until i make a checkout. [13:12] Is that a feature or a limitation. I don't get whats the use for it, besides the combined history [13:50] LeoNerd: Sorry for the long pose on the subject. But what do you mean by HTTP server pointing at it? Would i have to setup our sever to redirect to the bzr URI? [13:51] I'm not an admin so I'm not entirely sure what to look for [14:13] ? [14:13] HTTP servers just serve the contents of a filesystem. A bzr repo is a filesystem [14:13] That's sufficient [14:13] Mine is here => http://bazaar.leonerd.org.uk/ [14:22] Cool domain name ;) [14:23] So they are leading to the .bzr folders. That is all launchpad needs? [14:58] karlis: yeah, that should be sufficient [15:00] Thank you both :) [16:00] hi...how can I get the last tag string? === thumper--afk is now known as thumper === mwhudson- is now known as mwhudson