[05:42] moin [10:01] poolie: so stevea details organised ? [10:09] lifeless, no ack from him yet, i'll send an sms [13:42] Hey Silasle [13:42] Ask away! [13:44] Ok, tried to push my source to an branch whit these commands: http://paste.ubuntu.com/468850/ and got the message "bzr: ERROR: Transport operation not possible: readonly transport ", whats the problem? [13:45] Sounds like you're trying to push over http. [13:45] Ahhh Silasle Goto out Team bzr and copy what the command says about pushng [13:46] michealh: There it is written "You cannot upload to this branch. Members of Cinematic Maintainers can upload to this branch." [13:46] fullermd: And that means? [13:47] Silasle, are you meant to be a member of this team? [13:47] Silasle: You ARE a member ;/ [13:48] Silasle, please pastebin the traceback from ~/.bzr.log [13:48] Silasle: Your launchpad is silas isnt it? [13:48] poolie: I am in the member list but i still get an message whit "You are not a member of this team." [13:48] Wouldn't a bad team membership or the like give a "can't write this file" sorta error, not a "readonly transport" one? [13:49] you'd think o [13:49] *so [13:49] * fullermd will stick with his 'http' answer, 'cuz it'll make him look real smart if it proves out correct. [13:49] michealh: No i am not, i'm silas-lenz [13:49] Man [13:51] Silasle: You are a member [13:52] you just added him? or he just joined? [13:52] try again? [13:52] poolie: I added him... It is a restricted team [13:52] And it works (Created new branch. ) [13:53] Ah well, I do seemingly get that error in such cases. Random Launchpad Black Magic(tm). [13:53] * fullermd wishes there were a freakin' 'lp-resolve' command. [13:54] # [13:54] * michealh goes away and leaves Silasle to it. [13:58] But the branch seems to be empty [14:05] Silasle, looking at it how? [14:06] poolie: I think i got it to work now [21:26] is there a way for me to put the .bzr directory elsewhere (such as ~/bzr/project1.bzr)? [21:32] if you mean the whole .bzr directory, then no [21:33] but you can move the repository/branch and have only a lightweight checout [21:36] my problem is that i don't have write access to the directory with source files, but i still want to check in those files to a bzr repository (kind of a convoluted situation, i know) [21:45] you can create a separate checkout of the repository [21:46] hm, actually, if you don't have access to the dir at all it won't work [21:47] still, you can move the branch/repository elsewhere [21:47] and let the person who has write access to create a lightweight checkout there [21:47] that way you can write to the repository from a different location [21:48] and the person can update the source files in the working tree from the repository when they want to [21:49] http://doc.bazaar.canonical.com/latest/en/user-guide/using_checkouts.html#getting-a-lightweight-checkout [21:56] what if the dir doesn't contain a branch / repository? there's nothing to check out from... [21:58] cjao: I don't think there is a way to do this. :-( . Might it be possible for someone who has write permission to create a .bzr that you have write permissions to? [21:58] Or a symlink to somewhere where you have write permissions?