<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Hello, I'm a begginer with Bazaar and VCS in general so I'm not very
    familiar with the terms named in help site, so my doubt is what kind
    of project/branches set for my scenario, which is: I have a main
    project and several branches which have small varations, so not all
    files are versioned in the main project and branches.<br>
    <br>
    I program and test changes in any of the branches, and when I'm
    happy with the result commit branch, push changes to the main branch
    and push changes from main branch to the rest of branches. SO far
    I'm doing ok, but I'm confused as when I'm going to create a new
    branch it keeps asking me (the Bazaar explorer) to create branch
    from "C:/inetpub/wwwzine/_nzinex/.bzr/branches/trunk" to
    "C:/inetpub/wwwzine/_nzinex/trunk" when my main project is in
    "C:/inetpub/wwwzine/_nzinex" and I want to create in a separate
    folder like "C:/inetpub/wwwzine/newbranch". I know I can simply
    change folder to the desired ones (from "C:/inetpub/wwwzine/_nzinex"
    to "C:/inetpub/wwwzine/newbranch") but I'm just asking before my VCS
    gets too big and then realize all I did was wrong.<br>
    <br>
    Is this ok?  I mean, is it ok to create a branch with
    Bazaar/Init/Branch menu option and change default paths (with
    "trunk" and all that) to<i> from "C:/inetpub/wwwzine/_nzinex" to
      "C:/inetpub/wwwzine/newbranch"</i>?<br>
    <br>
    I read this
    <a class="moz-txt-link-freetext" href="http://doc.bazaar.canonical.com/explorer/en/guide/processes/starting_a_project.html">http://doc.bazaar.canonical.com/explorer/en/guide/processes/starting_a_project.html</a>
    and this
    <a class="moz-txt-link-freetext" href="http://doc.bazaar.canonical.com/bzr.2.2/developers/colocated-branches.html">http://doc.bazaar.canonical.com/bzr.2.2/developers/colocated-branches.html</a>
    but I'm sorry to say it doesn´t make things clear.<br>
    <br>
    I think I chose my main project as "co-located branches" but not
    sure.<br>
    <br>
    Is this model ok for my scenario?<br>
    <br>
    Thank you<br>
  </body>
</html>