[Update] Enabled trac debugging, and when committing with (closes project:#137) I get an error in the log [3]. Am trying to figure out why this error happens and how to solve it.
[3] 2016-07-08 19:41:26,827 Trac[commitupdater] ERROR: Unexpected error while processing ticket #137: ExtractionError: Can't extract file(s) to egg cache The following error occurred while trying to extract file(s) to the Python egg cache: [Errno 13] Permission denied: '/home/svn/.python-eggs' The Python egg cache directory is currently set to: /home/svn/.python-eggs Perhaps your account does not have write access to this directory? You can change the cache directory by setting the PYTHON_EGG_CACHE environment variable to point to an accessible directory. On Tuesday, May 10, 2016 at 2:59:35 PM UTC+1, Cooke, Mark wrote: > > Folks, > > I have one svn repository that is used by two Trac environments (the > second created after a major re-write). Unfortunately there is some > duplication of ticket numbers and I want to make sure that the commit > message gets to the correct ticket. > > I found this thread:- > > https://groups.google.com/forum/#!topic/trac-users/JmePlTBHklM > > ...but it is not clear to me how to solve my problem. > > A solution that occurs to me is to use different 'envelope' characters for > each Trac (e.g. "[]" or "<>") so that only one of the two tracs picks up > the message, then set my post-commit hook to call both: > > @start C:\Python26\Scripts\trac-admin.exe D:\trac\env1 changeset added > "%1" "%2" > @start C:\Python26\Scripts\trac-admin.exe D:\trac\env2 changeset added > "%1" "%2" > > (note I am on windoze here!) > > Can anyone suggest a better solution? > > Many thanks, > > ~ Mark C > > -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
