During code comparison by trac, "Too program open files"

Source: Internet
Author: User


When performing code comparison in Trac, if you compare multiple code files, the following error occurs:



The solution is to change the get_cotent function in tracopt/versioncontrol/svn/svn_fs.py:


Def get_content (self): "" Retrieve raw content as a "read ()" able object. "if self. isdir: return None pool = Pool (self. pool) s = core. stream (fs. file_contents (self. root, self. _ scoped_path_utf8, pool () # The stream object needs to reference the pool to make sure the pool # is not destroyed before the former. s. _ pool = pool return s



For the egg installation method, you need to change the suffix of the trac file to zip, decompress the file, and put it in the egg.


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.