jumoit | how to get source from this revision, http://bazaar.launchpad.net/~canonical-isd-qa/selenium-simple-test/trunk/@362? | 04:17 |
---|---|---|
thumper | no staying power | 04:41 |
thumper | 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) | 04:42 |
=== mmrazik is now known as mmrazik|afk | ||
=== mmrazik|afk is now known as mmrazik | ||
=== Peng__ is now known as Peng_ | ||
mahendra | hello everyone ! I need to use bzr behind a http proxy which restricting bzr to connect. | 10:03 |
mahendra | 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? | 10:04 |
=== lala_ is now known as lalatenduM | ||
bob2 | how did tor get involved | 10:25 |
bob2 | if all you have is CONNECT, just use an https url | 10:26 |
mahendra | 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 |
bob2 | ? | 10:29 |
bob2 | shouldn't have https// there afaik | 10:30 |
mahendra | in both case i'm getting this error : bzr: ERROR: Connection error: while sending POST /bazaar/: [Errno 111] Connection refused | 10:30 |
bob2 | well, you'll need to check those urls are correct and that the server is up and that the proxy works | 10:32 |
mahendra | yup, that proxy is currently working i m using that in firefox but gets same error when i do : $ bzr branch lp:mailman | 10:33 |
mahendra | 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:38 |
mgz | mahendra: try `bzr branch nosmart+http://bazaar.launchpad.net/~mailman-coders/mailman/3.0/ | 10:46 |
mgz | instead | 10:46 |
mahendra | it gives error : bzr: ERROR: Connection error: while sending GET /~mailman-coders/mailman/3.0/.bzr/branch-format: [Errno 111] Connection refused | 10:47 |
mgz | okay, so your proxy isn't even responding to GET, or you're not using the proxy | 10:48 |
mahendra | 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 |
mgz | you have HTTP_PROXY exported? | 10:49 |
mahendra | yes | 10:49 |
mgz | okay, that config setting is no good | 10:51 |
mgz | instead do: `export HTTP_PROXY=http://10.3.100.212:8080/` then branch | 10:51 |
mahendra | still same error :( | 10:55 |
mgz | mahendra: so, you really just need to debug your proxy, bazaar isn't doing anything fancy here | 11:01 |
mahendra | 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:03 |
mgz | if you can tunnel ssh through it, then yes | 11:04 |
mahendra | ok will give ssh tunneling atry. | 11:05 |
=== mmrazik is now known as mmrazik|lunch | ||
=== mmrazik|lunch is now known as mmrazik | ||
=== wedgwood_away is now known as wedgwood | ||
mahendra | 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:55 |
mgz | mahendra: ace. | 13:56 |
mahendra | hahaha | 13:57 |
mahendra | that was 2.1.4* | 13:57 |
slestak | 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 |
slestak | trying to do a branch from a server on my lan | 15:29 |
wolfrage | slestak: network drives on windows with revision control software is a bad idea... | 15:30 |
slestak | not a network drive, using ssh transport | 15:31 |
slestak | i have a repo on an ubuntu machine | 15:31 |
slestak | i am trying to branch it to my windows machine | 15:31 |
slestak | i have permissions on my home dir on windows, so trying to figure out what bzr has issue with. | 15:32 |
wolfrage | slestak: try ssh first to ensure you can access it normally from the windows machine with out bzr | 15:32 |
wolfrage | got to go now sorry | 15:32 |
slestak | ssh works and bzr+ssh works from cmd.exe so it appears to be a tortoise only issue | 15:33 |
mgz | slestak: look in your .bzr.log for more info | 15:36 |
slestak | would you happen to have its defaul location? | 15:37 |
slestak | the .bzr.log file | 15:37 |
slestak | i see it | 15:38 |
mgz | `bzr version` tells you | 15:39 |
slestak | 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:40 |
slestak | 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 |
slestak | 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:41 |
mgz | hm, not sure I know enough about windows acls to propose a sane fix | 15:43 |
slestak | should i just file a bug on lp and document it? | 15:43 |
slestak | works for me | 15:43 |
slestak | once it gets assigned, i can help | 15:44 |
mgz | if you know what to change locally, that's probably worth documenting somewhere | 15:44 |
mgz | and a bug against tortoisebzr wouldn't hurt | 15:44 |
slestak | i worked around the issue by not using tortoise, but bzr in cmd.exe | 15:45 |
slestak | i cant work on this atm, busy with client work | 15:45 |
slestak | i'll file issue, thx | 15:45 |
mgz | just a bug report would be great then | 15:45 |
slestak | am i correct that tortoise is in the main bzr repo? its not separate anymore i think | 15:46 |
mgz | you want to file the bug against the tortoisebzr project | 15:47 |
slestak | thx, i see | 15:47 |
=== mmrazik is now known as mmrazik|eod | ||
vedic | I have python programs version control. Is there something like this for bzr? __version__ = "$Revision: 89db18c77152 $" | 18:57 |
bob2 | no | 19:49 |
=== thumper is now known as vorpalbunny | ||
=== mmrazik|eod is now known as mmrazik | ||
=== _thumper_ is now known as thumper | ||
lolek | jelmer: ping ? | 20:27 |
doublep | 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:21 |
bob2 | bzr switch someurl | 21:22 |
doublep | i tried that, but it complains: "bzr: ERROR: Cannot switch a branch, only a checkout." | 21:22 |
fullermd | No, you probably want more like pull --overwrite. | 21:22 |
fullermd | 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:23 |
bob2 | switch really should support that :/ | 21:24 |
doublep | fullermd: that worked or at least it looks like what i want now. thank you | 21:24 |
doublep | yeah, command is a bit weird though | 21:25 |
=== r0bby_ is now known as robbyoconnor | ||
=== wedgwood is now known as wedgwood_away |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!