[EMAIL PROTECTED] wrote:
I know that Trac provides a browser for SVN, but it doesn't seem you can check files in/out via the browser. Is this true? Will this functionality be added?
It is true that trac does not provide check-in/check-out functionality. As for whether it will be added, I'm not sure. My guess is that it won't be. As far as I can tell, in order for it to be added, trac would have to implement WebDAV. Additionally, since it seems common to run trac via mod_python or fastcgi with apache, there isn't much motivation to move this functionality into trac proper, as apache will happily provide the WebDAV interface.
-John _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
