/srv/irclogs.ubuntu.com/2007/12/25/#bzr.txt

catfactscan someone help me set up a bzr+launchpad account00:04
beunocatfacts, do you have a launchpad account already?00:07
catfactsyes00:08
catfactsi have a project and a project branche reged too00:08
beunocatfacts, great, then it's fairly simple00:08
beunocatfacts, perfecto00:08
beunowhat's your username and project name?00:08
beuno(so I can just paste you what you need to do)00:08
catfactscatfacts3192 and fcm-colab00:08
catfactsi tried00:09
catfactsbzr push bzr+ssh://catfacts3192@bazaar.launchpad.net/~catfacts3192/fcmcolab/fcm-colab00:09
beunoyou want to setup a new repository in launchpad?00:09
catfactsand got an error00:09
catfactsno i have one00:09
catfactshttps://code.launchpad.net/~catfacts3192/fcmcolab/fcm-colab00:09
beunocatfacts, what error did you get?00:09
catfactsa big one h/o00:09
beunocatfacts, have you commited to the branch already?  do you have revisions?00:10
catfactshttp://pastebin.ca/83148300:10
catfactsyes i did one initial commit00:10
catfactsto my computer00:10
beunocatfacts, seems that you don't have your ssh key setup properly00:11
catfactsssh key?00:12
beunoyes, that's what LP uses for authentication00:12
catfactsah00:12
catfactsso how do i set this up00:12
beunoyou have a key uploaded to your profile, you should double check that your on the same PC that you created that key00:12
catfactsoh00:12
catfactsi just reinstalled, like today00:12
beunocatfacts, right, did you save your ~/.ssh folder?00:13
beunoif not, http://bazaar-vcs.org/Bzr_and_SSH00:13
beunois a good way to regenerate it00:13
catfactsi have a file called known_hosts00:13
beunocatfacts, did you save your ~/.ssh folder?00:14
beunoor is it a fresh one?00:14
beunoyou need to have 2 files, id_rsa and id_rsa.pub00:14
beunoif you don't00:14
beunoyou need to regenerate your key00:15
beunoand upload it again to LP00:15
catfactsnow i do00:15
beunocatfacts, did you re-generate or copy the old one?00:15
catfactsnew one00:15
beunogreat, then upload the new key to LP00:16
catfactsdone00:16
catfactsok it looks like it is doing something00:16
beuno:D00:16
catfactsbzr: ERROR: bzrlib.errors.TooManyConcurrentRequests: The medium '<bzrlib.smart.medium.SmartSSHClientMedium object at 0x866f14c>' has reached its concurrent request limit. Be sure to finish_writing and finish_reading on the currently open request.00:17
beunoah, not nice00:17
beunowhat version of bzr are you running?00:18
catfactshttp://pastebin.ca/83148600:18
catfactsi guess the most recent one00:18
catfactsi just updated my system00:18
beuno0.90, 1.0 is out already00:18
beunoI'd recommend to update to that00:18
catfactsand after this i get to fix php5+apache :p fun00:18
beunoit's far more stable00:18
beunohttp://bazaar-vcs.org/Download00:18
catfactsyup .900:19
beunocatfacts, I have to run00:19
beunogood luck with that00:19
catfactssigh thanks00:21
catfacts:P00:21
catfactscan someone tell me what to do http://pastebin.ca/83149700:37
catfactsi registered that branch so i have no clue00:40
jelmercatfacts, try running "bzr break-lock"00:42
catfactslooks good so far jelmer00:58
=== Peng_ is now known as Peng
=== Verterok is now known as Verterok_
=== Peng_ is now known as Peng
=== Peng_ is now known as Peng
=== Peng_ is now known as Peng
=== Peng_ is now known as Peng
``Cubejelmer: no news?11:04
tumbleweedwhat's whrong with this URL? pserver://anonymous:anonymous@cvs.drupal.org:/cvs/drupal/drupal?tag=DRUPAL-5-513:59
tumbleweedit seems to be downloading trunk13:59
tumbleweeds/trunk/HEAD/13:59
tumbleweederk, seems there's no mention of tag support in the source...14:03
tumbleweedbad documentation--14:03
jelmertumbleweed: ?14:19
jelmerThe user guide should have documentation on tags14:19
* fullermd is somewhat frightened at the thought of bzr working with pserver:// URL's...14:47
jelmerfullermd: I think he's using launchpads import service or something15:00
fullermdjelmer: Does that mean you're NOT writing bzr-cvs any time soon?   ;)15:02
jelmeryup (-;15:03
* jelmer still needs to spend some time with bzr-git to make it workable15:04
tumbleweedjelmer: In that case I've never seen the config-manager docs15:25
tumbleweedjelmer: because I never found anything beyond the most basic list of features and an example15:25
jelmertumbleweed: ah, you're talking about config-manager15:26
jelmerlifeless is the person you'd want to talk to15:26
jelmerI doubt there are much config-manager users here15:26
tumbleweedjelmer: ja, I left him a /msg a few days ago15:26
tumbleweedjelmer: I've been having no end of trouble with it :-)15:26
tumbleweedtcp resets ++15:28
datouuh, oh.16:05
datocan somebody confirm/deny that with bzr.dev running `bzr diff` in a subdirectory only shows changes under that directory?! (works in 1.0)16:05
fullermdEr.  Not that I've seen...16:05
datofullermd: aha. well, if you could check, that'd be nice16:10
beunodato, I can confirm that16:16
beunobzr diff in the latest bzr.div only outputs the changes within that dir16:16
beunoactually, it does recursively go to other dirs16:17
beunobut misses the parent dirs16:17
beunos/go/goes16:18
beunobzr status outputs correctly though16:18
* dato files a bug16:22
ubotuNew bug: #178591 in bzr "running `bzr diff` in a subdirectory does not show changes in theparent directory" [Undecided,New] https://launchpad.net/bugs/17859116:31
=== micr0c0sm is now known as micr0|food
=== micr0|food is now known as micr0f00d
Qhestionis it possible to integrate bazaar into kdevelop?19:24
beunoQhestion, I suppose with enough time/effort, you can integrate it into anything, but there isn't any plugins like for eclipse as far as I know19:25
Qhestionwell, it "has" Perforce, CVS, Clearcase and Subversion...19:25
Qhestionnot that i would ever want to use these...19:25
beunoQhestion, yeap, there shouldn't be any other reason besides someone taking the time to do it for it to exist19:26
Qhestioni prefer command line anyway :/19:26
Qhestion(usually, but i just tried kdevelops "new project" wizard and it asked me for a version control system to use... eeh.)19:27
Qhestionok thanks19:27
beunoQhestion, you might want to open a bug requesting it19:28
beunoknowing that there is some interest in it, you might make someone curious enough to try19:28
Qhestioni really should19:28
Qhestioni will - at least if that bugtracker does not require me to create an account first19:29
beunoQhestion, launchpad will, yes19:30
Qhestionoh launchpad19:30
Qhestioni thought you meant the kdevelop trackers...19:30
Qhestionfunny, there are *always* two sides..19:30
beunoQhestion, I'd file it in launchpad first19:30
beuno:D19:31
Qhestioni think i should do that19:31
beunohttps://bugs.launchpad.net/bzr/19:31
Qhestiondid not find the trackers for kdevelop...19:31
Qhestiontheir homepage is not very well organized i guess19:31
Qhestionand here comes another @mailinator.com account :/19:32
Qhestionand konqueror hangs, does not display the launchpad site..19:33
mathrickhiya22:40
mathrickcongrats on 1.0 :)22:40
mathrickalso, rebasing can be used to reshape the commit history into clean "logical" patches, instead of how the devel actually happened, right? If so, how exactly would I go about that?22:41
=== asak__ is now known as asak
=== asak__ is now known as asak

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