[06:33] hi. [06:36] I've run bzr uncommit, and the code changed back. but bzr status reports there are pending merge tips. how do I remove them ? [08:44] hiya [08:44] jelmer: a win32 svn bug for you :) [08:44] $ bzr clone http://zxing.googlecode.com/svn/trunk/ zxing-read-only [08:44] ... [08:44] File "C:/Program Files (x86)/Bazaar/plugins\svn\cache\sqlitecache.py", line 110, in executemany [08:44] OperationalError: unable to open database file [08:45] using 2.5b4 [08:50] mathrick: that's not really win32-specific.. you're trying to access the svn repository more than once at the same time [08:50] howso? [08:51] mathrick: sqlite has an exclusive lock for write access, and you're hitting it [08:51] jelmer: right, but I don't have any other instances running, so I don't see how [08:56] mathrick: I'm not sure either, but that's the only reason why I've ever seen that error [08:56] hmm [08:56] mathrick: alternatively, you can disable the cache entirely by setting 'use-cache = False' [08:56] ok [08:56] in subversion.conf? [09:03] hrmpf [09:03] jelmer: ok, in subversion.conf? [09:03] if so, I've done so, and I still get the error === yofel_ is now known as yofel === Quintasan_ is now known as Quintasan [21:30] Can I use bzr with 64 bit python in windows? [21:34] you can if you install it yourself [21:34] the ones we provide are 32 bit. [21:35] get the source and run setup.py with your local python, will probably prompt you to install cython, [21:36] if you have visual studio 9, do that, otherwise pass the option it tells you about. [21:41] Hmph, and I already had cython before the docs told me to install pyrex :p[