/srv/irclogs.ubuntu.com/2007/09/15/#bzr.txt

=== Demitar [n=demitar@c-212-031-182-147.cust.broadway.se] has joined #bzr
=== synic [n=squish@pdpc/supporter/student/synic] has joined #bzr
synicfailed to open trace file: [Errno 13]  Permission denied: '/root/.bzr.log'12:14
synicI get that when trying to perform most operations12:14
synicI assume it's a common error?12:14
=== hsn_ [n=chatzill@234.114.broadband5.iol.cz] has joined #bzr
jelmersynic: nope - are you running bzr as root?12:19
synicno12:19
synicnever have.12:19
synicit just started happening, on all my machines12:19
jelmersince when ? upgrade to a new version of bzr?12:20
synicI haven't upgraded anything, unless a security release broke it12:21
fullermdSounds more like it's running as a non-root user, who has /root as $HOME.12:25
jelmerI suspect something else has changed in your environment.. does "printenv | grep /root" print anything?12:26
synicno, nothing12:30
=== sverrej [n=sverrej@c947DBF51.dhcp.bluecom.no] has joined #bzr
=== bac is now known as bac_afk
=== asabil [n=asabil@ti0035a340-0084.bb.online.no] has joined #bzr
=== elmo [n=james@83-216-156-21.jamest747.adsl.metronet.co.uk] has joined #bzr
=== bogdano [n=bogdano@201-40-202-24.ctame704.dsl.brasiltelecom.net.br] has joined #bzr
=== bogdano [n=bogdano@201-40-202-24.ctame704.dsl.brasiltelecom.net.br] has left #bzr []
=== asac_ [n=asac@debian/developer/asac] has joined #bzr
=== asac_ is now known as asac
=== herzel44 [i=herzel@gateway/tor/x-918396cbdde41c5d] has joined #bzr
=== cprov is now known as cprov-out
=== J-Unit [n=jdong@ubuntu/member/jdong] has joined #bzr
=== spiv [n=andrew@canonical/launchpad/spiv] has joined #bzr
ubotuNew bug: #139722 in bzr "Bzr not installed into path via windows installer" [Undecided,New]  https://launchpad.net/bugs/13972202:45
=== mw is now known as mw|out
=== J-Unit [n=jdong@ubuntu/member/jdong] has joined #bzr
=== orospakr [n=orospakr@bas4-ottawa23-1088826818.dsl.bell.ca] has joined #bzr
=== NamNguyen [n=namnt@cm246.delta196.maxonline.com.sg] has joined #bzr
=== Admiral_Chicago [n=FreddyM@st074039212101.monm.edu] has joined #bzr
=== jix [n=jix@dyndsl-091-096-043-089.ewe-ip-backbone.de] has joined #bzr
=== cprov [n=cprov@canonical/launchpad/cprov] has joined #bzr
=== jrydberg_ [n=Johan@c80-216-246-123.bredband.comhem.se] has joined #bzr
=== jmillionator [n=root@ubuntu/member/jdong] has joined #bzr
spivAnyway here have a live.gnome.org wiki login already?  http://live.gnome.org/BzrForGnomeDevelopers says "bzr 0.9" when it means "bzr 0.90".04:20
fullermdI dunno.  I'd like to see somebody using bzr 0.9 and bzr-svn 0.4.2...   it just takes a little hacking.04:21
jelmerspiv: I've got one, will fix it04:22
spivjelmer: thanks!04:23
spiv(I have more than enough accounts on random wikis and things already...)04:23
jelmer:-)04:23
=== mneptok arrives 3 minutes too late
=== ion [n=ion@70-59-231-23.phnx.qwest.net] has joined #bzr
=== sverrej_ [n=sverrej@tul-1x-dhcp017.studby.uio.no] has joined #bzr
=== jmillionator is now known as D-Pain
=== pygi [n=mario@83-131-80-132.adsl.net.t-com.hr] has joined #bzr
=== BasicOSX [n=BasicOSX@fortress.tanners.org] has joined #bzr
=== ardu [n=ardu@adsl-69-231-205-97.dsl.irvnca.pacbell.net] has joined #bzr
sriso.. how is performance these days.. can we compete against git?  just curious07:18
sriand btw hi, long time no see.07:19
=== BasicMac [n=BasicOSX@warden.real-time.com] has joined #bzr
D-Painperformance is a lot better IMO for day to day usage...07:31
D-Painstuff like status, diff, ci are a lot more acceptable07:31
D-Painbut networking speed still needs work IMO07:31
=== D-Pain is now known as ll-cool-jdong
PengCommit is "a lot more acceptable"? Is it better than it was a month ago?09:01
PengSay, ten times better?09:01
spivPeng: talk to lifeless when he's around09:04
spivPeng: he's been making some massive improvements to commit, although most of that won't be seen until the 0.92 release in about a month.09:05
=== AfC [i=andrew@office.syd.operationaldynamics.com] has joined #bzr
PengA couple months ago, I had 3-minute commits for my homedir. I converted it to hg and now they're 15 or 20 seconds.09:44
PengCommit improvements and the C patiencediff should help.09:45
Peng(bzr diff took 30 seconds)09:45
Peng(on one file)09:45
Peng4.5 seconds or so with hg diff.09:46
AfCI bet it's using the short cut of only diffing if it sees the mtimes are different.09:46
PengThe mtimes are different.09:47
PengAnyway, it's one file.09:47
PengWhat do you mean?09:47
PengWhen committing?09:47
PengHg only checks files with different mtimes, while bzr checks everything?09:48
AfCI believe so09:48
PengEither way, 4.5 seconds vs. 30 seconds for diff isn't because of that.09:48
AfCThis being the more correct behaviour - you can't really trust mtimes.09:48
PengRight09:48
Peng.09:48
AfCPeng: (but many systems do)09:49
PengHg uses a regular old sucky diff algorithm. :(09:49
AfCPeng: (and I'm talking about more than just VCS here)09:49
AfCPeng: there's that too.09:49
PengDiff algorithms don't matter when committing, though, unless you use --show-diff or whatever09:49
Peng.09:49
AfCI am generally convinced that Bazaar performs more "correctly" than most of the other systems, but the nature of competition is that it's hard to establish this and justify it.09:50
=== luks [i=lukas@unaffiliated/luks] has joined #bzr
PengI know. I love Bazaar. It's great.09:50
PengExcept it's extremely slow.09:50
AfCPeng: that's down from glacially slow, though :)09:51
PengIn fact, I've run into a couple integrity issues with hg that I didn't experience with bzr. But 3 minute commits are just too much.09:51
PengAlso, bzr doesn't support copying files.09:51
AfC[copying?] 09:51
PengAs in cp?09:52
PengOn the other hand, bzr has just abotu perfect rename support.09:53
Pengabout*09:53
AfCPeng: still not quite sure what you're needing there09:53
PengAfC: What do you mean?09:53
AfCCOPYING09:53
PengWhat about it?09:54
AfC{sigh} What about copying files are you trying to achieve, and how is Bazaar supposed to somehow contribute to this?09:54
PengSometimes I want to copy a file. Bazaar can't do it.09:54
PengIf I want to 'cp fileA fileB', I can't do it and preserve history in Bazaar.09:55
PengHmm. I'm not sure how much history is preserved across copies in other VCSes, or how much it should be.09:56
=== Peng wanders off.
=== luks [i=lukas@unaffiliated/luks] has joined #bzr
=== phanatic [n=phanatic@dsl54028394.pool.t-online.hu] has joined #bzr
=== Peng [n=mnordhof@fl-69-69-137-70.dyn.embarqhsd.net] has joined #bzr
=== herzel44 [i=herzel@gateway/tor/x-b00c9512b36c9cb9] has joined #bzr
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #bzr
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has left #bzr []
=== Rade [n=Rade@91.143.221.169] has joined #bzr
=== cfbolz [n=cfbolz@p54ABB3F6.dip0.t-ipconnect.de] has joined #bzr
=== cfbolz [n=cfbolz@p54ABB3F6.dip0.t-ipconnect.de] has joined #bzr
=== NamNguyen [n=namnt@cm246.delta196.maxonline.com.sg] has joined #bzr
=== herzel44 [i=herzel@gateway/tor/x-50b119e7b44d4674] has joined #bzr
=== Demitar [n=demitar@c-212-031-182-147.cust.broadway.se] has joined #bzr
=== pmezard [n=pmezard@nor75-4-81-56-59-92.fbx.proxad.net] has joined #bzr
=== jrydberg_ [n=Johan@c80-216-246-123.bredband.comhem.se] has joined #bzr
=== Demitar [n=demitar@c-212-031-182-147.cust.broadway.se] has joined #bzr
=== Demitar [n=demitar@c-212-031-190-120.cust.broadway.se] has joined #bzr
=== aclose [n=aclose@c-24-13-93-130.hsd1.il.comcast.net] has joined #bzr
=== mw|out [n=mw@189.146.24.28] has joined #bzr
=== Demitar_ [n=demitar@c-212-031-190-120.cust.broadway.se] has joined #bzr
=== schierbeck [n=daniel@dasch.egmont-kol.dk] has joined #bzr
=== gldnspud [n=gldnspud@72.171.93.139] has joined #bzr
schierbeckany bzr-gtk people in here?04:43
=== fog [n=fog@debian/developer/fog] has joined #bzr
=== pygi [n=mario@83-131-22-156.adsl.net.t-com.hr] has joined #bzr
=== cprov [n=cprov@canonical/launchpad/cprov] has joined #bzr
=== Demitar [n=demitar@c-212-031-182-147.cust.broadway.se] has joined #bzr
=== schierbeck [n=daniel@dasch.egmont-kol.dk] has joined #bzr
schierbeckhi guys05:42
schierbeckdo you know if there's a recent build of bzr for win64?05:42
ubotuNew bug: #139803 in bzr "Bazaar does not run on 64-bit Windows systems" [Undecided,New]  https://launchpad.net/bugs/13980305:50
=== fog [n=fog@debian/developer/fog] has left #bzr []
=== Verterok [n=ggonzale@184-220-114-200.fibertel.com.ar] has joined #bzr
=== cpro1 [n=cprov@189.0.126.225] has joined #bzr
=== ll-cool-jdong is now known as jdong
=== cpro1 is now known as cprov-afk
=== jdong is now known as jeminem
=== Demitar [n=demitar@c-212-031-182-147.cust.broadway.se] has joined #bzr
=== jeminem is now known as jdong
=== grimboy [n=grimboy@85-211-254-202.dsl.pipex.com] has joined #bzr
=== mlh [n=mlh@c211-30-211-232.belrs1.nsw.optusnet.com.au] has joined #bzr
ubotuNew bug: #139824 in bzr "`bzr co .` in branch with WT gives error FileExists" [Undecided,New]  https://launchpad.net/bugs/13982408:00
=== ubuntulog [i=ubuntulo@trider-g7.fabbione.net] has joined #bzr
=== Topic for #bzr: The Bazaar Version Control System | http://bazaar-vcs.org/ | Bazaar 0.90 and 0.91rc2 are out - http://bazaar-vcs.org/Download | Please complete the Bazaar User Survey - http://www.surveymonkey.com/s.aspx?sm=L94RvLswhKdktrxiHWiX3g_3d_3d
=== Topic (#bzr): set by poolie at Wed Sep 12 03:35:03 2007
=== pete__c [n=pete@032-463-246.area7.spcsdns.net] has joined #bzr
=== grimeboy [n=grimboy@85-211-246-68.dsl.pipex.com] has joined #bzr
=== BasicOSX [n=BasicOSX@gatekeeper.tanners.org] has joined #bzr
=== BasicMac [n=BasicOSX@gatekeeper.tanners.org] has joined #bzr
=== BasicMac [n=BasicOSX@gatekeeper.tanners.org] has joined #bzr
=== BasicMac__ [n=BasicOSX@gatekeeper.tanners.org] has joined #bzr
=== bogdano [n=bogdano@201.40.202.24] has joined #bzr
=== bogdano [n=bogdano@201.40.202.24] has left #bzr []
=== asak [n=alexis@201-1-46-243.dsl.telesp.net.br] has joined #bzr

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