UbuntuIRC / 2012 /01 /15 /#bzr.txt
niansa
Initial commit
4aa5fce
[06:33] <sobersabre> hi.
[06:36] <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 ?
[08:44] <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:45] <mathrick> using 2.5b4
[08:50] <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:51] <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:56] <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?
[09:03] <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
=== yofel_ is now known as yofel
=== Quintasan_ is now known as Quintasan
[21:30] <cosmint> Can I use bzr with 64 bit python in windows?
[21:34] <wgz> you can if you install it yourself
[21:34] <wgz> the ones we provide are 32 bit.
[21:35] <wgz> get the source and run setup.py with your local python, will probably prompt you to install cython,
[21:36] <wgz> if you have visual studio 9, do that, otherwise pass the option it tells you about.
[21:41] <cosmint> Hmph, and I already had cython before the docs told me to install pyrex :p[