/srv/irclogs.ubuntu.com/2012/07/05/#bzr.txt

=== r0bby is now known as robbyoconnor
=== jamesh__ is now known as jamesh
syst3mw0rmhi06:26
syst3mw0rmI need some help related to bzr fast-import.06:26
syst3mw0rmAnyone willing to help06:26
syst3mw0rm?06:26
syst3mw0rmI want to import git repo into bzr repo..but not in trunk branch06:27
lifelessjust rename it afterwards ?06:29
lifelesstheres nothing special about individual branches in a bzr repo06:30
syst3mw0rmlifeless: when I see bzr log it says the branch nick : trunk06:31
syst3mw0rmwhat should I rename?06:31
syst3mw0rmthere is no folder named trunk..06:31
syst3mw0rmand when I try to push to repository whose branch nick isn't trunk..it gives me error that the branches have diverged.06:33
syst3mw0rmlifeless: there?06:34
lifelesssyst3mw0rm: not really, dinner time for family, sorry.06:36
lifelessin the output of the import there should be a subdirectory called trunk, if you imported the whole repo06:36
lifelessif you used bzr branch from git, then it outputs a single branch to the folder of your choice.06:37
lifelessjelmer, who wrote this, will be coming on line soon06:37
syst3mw0rmlifeless: no problem. and thanks for help.06:40
syst3mw0rmhi jelmer!06:41
_scienceSo if i want to see a diff for a specific file in a specfic commit how would i go about that? :)07:27
lifelessbzr diff -c commitnumber path/to/file07:31
_sciencecheers.07:50
mgzmorning!08:02
jelmersyst3mw0rm: hi08:43
syst3mw0rmHey jelmer08:45
syst3mw0rmI need a little help with bzr fast-import08:45
syst3mw0rmI have a git repository..and I commit my code to this repo. But at regular intervals..I want to push this code to a bzr repo as well..08:47
syst3mw0rmInitially there was only one bzr repo, I created git repo using git fast-import from this bzr repo..because I like GIT (and github) more than bzr.08:47
syst3mw0rmbut I want the original bzr repo to reflect the changes I am pushing to github.08:48
syst3mw0rmI have two questions..08:48
syst3mw0rm1. Do I need to rebuild the whole bzr repo from git repo everytime I want to push changes to remote bzr server? or incremental changes can work?08:49
syst3mw0rm2. When I create bzr repo using bzr fast-import it imports changes in trunk branch..08:49
syst3mw0rmI don't want that.08:49
AfCI love how people keep coming here asking how they can _not_ use Bazaar.08:49
syst3mw0rmI want changes to be imported to some other branch...otherwise I get error message that branches have diverged.08:50
jelmersyst3mw0rm: yes, fastimport supports incremental imports08:51
syst3mw0rmAfC: haha..:) Its not like I don't like bzr..the main reason is we don't have something like github for bzr.08:51
syst3mw0rmjelmer: ok. how to tackle the branch issue? my second question.08:52
AfCsyst3mw0rm: well, since bzr works on top of a git repo (or better yet you can branch from a git repo to a bzr one and work there) there's really not much reason not to use bzr as a front end at least, and a working tree optimally.08:53
jelmersyst3mw0rm: what is the problem with the branch being named 'trunk' ? you can do the import in some other repository too and then pul thje trunk branch from there into whatever branch you want to have locally08:58
syst3mw0rmjelmer: I don't know how to do it..can you please explain me the steps to follow. I didn't find much documentation about it.09:00
syst3mw0rmGit repo : https://github.com/syst3mw0rm/hyperkitty09:01
syst3mw0rmbzr repo : http://bzr.fedorahosted.org/bzr/hyperkitty/gsoc/changes (bzr://bzr.fedorahosted.org/bzr/hyperkitty/gsoc)09:01
syst3mw0rmI have both repo on my system.09:02
syst3mw0rmGit repo is having more commits..I want to copy all the commits from git repo not in bzr repo and paste it in bzr repo..so both will have same data.09:03
syst3mw0rmI am using bzr fast-export-from-git /git/repo/path project.fi09:04
jelmersyst3mw0rm: I haven't done this myself either, though I know it is possible09:05
jelmerI would usue bzr-git to mirror a git repository into bzr09:05
syst3mw0rmbut then it exports all commits and don't ignore the commits already there in my bzr repo.09:05
syst3mw0rmjelmer: ok09:06
* syst3mw0rm checks out bzr-git09:06
syst3mw0rmI can't find the documentation for this project..09:09
syst3mw0rmonly launchpad project page09:09
jelmersyst3mw0rm: it just adds support for git repositories as a branch format supported by bzr09:09
jelmerso you can just use 'bzr branch' and 'bzr pull' for mirrorring09:10
syst3mw0rmhow do I use it?09:10
syst3mw0rmoh..I see.09:10
syst3mw0rmI am getting error when trying to push to original bzr repo, the branches have diverged..09:14
syst3mw0rmHow to resolve it?09:14
jelmersyst3mw0rm:bzr-git and bzr-fastimport are incompatible09:16
jelmerso if you want to use bzr-git you'll have to start the bzr branch from scratch09:16
mgzshelve ignoring +x is annoying09:18
=== zyga is now known as zyga-afk
=== zyga-afk is now known as zyga
bloodearnestheya - I have a question regards the launchpad --fixes  interaction - is there a way to just reference (link) the bug without changing the status to "Fix Released" on push?14:12
mgzthat's the default behaviour14:14
mgzbloodearnest: as in, just pushing a branch with a bug linked does change task status, so launchpad does what you want14:18
jelmermgz: s/does/doesn't/ ?14:20
bloodearnestmgz, sorry, I meant "Fix Commited", and I don't want the status changed14:20
mgzlaunchpad doesn't change the status.14:20
mgzpeople run little helper bots against launchpad if they want to automatically change statuses14:21
bloodearnestmgz, right - we have one of those bots to sync with kanban cards, so I must be seeing the status changed via that and getting confused14:21
bloodearnestthanks14:22
mgzyou should be able to remove the lp bug number from the kanban card, or set a description to prevent syncing14:23
bloodearnestmgz, I think the kanban sync is ok - it just happend at the same time I pushed a --fixes comment, so I thought that had done it14:24
bloodearnestmgz: we have a custom leankit sync bot - is there a general sync option available?14:26
mgzno, but lots of people have bots14:27
mgzhow does yours compare to lp:lp2kanban for instance?14:28
bloodearnestmgz: not sure, I've not worked on it, but it's a two way sync14:33
bloodearnestseems the App Store haz issues: http://www.marco.org/2012/07/04/app-store-corrupt-binaries14:37
=== zyga is now known as zyga-afk
=== zyga-afk is now known as zyga
psusiis there a bzr equivalent to git describe?15:54
psusii.e. tell me what version this tree is15:55
mgz`bzr revno` and `bzr revno --tree` depending on what exactly you want15:58
psusiahh, thanks16:00
=== zyga is now known as zyga-afk
=== zyga_ is now known as zyga

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