惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
I
InfoQ
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 【当耐特】
小众软件
小众软件
B
Blog RSS Feed
大猫的无限游戏
大猫的无限游戏
博客园 - 三生石上(FineUI控件)
Engineering at Meta
Engineering at Meta
人人都是产品经理
人人都是产品经理
Microsoft Security Blog
Microsoft Security Blog
Last Week in AI
Last Week in AI
H
Help Net Security
爱范儿
爱范儿
云风的 BLOG
云风的 BLOG
博客园 - 司徒正美
Y
Y Combinator Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Microsoft Azure Blog
Microsoft Azure Blog
L
LangChain Blog
WordPress大学
WordPress大学
GbyAI
GbyAI
Google DeepMind News
Google DeepMind News
腾讯CDC

博客园 - Easoney

sqlite management tool zz some JQeury code zz Microsoft Chart Controls for Microsoft .NET Framework 3.5 C# 引用FlashPlayer ActiveX 控件后判断其版本号 zz IronPython 的一些资料 add column for a table if this column not exists using T-SQL in SQLServer zz JQuery 插件 - Easoney good articles about ASP.NET ViewState zz IE对话框 - Easoney - 博客园 解决win2003安装exchangeServer后关机慢的方法 SQL Server 2005 : 清空数据库日志 (zz) zz web ContentType 大全 如何配置 SQL Server 2005 以允许远程连接 Configure Spring.net under IIS7 常用JS技巧(转) 开始学习RoR 2008, here you come New project, new challenge PIManager 1.2 beta3 release
Trac crash with SVN 1.4.5
Easoney · 2007-12-05 · via 博客园 - Easoney

I test Trac today.
The version of all components doploy Trac are:
Python: 2.4.4
SVN: 1.4.5 with 1.4.5 py mod for py2.4
Sqlite py mod: 2.3.4 for py 2.4
clearsilver py mod: 0.9.14 for py 2.4
Trac: 0.10.4

What a damn when I install them!
If svn_repository is not set, that means run Trac without SVN, it is fine!
If I set svn_repository path during using trac-admin to create a new project,
python.exe crash! damn!
Ok, then I leave this value to blank, trac-admin run successfully.
After that, I manully set svn_repository path in conf/trac.ini, start tracd, python.exe crash again when IE connect!
Search this in Google, and found a ticket about this:
http://trac.edgewall.org/ticket/1401

From others' comments, I reinstall the SVN 1.4.4 and corresponding 1.4.4 py mod, then everything is fine...

What a sad day....
Hope that the repository created by SVN 1.4.5 before can run peacefully under SVN 1.4.4 now...