[04:17] how to get source from this revision, http://bazaar.launchpad.net/~canonical-isd-qa/selenium-simple-test/trunk/@362? [04:41] no staying power [04:42] jumoit: just in case you come back and look at logs... bzr branch lp:~canonical-isd-qa/selenium-simple-test/trunk (as r362 is the latest) === mmrazik is now known as mmrazik|afk === mmrazik|afk is now known as mmrazik === Peng__ is now known as Peng_ [10:03] hello everyone ! I need to use bzr behind a http proxy which restricting bzr to connect. [10:04] Is there any way so that i can use tor socks proxy with bzr as i am not successful in setting up polipo with tor to get http proxy? === lala_ is now known as lalatenduM [10:25] how did tor get involved [10:26] if all you have is CONNECT, just use an https url [10:29] hey bob, i tried that this is my config file [~/.bazaar/bazaar.conf] [DEFAULT] http_proxy = http://10.3.100.212:8080/ https_proxy = https://10.3.100.212:8080/ [10:29] ? [10:30] shouldn't have https// there afaik [10:30] in both case i'm getting this error : bzr: ERROR: Connection error: while sending POST /bazaar/: [Errno 111] Connection refused [10:32] well, you'll need to check those urls are correct and that the server is up and that the proxy works [10:33] yup, that proxy is currently working i m using that in firefox but gets same error when i do : $ bzr branch lp:mailman [10:38] this is the first time i m using bzr before that i worked on git same problem happened if used git protocol to fetch but http gives an alternate option with http proxy. [10:46] mahendra: try `bzr branch nosmart+http://bazaar.launchpad.net/~mailman-coders/mailman/3.0/ [10:46] instead [10:47] it gives error : bzr: ERROR: Connection error: while sending GET /~mailman-coders/mailman/3.0/.bzr/branch-format: [Errno 111] Connection refused [10:48] okay, so your proxy isn't even responding to GET, or you're not using the proxy [10:49] i am using the proxy by declaring it in config file [~/.bazaar/bazaar.conf] [DEFAULT] http_proxy = http://10.3.100.212:8080/ [10:49] you have HTTP_PROXY exported? [10:49] yes [10:51] okay, that config setting is no good [10:51] instead do: `export HTTP_PROXY=http://10.3.100.212:8080/` then branch [10:55] still same error :( [11:01] mahendra: so, you really just need to debug your proxy, bazaar isn't doing anything fancy here [11:03] yes thats what i asked first . can we connect bzr through socks proxy (using tor) i strongly believe that our institute's proxy sucks in restricting all these good stuffs also. [11:04] if you can tunnel ssh through it, then yes [11:05] ok will give ssh tunneling atry. === mmrazik is now known as mmrazik|lunch === mmrazik|lunch is now known as mmrazik === wedgwood_away is now known as wedgwood [13:55] hey mgz thanks for your suggestion. bzr worked after upgrading it 2.5 from default 2.4.1 in the old but my fav lucid version [13:56] mahendra: ace. [13:57] hahaha [13:57] that was 2.1.4* [15:29] i am getting an Access is denied error using tortoise with ssh+bzr and sftp transport on win8-pro-64 on a folder in my home directory [15:29] trying to do a branch from a server on my lan [15:30] slestak: network drives on windows with revision control software is a bad idea... [15:31] not a network drive, using ssh transport [15:31] i have a repo on an ubuntu machine [15:31] i am trying to branch it to my windows machine [15:32] i have permissions on my home dir on windows, so trying to figure out what bzr has issue with. [15:32] slestak: try ssh first to ensure you can access it normally from the windows machine with out bzr [15:32] got to go now sorry [15:33] ssh works and bzr+ssh works from cmd.exe so it appears to be a tortoise only issue [15:36] slestak: look in your .bzr.log for more info [15:37] would you happen to have its defaul location? [15:37] the .bzr.log file [15:38] i see it [15:39] `bzr version` tells you [15:40] it seems like bzr's branch feature to use the last component of the from_source as the default to_source does not work on toortoise because it warns me that the destination directory is non-empty [15:41] because of that, i specified the to_dir. that dir was created by the tortoise process, but it does nto have permission on it. [15:41] TransformRenameFailed: Failed to rename C:/Users/Steve/Documents/projects/addons-oddello-dev/.bzr/checkout/limbo/new-4 to C:/Users/Steve/Documents/projects/addons-oddello-dev/us_statutory_reports: [Error 5] Access is denied [15:43] hm, not sure I know enough about windows acls to propose a sane fix [15:43] should i just file a bug on lp and document it? [15:43] works for me [15:44] once it gets assigned, i can help [15:44] if you know what to change locally, that's probably worth documenting somewhere [15:44] and a bug against tortoisebzr wouldn't hurt [15:45] i worked around the issue by not using tortoise, but bzr in cmd.exe [15:45] i cant work on this atm, busy with client work [15:45] i'll file issue, thx [15:45] just a bug report would be great then [15:46] am i correct that tortoise is in the main bzr repo? its not separate anymore i think [15:47] you want to file the bug against the tortoisebzr project [15:47] thx, i see === mmrazik is now known as mmrazik|eod [18:57] I have python programs version control. Is there something like this for bzr? __version__ = "$Revision: 89db18c77152 $" [19:49] no === thumper is now known as vorpalbunny === mmrazik|eod is now known as mmrazik === _thumper_ is now known as thumper [20:27] jelmer: ping ? [21:21] hi. suppose i did 'bzr branch lp:project', made some changes and then 'bzr push lp:~me/project/hack1'. now that changes are "saved" in a branch remotely, how do i switch my local branch to be a clean copy of original project? [21:22] bzr switch someurl [21:22] i tried that, but it complains: "bzr: ERROR: Cannot switch a branch, only a checkout." [21:22] No, you probably want more like pull --overwrite. [21:23] Though I'd be a bit leery of workflows that called for --overwrite's or --force's or the like as a regular thing. [21:24] switch really should support that :/ [21:24] fullermd: that worked or at least it looks like what i want now. thank you [21:25] yeah, command is a bit weird though === r0bby_ is now known as robbyoconnor === wedgwood is now known as wedgwood_away