To follow up,

I disabled the perms check

check_perms = BoolOption('ticket', 'commit_ticket_update_check_perms',
        'false',
        """Check that the committer has permission to perform the requested
        operations on the referenced tickets.
        
        This requires that the user names be the same for Trac and repository
        operations.""")

And recreated the commit_updater.pyc via :

trac-admin /var/www/trac/Test repository resync test

Still no update in the ticket :(

The svn:log is: Closes #1, and Refs #1

Logs at the time of the commit.

2010-10-15 14:13:24,722 Trac[loader] DEBUG: Loading 
tracopt.ticket.commit_updater from /usr/lib/python2.4/site-packages
2010-10-15 14:13:24,724 Trac[loader] DEBUG: Loading tracopt.ticket.deleter from 
/usr/lib/python2.4/site-packages
2010-10-15 14:13:24,724 Trac[loader] DEBUG: Loading 
workfloweditor.workfloweditor_admin from 
/usr/lib/python2.4/site-packages/WorkflowEditorPlugin-1.0.2-py2.4.egg
2010-10-15 14:13:24,726 Trac[api] DEBUG: Event changeset_added on  for 
changesets ()
2010-10-15 14:13:24,749 Trac[svn_fs] DEBUG: Subversion bindings imported
2010-10-15 14:13:24,753 Trac[cache] INFO: repos rev [50] != cached rev [49]
2010-10-15 14:13:24,755 Trac[cache] INFO: Trying to sync revision [50]
2010-10-15 14:13:24,757 Trac[cache] DEBUG: Caching node change in [50]: 
(u'testfile50', 'file', 'add', None, -1)
2010-10-15 14:13:28,581 Trac[main] DEBUG: Dispatching <Request "GET 
'/report/1'">
2010-10-15 14:13:28,584 Trac[api] INFO: Synchronized '' repository in 0.00 
seconds

Thanks again,

Jesse

On Oct 15, 2010, at 1:51 PM, Jesse Jacobs wrote:

> Hello Remy,
> 
> First ty for your response.
> 
> Unfortunately it did not update the ticket.
> 
> The svn user and the trac user are both the same username.
> 
> The user has TRAC_ADMIN privileges.
> 
> I added the TICKET_MODIFY privilege just in case.
> 
> Performed a svn commit.  The ticket still did not get updated.
> 
> Please let me know if you require any additional info
> 
> Once again thank you for your help,
> 
> Jesse
> 
> 
> On Oct 15, 2010, at 3:54 AM, Remy Blank wrote:
> 
>> Jesse Jacobs wrote:
>>> This updated the changeset for the repo but did not update the ticket
>>> status and resolution.
>> 
>> Did it add a comment with the commit message to the ticket? It doesn't
>> seem so, as you should have a log message saying "Updating ticket #1".
>> 
>> Do you commit with the same username as your username on Trac? Does that
>> user have TICKET_MODIFY permission?
>> 
>> -- Remy
>> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Trac Users" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/trac-users?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to