On Thu, Oct 20, 2011 at 05:01:50PM -0700, Jared Harder wrote:
>    Hello all!
>    I had a Fossil server set up but needed to migrate it to a new server due
>    to its closure.  The normal clone functionality was used to pull over
>    everything and from what I can tell it's all working properly.
>    My problems right now is that I have several uses that need to be
>    submitting their own code that we need to keep separate from each other.
>     I've tried to create a new branch directly and to commit new changes and
>    specifying a new branch, but both methods fail.  I'm not sure if what I
>    need is to create a new branch of the existing repository, or a new
>    repository altogether.
>    I start the server by: ./fossil server groupcomm.fossil &
>    I've tried: 
>    ./fossil branch new spread groupcomm
>    ./fossil branch new spread fossil
>    ./fossil branch new groupcomm.fossil
>    ./fossil commit --branch spread
>    ./fossil commit --branch spread groupcomm.fossil
>    No matter what command I try, the error message is always the same:
>     ./fossil: repository does not exist or is in an unreadable directory:
>    /home/drh/sqlite/fossil.fossil
>    I'm at a loss on how to set up multiple code repositories or branches
>    here.  There is no reference I can find anywhere to /home/drh (by reading
>    this mailing list a bit, I gather drh is a real person here) nor can I
>    figure out how to change it.  Any help on how to make a new branch or new
>    repository would be wonderful!
>    Thanks :)
>    Jared

"fossil server" command is only needed to start server for web access to
your repo. To execute CLI command on a repository, you need open a
checkout or most of command take argument: -R reponame.fossil

If you type: fossil help branch    you can read:

Run various subcommands to manage branches of the _open_ repository or
of the repository identified by the -R or --repository option.

-- 
Martin G.
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to