id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 8422,Password file store conflicts with svn password file rule,anonymous,Steffen Hoffmann,"I installed trac on my Win2003 server, and used VisualSVN server as my svn manage tool.[[BR]] And I used to use the default htpasswd file under svn repository as the universal password file for both svn and trac logins.[[BR]] [[BR]] As I upgraded trac from 0.11.6 to 0.12.1, I found the password file often damaged by changes in trac.[[BR]] '''I checked the htpasswd file and found if it's modified by trac behaviors(change, add, del, etc.), there'll be an extra '\r' before each EOL for every user/password line'''.[[BR]][[BR]] I'm not sure whether this format change will cause other svn servers in trouble, but definitely for visualsvn server(2.15 for win32), it prevent the service from startup, giving an error prompt ""Error users file""[[BR]] [[BR]] Wonder if the open function in 0.12.1 for win32 releases takes param as b or wb? like {{{ f = open('file', 'wb'); }}}[[BR]] compared to {{{ f = open('file', 'b'); }}} or things like that... ",defect,closed,normal,AccountManagerPlugin,critical,duplicate,password file,,0.12