Hi, Am Mittwoch, 12. Januar 2011 11:38:43 schrieb Wolfgang Rohdewald: > this module cannot be used because of this: > > import util > > there is no module "util", it should be "utils". > > The only user of module subversion I can find is class > Portage in portage_tools.py > > and so portage_tools cannot be used for the same reason > > the strange thing is there was active development in > subversion.py in 2010. So where did util come from > at that time?
>From looking at the last commits i dont expect it to ever have been executed. r1158603 was a locking cleanup in "all of emerges subversion code" (thats why i like what you are doing ;) ) r1135613 looks like an accident and r1135614 reverts this. So i expect it's save to delete this file, i think its there for historic reasons and since there are multiple source systems now it's no longer used as you expected. Regards Andre svn log -l5 subversion.py ------------------------------------------------------------------------ r1213883 | wrohdewald | 2011-01-12 00:09:46 +0000 (Wed, 12 Jan 2011) | 3 lines another whitespace fix: remove all spaces at end of lines. Because some IDEs might strip them when writing the file back, this would lead to overly big commits for other real changes. ------------------------------------------------------------------------ r1158603 | habacker | 2010-08-03 08:10:28 +0000 (Tue, 03 Aug 2010) | 1 line use lock file support - contributed by Intevation GmbH ------------------------------------------------------------------------ r1135614 | vonreth | 2010-06-07 19:06:16 +0000 (Mon, 07 Jun 2010) | 1 line reverted parts of last commit ------------------------------------------------------------------------ r1135613 | vonreth | 2010-06-07 19:03:45 +0000 (Mon, 07 Jun 2010) | 1 line added cleanup option to clean your portage to prevent errors after a package moved ------------------------------------------------------------------------ r799999 | sengels | 2008-04-23 00:55:41 +0000 (Wed, 23 Apr 2008) | 2 lines use server configuration file this can be used to have write rights at each server -- Andre Heinecke | ++49-541-335083-262 | http://www.intevation.de/ Intevation GmbH, Neuer Graben 17, 49074 Osnabrück | AG Osnabrück, HR B 18998 Geschäftsführer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner _______________________________________________ Kde-windows mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-windows
