/srv/irclogs.ubuntu.com/2013/05/15/#bzr.txt

=== spiv_ is now known as spiv
=== rvba` is now known as rvba
=== mmrazik is now known as mmrazik|afk
=== wedgwood_away is now known as wedgwood
chmacExperiencing weirdness between bzr update / bzr commit, working with the "centralised" model, and a local bzr commit / bzr push.13:02
chmacSomebody else pushed changes, then I committed changes locally, when I tried bzr push I got an error. So I ran bzr merge, and then bzr commit then bzr push.13:03
chmacNow only my commits (including the merge) are showing in the log, it's like I wiped out the other commits, combined them into one, and attributed it to me...13:03
chmacMaybe I'm missing something?13:03
chmacIs there a neater way to achieve this workflow?13:03
chmacIn git there's some way to merge the whole thing, while persisting each person's individual commits. Can I do something similar in bzr?13:04
jelmerchmac: log only shows mainline commits by default. Try "bzr log -n0"13:05
chmacjelmer: Nice, ok, that's what I was after...13:06
chmacjelmer: We're using codebase and there's some weirdness there, it doesn't show sub commits or something...13:07
=== mmrazik|afk is now known as mmrazik
jelmerchmac: codebase?13:29
chmacjelmer: http://codebasehq.com/ I think13:46
chmacIt's like a launchpad / github type service, but supports a handful of scms13:46
chmacLaunchpad is nice, but it's expensive to get started...13:47
Wiz_KeeDHow the hell do I remove bzr from a directory?!13:55
jelmerWiz_KeeD: what do you mean exactly?13:58
Wiz_KeeDso it will be a simple directory not tracked by bzr so i can make a separate repository13:59
Wiz_KeeDto include this directory13:59
Wiz_KeeDotherwise i cannot make it because it complains it has child branches whatever13:59
Wiz_KeeDi tried remove-tree remove rm delete14:02
mgzyou really don't want one branch containing another like that14:02
Wiz_KeeDyes that why i want it completly removed14:03
Wiz_KeeDi just deleted .bzr14:03
mgzbut `bzr rm --keep` should do14:03
Wiz_KeeDi did rm without keep and still bzr info and .bzr dir is there14:03
mgz...you want the whole thing gone? then just deleting .bzr is fine, or using rmbranch and moving stuff14:04
Wiz_KeeDdeleteing then, still when i do bzr add on multiple directories including the one i've dleted bzr from14:10
Wiz_KeeDit still does not add them with bzr add .14:10
Wiz_KeeDfuck this i'm reading the tutorial from scratch14:17
Wiz_KeeDok so i followed the tutorial i create a new directory i do bzr init on it i add all the contents commit to the branch then push with bzr+ssh on the server where it says the it has created a branch14:40
Wiz_KeeDbut the directory on the server is empty...what the hell is up with that?14:40
jelmerWiz_KeeD: it doesn't create a working tree on the server, just pushes the contents of the branch14:41
jelmerWiz_KeeD: run "bzr co" in the directory on the server to create a working tree14:41
Wiz_KeeDbut there is nothing there, it's completly empty14:41
jelmerWiz_KeeD: there is a .bzr directory there, presumably?14:41
Wiz_KeeDwhat is the definition of a working tree then? the tutorial said you can push the content of your branch there14:41
Wiz_KeeDyes it is there, it has been created14:42
Wiz_KeeDand with that i can pull now?14:42
jelmeryes14:42
Wiz_KeeDit says i cannot pull location not specified and no working tree exists14:43
Wiz_KeeDthe tree is the actual "server" so to speak14:43
Wiz_KeeDthe actual mother repository?14:43
jelmerWiz_KeeD: when does it say that?14:48
jelmerWiz_KeeD: you'll need to specify the location to pull from the first time you pull14:49
Wiz_KeeDhttp://doc.bazaar.canonical.com/bzr.dev/en/tutorials/tutorial.html#publishing-your-branch14:49
Wiz_KeeDhere14:49
Wiz_KeeDwhy didn't the contents of my directory get pushed on the server?14:49
Wiz_KeeDwhat about that jelmer ?14:57
jelmerre15:17
jelmerWiz_KeeD: the contents did get pushed. have you tried running "bzr log" in the directory on the server?15:17
Wiz_KeeDi see the message, i don't see the contents15:18
Wiz_KeeDnow what?15:18
Wiz_KeeDIn the case where i develop on localhost and push modifications to server, i should have a shared repository?15:20
jelmerWiz_KeeD: you can have bzr create the contents on disk by running "bzr co" on the server15:20
jelmerWiz_KeeD: the contents are there, they're just stored under .bzr/15:20
Wiz_KeeDok, how did you know that? why did that happen and why didn't the files appear there in the first place?15:21
Wiz_KeeDi'm still confused as fuck15:28
=== mmrazik is now known as mmrazik|afk
Wiz_KeeDhello17:16
Wiz_KeeDjelmer, still there?17:16
jelmerWiz_KeeD: yes17:16
Wiz_KeeDthat was quick, how are you? :)17:17
Wiz_KeeDjelmer, if i have my development environment on localhost and i want to ocasionally push modifications to the production server17:56
Wiz_KeeDwhat would be the best setup?17:56
=== mmrazik|afk is now known as mmrazik
=== wedgwood is now known as wedgwood_away
=== Logan__ is now known as Logan_

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!