/srv/irclogs.ubuntu.com/2008/12/10/#bzr.txt

lifelessjam: btw, is up or down 'towards parents'00:20
jamparents are up00:21
jelmerlifeless, pong00:53
jelmerAfC, I would very much like a bug report :-)00:53
AfCjelmer: It was a false alarm, turns out. I think their first revision is huge (it was an import of an existing project into VCS), and I was on poor link. I tried it again from my office and while it took a long time before network traffic started, eventually it got going and did a huge transfer.00:56
AfCjelmer: thanks for your response, though.00:56
jelmerAfC, ah, ok - no progress indication whatsoever, or just slow?00:56
lifelessjelmer: hi00:57
jelmerlifeless: hi!00:58
lifelessjam: merge_sorted would be more concise perhaps00:58
AfCclassic case of Bazaar's less than useful progress indicator hurting more than it helps - it was camped out on the initial 0/260 for several minutes. And since no network I/O was going on either, it was disheartening.00:58
AfC(it's so cosmetic, but if youtube-dl can actually give you live activity stats, surely bzr could. Its one of the things that massively contributes to the subjective opinion that Bazaar is slow if you've used Git)00:59
lifelessAfC: was the spinner spinning?00:59
jelmerlifeless, what's up?00:59
jelmerAfC, right00:59
AfC(and yes, I know about how it's all one library call, and that library doesn't report back events, etc. {shrug} Whatever it is, it needs replacement.)00:59
fullermdWell, look at the bright side; if the progress indicator actually updated progress more, you'd have more chances to get annoyed at the step-numbering...00:59
AfClifeless: checking01:00
AfC[and if you haven't tried youtube-dl, grab it and watch it go. It's *sweet* from a user feedback standpoint]01:00
* fullermd rather likes mtn's progress output too.01:00
fullermdBoth in its smoothness of update, and in that it *STAYS* there; after it's done, you can still see what it did.01:01
lifelessjelmer: are  you waiting on me for any reviews?01:01
AfClifeless: can't reproduce right now. I'll try it again from that cafe later today.01:02
lifelessAfC: k01:02
fullermdAfC: Of course, you think THAT bad usage of a library is living long...   Mozilla *STILL* doesn't give you any freakin' stats on what/how much/how fast it's loading.  WTF?01:03
AfClifeless: [just now there was 21 seconds of no progress bar at all, and no network activity, and then a monster transfer, and then the progress bar came up at 1/. When I was having the trouble 2 days ago it was stuck at 0/ with no network activity]01:03
jelmerlifeless, not that I'm aware of :-)01:07
jelmerlifeless, well, I'm waiting for two minor requests for bzr and one for pqm, but that's not waiting on you particularly01:08
AfCIs bzr-webserve still an active project, or did it get absorbed by loggerhead  | launchpad, or ...?01:09
AfCSorry, my actual question is "I've long heard discussion of a simple and if-possible-more-or-less-built-in web interface for Bazaar; did anything come of that? Is bzr-webserve that?"01:10
spivAfC: not yet01:11
AfCEither way, what should I be trying and who trying to help?01:11
AfCs/who/who should I be/01:11
spivI think a cut-down loggerhead is likely to be the way to get there.01:11
spivBut I don't know of anyone working on it.01:12
AfCspiv: k, thanks01:13
lifelessspiv: I've updated bzr-email for server side deployments01:13
lifelessspiv: if there are docs for gnome or whatever you might like to give it a spin :)01:14
spivlifeless: ah, neat.01:21
=== Mario__ is now known as pygi
=== Mario__ is now known as pygi
=== Mario__ is now known as pygi
ym1I used bzr co to get a project from google code. I would like to work for some times locally using bzr.02:06
ym1However as soon as I try to do a bzr commit, bzr tries to commit on google code. what should I do to stop this ?02:07
jelmerym1, use "bzr branch" rather than "bzr co"02:10
ym1jelmer: I have already done some modification there. Is it too late to save this branch02:16
jelmerym1, "bzr unbind"02:18
jelmerwill turn a "bzr co" into a "bzr branch"02:18
ym1jelmer: thank you02:18
ym1That is the command I was looking for02:19
ym1Before applying, does bzr bind is working in the context of bzr svn ?02:20
ym1If yes that means that I can work disconnected for some times that then apply my changes to the central repository.02:21
ym1jelmer: If this possible I am curious to know how the 10 "locals" commit is going to be represented in the central SVN repository.02:22
jelmerym1, you'll have to push them back using "bzr push"02:24
* spiv -> lunch02:47
ToyKeeperD'oh.  'bzr st' reports modified files, and 'bzr di modified_file' says nothing at all.05:39
spivToyKeeper: does "bzr st" report it with a "*"?05:40
ToyKeeperNope.05:40
spivOr any other flags?05:41
ToyKeeperThe only odd thing is I made the branch via bzr-svn.05:42
ToyKeeperLet's see... bzr 1.10~rc1-1 from debian05:43
spivThat doesn't affect working trees AFAIK.05:44
spivCan you pastebin the exact output of the bzr st and bzr diff?05:44
ToyKeeperSure.05:44
ToyKeeperAh, it's definitely because of bzr-svn.05:45
ToyKeeperWhen I disable it, everything works fine.05:45
ToyKeeperI'm guessing jelmer did something clever.05:46
ToyKeeperLike, intercepting diff and hiding the result if 'svn diff' says it's up to date.05:46
spivThat does sound like a bzr-svn bug, although a weird one.05:46
spivBut it's not an SVN working tree?05:47
ToyKeeperIt's also a svn working tree.05:47
spivYou mean there's both .svn and .bzr stuff for that directory?05:47
ToyKeeperThis project does stupid things, like call 'svn info' during its debian build process.05:47
ToyKeeperYes, both .bzr and .svn dirs.05:47
spivI can see how that would cause confusion -- the .svn directory might think the working copy is at a different revision to where the .bzr directory thinks it is at.05:48
spivSo inconsistent results are a fundamental issue there.05:48
spivI guess bzr-svn could perhaps try to warn you if that's the case, although I'm not sure it's possible to do that cheaply with svn.05:49
ToyKeeperYeah, I don't care if svn is confused by it.  I'd prefer to get rid of it entirely.05:50
ToyKeeperI'm thinking I'll probably skip bzr-svn on this one...  don't need history just to make a few small patches.  :)05:51
spivIf you don't care what svn thinks, then just get rid of the .svn directories :)05:51
ToyKeeperThat breaks the build process.  :(05:52
ToyKeeperOh, nice.  'bzr diff file' says nothing, but 'bzr diff' alone shows the changes.05:52
ToyKeeperOr, with bzr-svn removed, everything works.05:52
ToyKeeperwoot, bzr-svn also breaks 'commit' in this case.06:02
funkychicken818i am running bzr on windows and i have two problems 1 when i open bzr i get unable to load bzr-svn extension - did you build it? 2 bzr cache is annoying and takes up to much memmory how do i stop it?06:12
funkychicken818any one?06:14
ToyKeeperI've never tried bzr on Windows, so I'm not much help.06:15
rocking777hello room07:32
rocking777i am using bzr for the first time ein my new project and facing lot of difficulties07:33
rocking777there is work going on 2-3 of my modules and one of the module is completeed. I want to push this module to staging server07:33
rocking777but it is not allowingg me to do so07:33
rocking777it is saying that there are uncommitted changes in my code07:33
bob2'push' doesn't care about thta07:35
bob2what command are you running?07:35
rocking777bar push and then providing the repository address07:41
rocking777my bazaar checkout is a direct branch of SV07:41
rocking777SVN07:41
rocking777bzr push svn+ssh://my address07:42
vilahi all07:46
vilarocking777: 'push' cares only about revisions, so to avoid errors it checks about uncommitted changes07:47
vilaYou may want to look at shelve/unshelve to get to a point where you can commit and then push07:48
rocking777yes, but then those uncommitted changes are related to other modules07:49
rocking777so i dont want to commmit or push that coe07:49
igchi vila07:49
rocking777i want to push only the code related to my module07:49
vilaigc: HI !07:49
vilaigc: was thinking about you at that precise second :-)07:50
igcvila: :-)07:50
fullermdFine then, don't think about me   :(07:51
Peng_igc: Welcome back. :)07:51
igcthanks Peng_07:51
igcfullermd: we're always thinking of you  - take it for granted :-)07:52
vilafullermd: I was thinking about you when reading my IRC backlog :-)07:52
* fullermd is mollified for the moment.07:52
vilaPeople most often refer to the Muppet's Show for the Swedish Chef, but my favorite muppets were the two old mens and their remarks... :-)07:54
vilaThat was a random thought of course....07:54
funkychicken818bzr cache is annoying and takes up to much memmory how do i stop it?08:08
jmlvila: Waldorf and Stadtler, I think.08:08
vilajml: Wow ! I didn't even know they had *names* :-)08:10
* fullermd nods at jml.08:10
luksfunkychicken818: depends on what do you mean by bzr cache08:20
GPH-Laptopjml, vila, fullermd: I'm pretty sure it was Statler (without the D)08:28
funkychicken818luks well i mean the tortise cache bzr cache08:29
funkychicken818Tortoise Bazaar08:29
Peng_GPH-Laptop appears to be correct.08:30
GPH-Laptop;)08:34
luksfunkychicken818: surry, I don't know then08:36
funkychicken818hey how do i not cache with bzr?09:27
LarstiQfunkychicken818: most of us are not windows users, I at least have only a vague hunch what that means. Is that the status cache to speed up icon overlay drawing?09:33
funkychicken818yes09:36
funkychicken818its very annoying its taking up tons of memory09:36
funkychicken818right now its at 500,000 K09:37
funkychicken818and i only have 2GB of memory09:37
funkychicken818LarstiQ: is the any way to stop it?09:37
=== beaumonta is now known as abeaumont
wild_oscarhey there. could someone help me with the bazaar plugin for eclipse?13:14
wild_oscarI was following the steps here http://bazaar-vcs.org/BzrEclipse/Installation13:14
wild_oscarbut I'm getting an error when configuring bazaar in the preferences: http://pastebin.com/d45c5652213:15
=== Mario__ is now known as pygi
vilawild_oscar: what does 'bzr plugins' display ?13:52
vilawild_oscar: or said otherwise, do you have the xmloutput plugin installed ?13:52
kebomixFree Programming e-books With Direct Links & Request ebooks Here : http://request-ebooks.blogspot.com/14:07
wild_oscarback14:12
wild_oscarvila: well, it seems it was a problem with bzr's version14:13
wild_oscarI upgraded to 1.10 and it's working14:13
vilagood14:13
wild_oscarthanks for the tip, though14:14
nevansso... let's say that you are writing a teeny tiny little library for a community that seems irrationally connected to github, and you want to make a git mirror so that they can send in patches that way15:10
nevansbut you would rather be using bzr yourself15:10
nevanswhat are your options (besides just sucking it up and using git yourself, because that's what the crowd wants)15:11
lifelessnevans: use bzr fast-export to generate the git repo15:36
=== Mario__ is now known as pygi
lifelessnevans: and insist on patches not branches being given to you :)15:36
nevanslifeless, sounds like a plan.  :)15:40
nevansI suppose there isn't a decent two way mirroring solution as of yet?15:41
=== Mario__ is now known as pygi
NfNitLoopHrmm.15:55
NfNitLoopSO I've got a bzr repo that I've been working on standalone.15:56
NfNitLoopand I would like to check it in to subversion.15:56
NfNitLoopI tried bzr svn-push $REPO/branches/newbranchname15:56
NfNitLoopis that correct?   (I got an assertion failed message.)15:56
NfNitLoopThis is with 1.9 and the corresponding bzr-svn, so I guess I'll upgrade and try again.15:57
luksdoes anybody know if there is a way to get bzrlib call ui_factory.get_password() when using openssh?16:07
NfNitLoopHmm, same error with bzr 1.10 and the new (.4.x) bzr-svn:16:08
NfNitLoopassert not self.push_metadata or self._new_revision_id is None or self._new_revision_id == revid16:09
NfNitLoopfails.  :/16:09
khemicalsI set up bzr server to run via xinetd on Centos 5 via the EPEL package (version 1.3.1) and was getting bzr: ERROR: Generic bzr smart protocol error: Server is not a Bazaar server: Received bad protocol version marker: 'No handlers could be found for logger "bzr"\n'16:09
khemicalsso I upgraded to 1.10 -- still getting that error and an additional set of "Server does not understand Bazaar network protocol 3, reconnecting.  (Upgrade the server to avoid this.)" -- ideas?16:10
NfNitLoopkhemicals: Hmm, I haven't actually ever run the bzr server before... sorry.16:12
NfNitLoopkhemicals: Why are you using that instead of just HTTP and/or SSH?16:13
NfNitLoop(just curious)16:13
khemicalsWhen over SSH I get similar error message16:13
khemicalshaven't tried HTTP16:13
lifelessNfNitLoop: tat should have been right; I suggsest putting a question on bzr-svn in lp16:14
lifelessluks: no, openssh doesn't call the get_password callback16:14
NfNitLooplifeless: actually, what I'm working on isn't a branch, it's completely new code.16:15
NfNitLoopI'm wondering if that's what's messing it up.16:15
lukslifeless: so if I call access a bzrlib transport from a GUI program and it needs password I'm screwed?16:15
lifelessluks: ssh-agent16:16
lifelessNfNitLoop: no, that should be fine.16:16
lifelessbbiab16:16
NfNitLoopand instead of trying to put it in $REPO/newproject, I'm trying to put it in $REPO/oldproject/branches/xyz which might confuse the branching scheme?16:16
NfNitLoopaah.16:16
lifelessNfNitLoop: ah, newproject may be better ;16:16
lifeless)16:16
lifeless-gone16:16
lukslifeless: well, not in *my* case, but how do I tell the user it's not going to work?16:16
lukshm, perhaps I should force bzrlib to use paramiko when running qbzr commands16:17
jamluks: you're pretty dependent on how ssh works16:19
jamIt generally doesn't let you get around its password prompt, for security reasons.16:20
luksjam: I just don't want my programs to hang, that's all16:20
jamI thought there was a way to declare a password program.16:20
jamSince that works with Gnome, etc.16:20
luksjam: it sits and waits for the password on a terminal, with no notification to the GUI16:20
jamIf you run something that requires ssh but doesn't have aterminal, it will pop up a gui password16:20
luksjam: I'd rather make it fail than do this16:20
jamluks: man ssh gives me this: http://paste.ubuntu.com/83568/16:21
NfNitLooplifeless: aha, yes, pushing to $REPO/newproject worked.  Unfortunately that doesn't match our branching scheme here, hrrmm.16:22
khemicalsluks: Why not just use ssh keys for auth instead of password auth?16:22
jamI also see something about SSH_TTY16:22
lukskhemicals: because I don't have a way to tell the user of my application that asking for password is not going to work in this specific case16:23
jamYou can also pass "-n" to the ssh process16:23
lukskhemicals: I can't do it globally, because it works for some different ssh provider16:23
jamwhich causes it to redirect stdin to /dev/null16:23
jamkhemicals: luks is trying to get qbzr to work nicely16:23
jamwhich is a gui app16:23
jamluks: I would recommend doing something with SSH_ASKPASS16:24
jamit seems like you could have a tiny qbzr command16:24
luksI'll try that16:24
jamwell, probably not command16:24
jamit probably needs to be a full script, etc.16:24
khemicalsDid you poke at how tortoiseCVS handles it?16:24
jamkhemicals: I'm pretty sure TCVS requires you use the putty code16:24
luks"bzr qaskpass" should probably work16:25
jamnot openssh16:25
jamluks: I just don't know if you can supply arguments, or if it has to be a single no-whitespace string.16:25
jamenv vars aren't particularly great for allowing whitespace-in-path *and* allowing arguments16:26
lukshmm16:26
luksI need to find a way to trick it into thinking it doesn't have a terminal available16:26
LeoNerdpipe stdout through cat?16:27
luksnah16:28
luksit's smarter than that :)16:28
fullermdPresumably you'd have to use something like setsid() to throw away the process group holding you on the terminal.16:30
=== abadger19991 is now known as abadger1999
jamluks: it mentions needing to redirect stdin to /dev/null as a possibility16:36
jamyou could also unset TTY16:36
jamand possibly SSH_TTY16:36
jamI don't know why that would be set16:36
jam(I would assume ssh itself sets that)16:36
jamor passing "-n" on the command line16:36
jamA bit hard to do through the bzr layers16:36
jambut you could hack it in and see if that fixes it16:36
luksjam: nope, neither of that works16:36
jamluks: not even -n ?16:36
luksit seems to be a common problem though16:36
jamdo you have DISPLAY set?16:36
luksI have a running X11 session, so yes16:37
jamanyway, I've never done it myself16:38
jamjust trying to track down the things it mentions in the man page16:38
luksit will really need some syscalls to disassociate the process from the terminal16:39
lukswhich will get ugly, I guess16:39
jamof course, it is easier if you just force the ssh agent to be paramiko16:48
jambut that would also mean losing whatever config they have set up in ssh16:48
jamAnd I know I have some ssh connections that require going through a proxy ssh connection, etc16:48
jam(canonical is pretty tight on security)16:48
jamIt is probably not the most common case, but I know I can't (easily) use paramiko to access things on most canonical machines.16:49
=== Mario__ is now known as pygi
vilaluks: as a last resort you may check that the SSH_AUTH_SOCK env variable is set to ensure same ssh agent is used...(but do ssh agents work for passwords ?)17:01
=== Mario__ is now known as pygi
khemicalsfound the cause of the issue I noted earlier -- noting for anyone reading through the logs -- set the BZR_LOG env variable and the errors go away (set it to something writable -- ala /tmp/bzr.log) -- suggest setting to something sane and properly perm-set for a proper permanent solve17:19
khemicalsbug #10611717:19
ubottuLaunchpad bug 106117 in bzr "bzr serve should log somewhere other than ~/.bzr.log" [Low,Confirmed] https://launchpad.net/bugs/10611717:19
=== sabdfl1 is now known as sabdfl
rockyjelmer: hey ... when a bzr svn-push is pushing and it scans for all branches in the remote svn repo .... does it save that info so it doesn't have to do it again on the next svn-push ?17:59
jelmerrocky, most of it, yes17:59
rockyjelmer: i'm pushing to a repo which apparently has about 1100 branches and it's taking forever right now18:00
rockyi don't undesrtand why it has to scan branches for "projects" which aren't even related to the folder/trunk i'm dealing with18:00
jelmerrocky, 0.5 should be able to not do that18:02
jelmerrocky, 0.4 basically assumes one project per repository18:03
rockygotcha18:04
kjcole'lo. Back again.  I'm rebuilding a knit file the hard way.  What is the last number on the first line (version line) of a knit file and can I regenerate that outside bzr?18:05
kjcoleAnd second, compressing the file: is there any special option I should add to gzip to produce the compressed knit?18:05
kjcole(The knit file doesn't need to be 100%, as the file's been removed.  It just needs to be good enough for the repository to survive an upgrade to a better format.)18:07
kjcoleI have a possibly corrupt version line from the original, and it contains the right filename and line count.  I also have the original file from which the knit was produced.18:08
=== bla515215 is now known as pygi
kjcoleIs the sha1 hash for a knit determined from the raw data (without compression, version header, end trailer, line prefixes) or after?19:49
=== abadger19991 is now known as abadger1999
lifelesskjcole: the sha in a knit record is that of the data alone20:18
kjcolelifeless: Thanks. (I just finished posting the question on the mailing list, so ignore it there.)  Does it exist anywhere else?  and is it simply what "sha1sum" produces?20:22
lifelesskjcole: bzrlib/knit.py20:24
lifelesskjcole: if oyou're creating a knit from scratch you can just use the api :)20:24
kjcolelifeless: Although I've "fixed" the broken gzip knit file, I now have an incorrect sha1. So I'm wondering if it recomputes it or compares it to a stored value.20:24
kjcolelifeless: I suppose that would have been the sensible thing to do. ;-)20:24
lifelessits compared on extraction20:24
lifelessif it doesn't match its an error20:25
kjcolelifeless: Hokay...  Lemme see if I can figure out knit.py.  Thanks.20:26
seb_kuzminskyme again with more problems20:26
lifelesskjcole: I suggest creating the knit using the api20:26
lifelesskjcole: this will ensure no mismatches20:26
lifelessseb_kuzminsky: hi20:26
seb_kuzminskythanks to lifeless, the server-side email plugin/hook is doing it job well20:26
seb_kuzminskybut one of the developers here is on a mac, and it chose to install some unknown version of bzr-email along with bzr 1.1020:27
seb_kuzminskynow his local bound branch tries to run bzr-email when he commits on his mac20:27
seb_kuzminskyand it's failing, it looks like the mac "mail" program isnt quite what bzr-email expects20:27
lifelesswell20:27
lifeless'bzr help email'20:28
lifelesswill document the options there; but that dev doesn't need bzr-email installed :)20:28
kjcolelifeless: I'm just trying to get past an error from a single corrupt file many revisions back.  (The file is one that never changed, and was removed from the repository minutes after it was added.)20:28
seb_kuzminskywe tried setting post_commit_mailer=/usr/bin/true in his .bzr/branch/branch.conf, but to no avail20:28
seb_kuzminskyi understand he doesnt need bzr-email install20:28
kjcolelifeless: (in fact, minutes after the repository was inited.)20:28
lifelesskjcole: yes, I understand, what I'm suggesting is probably the easiest way. Note that you *cannot* make 'check' pass unless you can get something that matches the sha1sum sum in the layer above the knit20:28
kjcolelifeless: Thanks. Will pursue.20:29
lifelesskjcole: as inventing something with a specific sha1 is hard :) - you'll be better off with the rebase-the-repository approach :)20:30
seb_kuzminskyis there a way to enable/disable plugins/hooks on a per-branch basis?  it seems like it's pretty much system-wide20:30
lifelessseb_kuzminsky: the plugins run systemwide, but *activate* per-branch20:31
seb_kuzminskywhat controls which plugins are active on each branch?  i didnt see anything in .bzr/branch20:31
seb_kuzminskyhi lenny20:32
lennybnseb_kuzminsky: hi20:33
seb_kuzminskylifeless: meet lenny my mac-using co-worker20:33
=== lennybn is now known as lennybn_
=== lennybn_ is now known as lennybn
lifelesslennybn: hi20:39
lifelessseb_kuzminsky: well for bzr-email, its 'has a post_commit_to value set'20:39
lifelesslennybn: can you (simplest thing) just remove bzr-email20:39
lennybnlifeless: do you know where it lives?20:40
seb_kuzminskyi'm pretty sure lenny doesnt have post_commit_to set in his .bzr/branch/branch.conf20:40
seb_kuzminskyit's in /usr/share/pycentral on intrepid, not sure about on the mac20:41
lifelesslennybn: python -c 'import bzrlib.plugins.email; print bzrlib.plugins.email.__path__'20:42
lennybnfor future reference it is in /Library/Python/2.5/site-packages/bzrlib/plugins/email20:44
lifelessjust delete that directory20:45
seb_kuzminskylifeless: do you want a bug report against bzr-email that it still does something on mac even if post_commit_to is not set in .bzr/branch/branch.conf?20:46
lennybnI removed the the directory and now it is working correctly.20:48
lifelessseb_kuzminsky: it is set - if lennybn has a bound branch20:50
seb_kuzminskylifeless: i thought the "local" branch had config & plugins independent of the "remote" branch it's bound to (on another machine), is that not so?20:52
lifelessseb_kuzminsky: plugins are per-machine/user; config is bzr/branch/branch.conf + ~/.bazaar/locations.conf + ~/.bazaar/bazaar.conf20:52
lifelessseb_kuzminsky: bound branches couple together two branches20:53
lifelessseb_kuzminsky: or lenny may have had a checkout, which doesn't have a full local branch anyhow20:53
lifelessseb_kuzminsky: I'm aware that there is some less-than-optimal stuff with smarst-server + bzr-email interactions, but don't need a bug for it20:53
seb_kuzminskyoh, hm.  i think he has a "heavy checkout", which i *thought* was the same as a bound branch20:54
vadi2Hi, I'm having some trouble pulling from a branch. My local copy was modified, so bzr told me to merge - I did, however it still does not want to pull: http://pastebin.com/m1592533f21:11
Peng_vadi2: You have to commit after merging.21:12
vadi2ok21:12
luksvadi2: but that will not solve your "pull" problem21:13
luksvadi2: bzr will not allow you to pull until you have local revisions not present in the pulled branch21:13
ymlI have done bzr push <svn repository> after rather long reorganization. This reorganization has lot of addition, and mv .21:25
ymlThe command is running for the last 10 minutes21:26
ymlcan I be confident that this is gonna end up in something good or should I kill it and try again.21:26
vadi2Peng_ thanks, that helped21:28
Peng_Whether or not it will succeed, I doubt killing and restarting it will do anything but waste time.21:28
Peng_vadi2: :)21:28
ymlPeng_ : I will wait some times and see if anything could come out ?21:30
ymlIn case nothing good happens what are the options ?21:31
ymlI mean anything better than do it again in a fresh svn co. If this information can help I have done a push between 2 bzr repositories and it works fine.21:33
* Peng_ shrugs.21:33
ymljelmer: After a long can I know that bzr push < URL of the svn repository> is not going to do anything.22:17
meoblast001my friend just said bzr hung while pushing... killed all his programs.. and gave him the busy box fatal message22:25
mtaylorhey all... I know this is an outstanding bug, but getting messages about bzr break-lock lp-44825360:///~drizzle-developers/drizzle/development/.bzr/branch/lock continues to be confusing to people...22:46
rockyjelmer: i just had my "bzr svn-push" take several hours and sitll not complete, it looped over all branches over and over :(22:48
roadrunner_Noob here. Sorry in advance. Wondering how to pull down using bzr previous versions of a main branch23:08
roadrunner_My latest version of Gwibber does not work23:08
roadrunner_Previous version worked fine so I had bright idea of using bzr to grab earlier revision23:08
jmlroadrunner_: "bzr pull -r <revision_spec>"23:21
jmlroadrunner_: if you know the revno you want, use that. Otherwise "bzr help revisionspec".23:21
jmlif you want to make a new branch for the older version, "bzr branch -r <revision_spec> <url>"23:22
mwhudsonvila: you here?23:24
mwhudsonmm, i guess it's pretty late for you23:25
ymlrocky : If this can help you. I had the same problem23:44
=== mw is now known as mw|out
ymlI haven't been able to solve it at the end I gave up I did all the modif again with SVN23:46
ymlrocky How do you know what bzr is doing ?23:47
rockyyml: use the -v switch and monitor ~/.bzr.log23:49

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