[Trac-tickets] Re: [The Trac Project] #1500: Trac fails to run due
to failed "from svn import util"
The Trac Project
noreply at edgewall.com
Fri Jun 3 04:23:39 CDT 2005
#1500: Trac fails to run due to failed "from svn import util"
---------------------+------------------------------------------------------
Id: 1500 | Status: reopened
Component: general | Modified: Fri Jun 3 04:23:38 2005
Severity: major | Milestone: 0.8.2
Priority: high | Version: 0.8.1
Owner: jonas | Reporter: ilia at prohost.org
---------------------+------------------------------------------------------
Comment (by anonymous):
here is a patch for 0.8.2 release:
{{{
--- a/trac-admin 2005-05-04 23:58:18.000000000 +0200
+++ b/trac-admin 2005-06-03 15:43:43.000000000 +0200
@@ -564,7 +564,7 @@
## Resync
def do_resync(self, line):
- from svn import util, repos, core
+ from svn import repos, core
core.apr_initialize()
pool = core.svn_pool_create(None)
}}}
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/1500>
The Trac Project <>
More information about the Trac-Tickets
mailing list