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