id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 1030,PerforceError: Request too large,Jason Foster,ttressieres,"I've tried using version 0.4.2 and trunk of perforceplugin and both versions result in a similar error trace like this: {{{ ======================= Traceback (most recent call last): File ""C:\Python24\Lib\site-packages\trac\web\main.py"", line 387, in dispatch_request dispatcher.dispatch(req) File ""C:\Python24\Lib\site-packages\trac\web\main.py"", line 238, in dispatch resp = chosen_handler.process_request(req) File ""C:\Python24\Lib\site-packages\trac\versioncontrol\web_ui\browser.py"", line 113, in process_request req.hdf['browser'] = { File ""C:\Python24\lib\site-packages\tracperforce-0.4.2-py2.4.egg\p4trac\api.py"", line 743, in _get_rev return self._node.change File ""C:\Python24\lib\site-packages\tracperforce-0.4.2-py2.4.egg\p4trac\repos.py"", line 700, in _get_change wildcard=u'...') File ""C:\Python24\lib\site-packages\tracperforce-0.4.2-py2.4.egg\p4trac\repos.py"", line 1521, in _runChanges raise PerforceError(output.errors) PerforceError: Request too large (over 100000); see 'p4 help maxresults'. ======================= }}} The only thing that I'm not too sure about is the connection string setting I have for the trac.ini repository_dir value. Do I have my p4 connection string right in my settings below, or does the repository path need to start with a double forward slash ""//"", or perhaps I need to take off the ending forward slash ""/"", or perhaps I need to end the path with a forward slash and ellipses ""/...""? Here's the software I'm using: * Python = 2.4 * Trac = 0.10.2 * P4 Server = 2006.1 * PyPerforce = 0.3a1 * PyProtocols = 0.9.3 * SetupTools = 0.6c3 My p4 trac.ini settings look like: {{{ [components] p4trac.* = enabled [trac] repository_type = perforce repository_dir = p4://myusername:secret@perforce:1666/toplevelrepos/subfolder1/subfolder2/?unicode=0 [perforce] port = perforce:1666 user = myusername password = secret unicode = 0 }}} Thanks in advance for any help!!",defect,closed,highest,PerforcePlugin,blocker,invalid,,,0.10