I'm just trying to hook Trac/SVN together so that my SVN commits manage my Trac Tickets. I've read the documentation and understand (kind of) that the ticket updates rely on a dev using the correct syntax in the comments field which not to put to fine a point on it I think is um... lets use the world unreliable to avoid offending anyone unnecessarily :P
I'm looking at adding a custom field to do this which won't require knowledge of specific syntax in order to update the tickets. The only issue is, I don't have the first clue where to start... I've never even programmed in Python before and while I can kind of interpret what's going on in any given script, I don't want to have to learn the whole language just to integrate the two systems together more robustly.
I have very little *NIX experience, I'm a Microsoft Developer so having to hack all these technologies together via the command line, scripts and configuration files is an environment that's somewhat alien to me.
So has anyone modified Trac/SVN in this fashion or done anything like this before and if so, is there a document or helpful user somewhere that would walk me through this process?
Edit: Should I be considering modifying my SVN client integration to make this process more intuitive for the developer rather than modifying the link between SVN/Trac? Perhaps this would be a more suitable route?