/srv/irclogs.ubuntu.com/2012/01/15/#bzr.txt

sobersabrehi.06:33
sobersabreI've run bzr uncommit, and the code changed back. but bzr status reports there are pending merge tips. how do I remove them ?06:36
mathrickhiya08:44
mathrickjelmer: a win32 svn bug for you :)08:44
mathrick$ bzr clone http://zxing.googlecode.com/svn/trunk/ zxing-read-only08:44
mathrick...08:44
mathrick  File "C:/Program Files (x86)/Bazaar/plugins\svn\cache\sqlitecache.py", line 110, in executemany08:44
mathrickOperationalError: unable to open database file08:44
mathrickusing 2.5b408:45
jelmermathrick: that's not really win32-specific.. you're trying to access the svn repository more than once at the same time08:50
mathrickhowso?08:50
jelmermathrick: sqlite has an exclusive lock for write access, and you're hitting it08:51
mathrickjelmer: right, but I don't have any other instances running, so I don't see how08:51
jelmermathrick: I'm not sure either, but that's the only reason why I've ever seen that error08:56
mathrickhmm08:56
jelmermathrick: alternatively, you can disable the cache entirely by setting 'use-cache = False'08:56
mathrickok08:56
mathrickin subversion.conf?08:56
mathrickhrmpf09:03
mathrickjelmer: ok, in subversion.conf?09:03
mathrickif so, I've done so, and I still get the error09:03
=== yofel_ is now known as yofel
=== Quintasan_ is now known as Quintasan
cosmintCan I use bzr with 64 bit python in windows?21:30
wgzyou can if you install it yourself21:34
wgzthe ones we provide are 32 bit.21:34
wgzget the source and run setup.py with your local python, will probably prompt you to install cython,21:35
wgzif you have visual studio 9, do that, otherwise pass the option it tells you about.21:36
cosmintHmph, and I already had cython before the docs told me to install pyrex :p[21:41

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