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

推荐订阅源

爱范儿
爱范儿
量子位
人人都是产品经理
人人都是产品经理
小众软件
小众软件
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - Franky
Recent Announcements
Recent Announcements
A
About on SuperTechFans
Microsoft Security Blog
Microsoft Security Blog
N
Netflix TechBlog - Medium
H
Help Net Security
博客园 - 三生石上(FineUI控件)
博客园 - 司徒正美
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
MyScale Blog
MyScale Blog
The Cloudflare Blog
S
SegmentFault 最新的问题
H
Hackread – Cybersecurity News, Data Breaches, AI and More
J
Java Code Geeks
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
P
Proofpoint News Feed
宝玉的分享
宝玉的分享
Vercel News
Vercel News

博客园 - 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...