Please help a newbie - repository is refusing to work

Nicholas Allen allen at ableton.com
Mon Feb 19 10:39:57 GMT 2007


outre99 wrote:
>
> Apologies for silly questions but it seems that my installation of 
> Bazaar is refusing to play well with others.
>
> I followed the how-to guides line by line but to no avail. The problem 
> is that almost every command (including status, diff, add, etc.) 
> results in “working tree does not exist…” error.
>
> I’m trying to set up a shared directory on my Ubuntu box to serve as a 
> central repository.
>
> Here are the steps that I took:
>
> 1. I installed Bazzar, created a /repo directory for all repositories.
>
> 2. bzr init-repo --no-trees project1
>
> 3. mkdir /repo/project1/project1.prod
>
> 4. copy all files from the existing project directory to project1.prod
>
> 5. bzr init /repo/project1/project1.prod
>
Another way to do this is instead of step 4 do this:

cd /path/to/project1files
bzr init
bzr add
bzr commit -m "Add files"
bzr push /repo/project1/project1.prod


Nick



More information about the bazaar mailing list