/srv/irclogs.ubuntu.com/2009/12/05/#bzr.txt

=== abentley1 is now known as abentley
neoTheCatgood evening EST02:14
neoTheCatif i want to run bzr on multiple of my own machines, can i run whoami with the same name and email address on each machine?02:16
maxbYes you can, and moreover, you should. (Unless you actually wish to present multiple identities to the world)02:20
neoTheCatmaxb: cool, thanks.  i did not know if they would mess up anything when i work on one machine, and then i synch up with another one of my machines.02:22
neoTheCatis peer-to-peer a bad idea if you are doing it with more than one person?02:52
neoTheCatpartner-workflow?02:52
neoTheCati followed the recipes on the bzr documentation page.  i set up the "bzr init-repo bzrrepo" on both machines, then bzr-init for my project dir.  when i try to get the branch, i am getting the "ERROR: not a branch" error.03:31
PengneoTheCat: "get"? Like, remotely? You know bzr+ssh:// and sftp:// paths are relative to the root, right?03:34
neoTheCatPeng: thanks.  i assumed because using the sftp command by itself brought me to the users home dir, that bzr, using the same protocol would do the same.03:36
neoTheCatwhich is why i  should RTF much closer... :)03:36
neoTheCats/RTF/RTFM/03:36
PengneoTheCat: You can use bzr+ssh://user@bzr.example.com/~/some_path_relative_to_the_home_dir03:37
PengneoTheCat: (same on sftp)03:37
neoTheCatthank you03:41
gourmorning07:17
gouri see there is only bzr-2.1 avaialble as pip and i wonder if it is safe-enough to be installed on my webfaction 'server' ?07:18
Penggour: Probably. bzr.dev *usually* works.07:37
Penggour: I mean, _I_ run it, but my server is down half the time anyway, so reliability is not that important. ;-)07:37
gourPeng: i installed it. it is not so critical to pull from git repo from time to time with bzr-git07:41
shyam_k/me just starting with using revision conrol systems08:55
shyam_k 08:55
* shyam_k just starting with version control systems.08:55
shyam_kmy current needs are very simple.08:56
shyam_kcan't i use bazaar as an intelligent history enabled auto-save system for my local files too?08:56
shyam_kthat is just for personal use.08:57
gourshyam_k: sure you can do09:03
shyam_kgour: oh good.. thanks.09:07
shyam_kam currently reading through the different options.. i like it emacs ish.. won't mind a learning curve, but want it to be powerful:)09:08
shyam_kanyone using bzr with emacs? i just started with a local bzr repository and i would like to make it automatically commit every few minutes just like emacs makes the auto-save .. how to go for that?13:18
luksthat doesn't seem like a good idea13:21
shyam_khmm.. ok. what about integrating emacs' auto-save with bazaar? letting emacs do a commit on the bazaar to save the auto save file13:36
shyam_khasn't it been a need already?13:37
PengHow would auto-commit generate decent commit messages?13:38
shyam_kit can be some constant stuff.. what i want is to protect data..13:38
shyam_kluks: why is it a bad idea?13:47
Raimhi13:54
Raimhow can I use 'bzr send' to submit a patch to another developer if the public branch is temporarily offline?13:55
Raimbzr send insists on connection to the server, but I just want to get a bundle of revisions and send them to someone13:55
bpierrehi17:18
mac_vhi... is there a wiki for the bzr gtk?17:38
mac_vor tutorial ?17:39
=== gutworth_ is now known as gutworth
mac_vnvm , found it :)17:46
neoTheCathello. i have some basic newbie questions.  i am very confused on the difference between checkout and branch commands for getting a new project locally.  what is the difference?19:25
fullermdCheckout gives you a [new] working tree to work on an existing branch.  Branch gives you a new independent branch.19:32
neoTheCatfullermd: thanks.  simple enough.19:32
fullermdSimple is my speciality   :)19:33
fullermd...  OK, that's a lie.  But I like to think it.19:33
neoTheCatgood.  you will be my best friend for a while then :)19:33
neoTheCatso, if i setup a central repository, and i have two people (actually, just me on two different machines), and i just do checkouts and commits, i will handle conflicts manually, like in cvs or svn?19:34
fullermdYeah.  You'll have to 'update' before you can commit when you're out of date, etc.19:35
neoTheCatthanks.  and one more question, and i think you have gotten me further in these few minutes, then by reading the docs.19:35
fullermdThe biggest difference is that 'checkout' by default creates what we call a "heavy" checkout, which means it still copies down a whole copy of the history (like branch does), as a local cache.19:35
fullermdWhich means you can do things like 'log' and 'diff' without having to hit the network.19:35
neoTheCati created the "peer-to-peer" setup.  i created a repository on "Machine A", and then on Machine B, did a "bzr branch sftp://...".  but when i commit on Machine B, it stills tries to hit Machine A.19:37
fullermdThat probably means you really ended up with a checkout, not a branch (either by running 'checkout' originally, or by doing something with 'bind' or maybe 'reconfigure' later)19:38
fullermdSee what 'info' has to say about the branch on B.19:38
neoTheCatyou know, i was playing around, and i could have done a checkout by accident.19:38
neoTheCatyup, i did a checkout.19:38
neoTheCatwell, i am done with all my questions, and i am very much looking forward to removing subversion and switching to bzr19:39
fullermdNote that, where possible, you probably want to use bzr+ssh rather than sftp.  It'll be a lot faster, especially at incremental stuff, as things get bigger.19:40
fullermdIf you have a real shell and bzr in the path on the far side, it should Just Work.19:40
neoTheCati am just happy to able to use real tags, not branches=tags )19:40
neoTheCat)19:40
mac_vhmm , how do i launch bzr-gtk?20:06
=== rockstar is now known as Guest38735
=== rockstar` is now known as rockstar
Noldorinhi. what's the standard html page used for public http repos that shows instructions?20:53
Noldorinanyone?21:13
Noldorin>hi. what's the standard html page used for public http repos that shows instructions?21:39
lifelessI don't think anyone understands the question21:39
Noldorinlifeless: there's some sort of standard page that people put on their http sites21:41
Noldorinin the dirs from which bzr repos are served21:41
Noldorini've seen it before21:41
Noldorinbut not sure where to get it21:41
PengNoldorin: You mean like on http://bzr.mattnordhoff.com/loggerhead/?21:42
NoldorinPeng: not quite. it's just a simple page that says "this is a bzr repo", writes the url, and gives some instructions how to pull the repo21:42
PengNoldorin: Unless you mean like the "To get this branch" box on e.g. http://bzr.mattnordhoff.com/loggerhead/loggerhead/cheezum/changes, I dunno, sorry.21:44
Noldorinlifeless, Peng: ah, i guess i mean something like http://blueprintgames.com/developers/alex/bzr/cocoa-extractor/21:44
PengNoldorin: Ah. Um. I don't recall ever seeing that before. Might be custom.21:45
PengNoldorin: It's just one HTML page.21:45
NoldorinPeng: yeah, that was my point exactly lol :P21:46
Noldorinwell, you could be right21:46
Noldorini was told it was standard though...21:46
PengOh?21:46
Noldorinheh, is there anything better you know of?21:47
Noldorin(short of loggerhead, since that doesn't work on VPSs)21:47
Noldorini mean, yeah, it's not much. but it's better than a 404 :)21:50
maxb<Noldorin> (short of loggerhead, since that doesn't work on VPSs)21:53
maxbuh, why not?21:53
lifelessmaxb: windows IIS VPSs21:54
* maxb runs away21:54
Noldorinhehe22:14
Noldorinlifeless, maxb: i don't think it would work on linux apache VPSs either22:14
Noldorinsince it needs to be run as a separate server22:14
Noldorinwhich is a bit of a shame22:14
Noldorinbecause it's a nice interface...22:14
Noldorinbut its usage is vastly restricted22:14
lifelessmod_wsgi22:15
Noldorinlifeless: well i should in theory be able to use it on IIS with isapi-wsgi22:17
Noldorinbut there's no instructions :()22:17
mneptokIIS?22:39
* mneptok checks the calendar22:39
mneptokOK, it *is* 2009.22:39
NeverGonehello22:46
NeverGoneone question?22:47
gutworthmaybe two22:48
PengNoldorin: What kind of *nix VPS prevents you from running mod_proxy?22:49
PengNoldorin: The issue is RAM...22:49
PengNeverGone: That was your one question.22:50
Peng(Is that still funny? Was it ever?)22:50
NeverGoneWhen I'm in a subdirectory of a branch (repo/foo/bar), how can I create a new branch directly?22:50
PengNeverGone: What do you mean?22:50
NoldorinPeng: the problem is running the server in the first place, as i see it22:50
PengNoldorin: In what way?22:51
NoldorinPeng: you need the command line, as far as i know22:52
PengSoo?22:52
Noldorinyou can't run it if you don't have it22:53
PengThere's a *nix VPS without command line access?22:53
Noldorinjust about every one i've used :P22:54
Noldorinhaha22:54
maxbBuy a better VPS22:56
maxbIf you don't get root, it's not worth your money22:56
* Peng is writing this from a CLI IRC client, on a *nix VPS, next to the Loggerhead tab.22:56
Noldorinok, so this is my fault. i don't actually mean a VPS it seems22:57
Noldorinjust a normal shared server22:57
PengAh.22:58
Noldorinyeah, sorry about that22:58
Peng...I still have shell access to my shared servers (kind of, at least).22:58
Noldorinfrom a shared server...22:58
Noldorini think i'm out of look22:58
Noldorinluck*22:58
PengYou could probably work something out with the FastCGI, SCGI and AJP support that was recently added.22:59
Noldorinpossibly22:59
Noldorinbut i think it would be asking for much pain on a windows iis7 shared server22:59
Noldorini have isapi-wsgi installed...so in theory, i should be able to run it22:59
Noldorinbut i don't have the foggiest where to start23:00
Noldorinwould be great if there were some instructions for loggerhead on iis :)23:00
Noldorini found an online memo from over a year ago saying there were plans...23:00
Noldorinseems nothing has materialised though23:00
PengI'm even more sleepy now than I was last time you were discussing IIS. :P23:01
NoldorinPeng: :P23:05
zsquarepluscis it possible to "pull" again when branched from a svn repo?  that is, i have a branched from a svn repo, this worked, but bzr pull says "not a branch" so i dont know how to follow the svn server for updates23:06
Noldorinnot sure how i got back onto this track lol23:06
Noldorini meant to abandon it a week ago23:06
Noldorinwas tempted to port loggerhead to asp.net if anything :P23:06
Noldorinbut that's almost as crazy an idea23:06
Noldorinso meh23:06
Noldorini'm off now anyway23:06
Noldorinthanks anyway23:06
Noldorinbb23:07
Pengzsquareplusc: Something is wrong if it's saying "Not a branch".23:07
zsquarepluscwell it probably looks for a bzr repo, but its an svn server23:07
Pengzsquareplusc: Yes, but if you branched, you have a bzr branch.23:10
Pengzsquareplusc: Wait wait. I misunderstood.23:10
Pengzsquareplusc: I thought you meant it was saying your local branch was not a branch, not the remote URL.23:11
zsquarepluscyes thats right. bzr branch from a svn repo creates a bzr brnach with the full history23:11
PengI should log off of IRC when I'm this tired.23:11
zsquareplusci was able to make local changes in bzr and i was able to push to the svn server.23:12
zsquarepluscbut now the svn servers has new revisions and i'd like to upgrade my bzr branch with these23:12

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