On Tue, Sep 23, 2008 at 10:32:00AM -0700, Noah Kantrowitz wrote:

> > 3.  Probably, most importantly, does this seem like a good way to go
> > about providing this service?
> 
> Would I be correct in guessing you want to do change control on
> router/switch configs? Making such a system would be very complex and I
> would honestly say just look at the commercial and existing FOSS tools for
> it, probably easier to get running by several orders of magnitude.

This comes into my mind:

- Use a linux based tftp server
- tftp your configs to that server
- on that server, use inotify or FAM to trigger a program that uploads the
  (changed) config to your subversion server via HTTP
- on that server, use subversion's autoversioning feature
- from the post-commit hook, call your own script that does something to
  your trac, whatever you want. You may use trac-post-commit hook as a
  starting point.

Sounds doable to me.

Rainer

--~--~---------~--~----~------------~-------~--~----~
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