I'm trying to run your own bazaar server on Ubuntu 12.04 server - so far after reading stuff in internet i found this "tutorial" http://michael.lustfield.net/content/creating-your-own-bazaar-server - this looked quite clearly for me so i have followed the instructions.
but at the end when i want to push something to repo i get only:
damian@damian-desktop:~/Pulpit$ bzr checkout bzr+ssh://testpxe.servebeer.com/home/tomasz/bzr/test1 testowy-projekt1
bzr: ERROR: Permission denied: "/home/tomasz/bzr/test1/.bzr/branch-format": : [Errno 13] Permission denied: u'/home/tomasz/bzr/test1/.bzr/branch-format'
damian@damian-desktop:~/Pulpit$
user permissions are ok - this was firs thing that i have checked (i have even tryed to give extremely generous permissions just for testing),
any ideas?