jh | Hi. I'm trying to use bzr-svn to checkout a svn-repo. I get a "bzr: ERROR: A Subversion remote access command failed: Server sent unexpected return value (403 Forbidden) in response to PROPFIND request for '/path/to/root/of/repo/'" I don't have rights to read '/path/to/root/of/repo/', only to '/path/to/root/of/repo/sub'... with tortoise svn I can checkout the repo from sub... It seems to be similar to https://bugs.launchpad.net/bzr-svn/+bug/4 | 14:44 |
---|---|---|
jh | 09668 but that should be fixed. Any ideas? | 14:44 |
ubot5 | Ubuntu bug 4 in Launchpad itself "Importing finished po doesn't change progressbar" [Medium,Fix released] | 14:44 |
jh | https://bugs.launchpad.net/bzr-svn/+bug/409668 | 14:44 |
ubot5 | Ubuntu bug 409668 in Bazaar Subversion Plugin "accesses repository root" [Low,Fix released] | 14:44 |
jh | evil linebreak ;) | 14:44 |
jelmer | jh: bzr-svn still accesses the repository root, though you can work around it by explicitly specifying the repository layout | 14:45 |
jelmer | bug 675104 | 14:45 |
ubot5 | Launchpad bug 675104 in Bazaar Subversion Plugin "requires manually specifying layout if only part of the repository is accessible" [Low,Triaged] https://launchpad.net/bugs/675104 | 14:45 |
jh | jelmer: ok, thx... Now I just have to figure out what to use as "layout" | 14:49 |
jelmer | jh: see 'bzr help svn-layout' | 14:50 |
jh | jelmer: ah! thx again :) | 14:50 |
jh | mh, now I get "bzr: ERROR: WildcardLayout(['projectname/trunk'],[]) does not support co-located branches." | 14:54 |
jh | oh, "Jelmer said on IRC: "Looks like it's just invalid handling of a particular exception at the moment"" https://bugs.launchpad.net/bzr-svn/+bug/798400 :( | 14:55 |
jelmer | jh: You probably want "--layout trunk1" ? | 14:55 |
ubot5 | Ubuntu bug 798400 in Bazaar Subversion Plugin "svn-layout failure: "does not support co-located branches"" [Medium,Fix released] | 14:55 |
jelmer | jh: that bug was fixed in bzr-svn 1.1 though, what are you running? | 14:56 |
jh | I just downloaded bzr 2.5 standalone for windows | 14:56 |
jh | seems to 1.1.2 (from svn\info.py) | 14:58 |
jh | +be | 14:58 |
jh | jelmer: if I specify "layout = trunk1" and "branches = path/to/trunk" in the subversion.conf, I get bzr: ERROR: Not a branch: "svn+https://url/path/to/root/path/to/trunk/branches". | 15:00 |
jh | the "branches" in path is wrong | 15:00 |
jelmer | jh: I'm pretty sure that's due to a mismatched bzr-svn/bzr version | 15:01 |
jelmer | I remember there were some issues with the standalone that had a too old version of bzr-svn, but I thought that was fixed | 15:01 |
jelmer | wgz: there? | 15:01 |
jh | 1.1.2 is too old? | 15:01 |
jelmer | yeah, for 2.5.0 you want 1.2.1 | 15:01 |
jh | ok | 15:02 |
jelmer | it seems to be fixed in lp:bzr-windows-installers, but perhaps the installer hasn't been rebuilt yet :( | 15:04 |
jh | hm, using the none-standalone version of bzr requires me to compile subvertpy? | 15:19 |
jelmer | yeah, it would :( | 15:19 |
jelmer | you might be able to install the newer bzr-svn into the standalone installer location | 15:20 |
jelmer | which already has subvertpy | 15:20 |
jh | jelmer: yay, that seems to work :) | 15:23 |
jh | at least it's downloading something | 15:23 |
jh | server is incredible slow, but it seems to work... thank you for your help & your plugin, jelmer! | 15:37 |
jelmer | jh: np; sorry about the hickup with the windows installers :-/ | 15:37 |
jelmer | hopefully that will be resolved soon | 15:38 |
wgz | the fun thing is various issues need fixing in 2.5 installers | 16:03 |
wgz | so, a rebuild would have the newer bzr-svn, but still no translations currently | 16:03 |
wgz | jelmer, for bug 958511 do you really mean gpg key? push should just be ssh. | 16:06 |
ubot5 | Launchpad bug 958511 in Bazaar "can't connection to bazaar" [Undecided,Incomplete] https://launchpad.net/bugs/958511 | 16:06 |
jelmer | wgz: ah, oops, yes | 16:17 |
wgz | jelmer: I've questionised it now | 16:19 |
wgz | seems to have just been the normal intermittant connection thing. | 16:19 |
wgz | bug 958551 is interesting, commit builder probably just needs the check already, it's too easy for plugins to screw up. | 16:24 |
ubot5 | Launchpad bug 958551 in bzr (Ubuntu) "Crash while committing" [Undecided,Incomplete] https://launchpad.net/bugs/958551 | 16:24 |
jelmer | wgz: hmm, indeed | 16:30 |
wgz | the annyoing part it's is not possible to tell from the traceback who messed up setting the commit message, the builddeb hook seems most likely, but I wrote some tests for that | 16:35 |
=== yofel_ is now known as yofel | ||
jh | noooo... "bzr: ERROR: A Subversion remote access command failed: Server sent unexpected return value (403 Forbidden) in response to PROPFIND request for '/pathtorepo/tags'" :( | 16:50 |
jh | i don't want tags | 16:50 |
jh | there are no tags :( | 16:51 |
jelmer | jh: you need the wildcard layout in that case (in other words, remove "layout = trunk1", just use "branches = path/to/trunk") | 16:51 |
jh | jelmer: do i have to re-download? | 16:52 |
jh | i get 'bzr: ERROR: A control directory already exists: "file:///path/trunk/".' | 16:53 |
jelmer | jh: right, you'll have to remove the existing branch (or run "bzr pull" in the existing branch) | 16:54 |
jh | :( | 16:54 |
jh | bzr pull says 'bzr: ERROR: Not a branch: "path/.bzr/branch/": location is a repository.' | 16:55 |
jelmer | jh: ah - it hit that 401 error before the branch was created | 16:56 |
jelmer | removing the branch and starting from scratch is probably easiest | 16:56 |
jh | yes, during checkout | 16:56 |
jelmer | you can also try running 'bzr init' in file://path/trunk and then trying pull | 16:56 |
jh | during 1h checkout :[ | 16:56 |
jh | yay, that worked | 16:58 |
jh | thx again | 16:58 |
=== lifeless_ is now known as lifeless | ||
poolie | hi all | 22:34 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!