Re: Quick update on git-dpm migration script

2014-10-06 Thread Stefano Rivera
Further updates: I used my sprint time at PyCon.ZA to poke at the migration. I was lucky enough to have Gary van der Merwe, with deep VCS experience, get involved, and we made some significant progress. http://anonscm.debian.org/cgit/users/stefanor/dpmt-migration.git/ svn2git.py Takes the SVN

pyrenamer gives 'Attempt to unlock mutex that was not locked'

2014-10-06 Thread sp113438
hello, Pyrenamer fails to run on my Sid uo-to-date system: # pyrenamer (pyrenamer:6163): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated (pyrenamer:6163): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated

Re: pyrenamer gives 'Attempt to unlock mutex that was not locked'

2014-10-06 Thread Thilo
Hi all, please find my approach to resolving the issue of Attempt to unlock mutex that was not locked in the quoted emails below. The short answer is that this error is caused by improper use of glib threading. Such handling may have remained unnoticed up until now due to changes in the recent

Re: pyrenamer gives 'Attempt to unlock mutex that was not locked'

2014-10-06 Thread sp113438
On Mon, 06 Oct 2014 14:19:55 +0200 Thilo deb...@matbox.de wrote: Hi all, please find my approach to resolving the issue of Attempt to unlock mutex that was not locked in the quoted emails below. The short answer is that this error is caused by improper use of glib threading. Such handling

Re: Quick update on git-dpm migration script

2014-10-06 Thread Thomas Goirand
On 10/06/2014 03:24 PM, Stefano Rivera wrote: Further updates: I used my sprint time at PyCon.ZA to poke at the migration. I was lucky enough to have Gary van der Merwe, with deep VCS experience, get involved, and we made some significant progress.