Noah Kantrowitz wrote:
>
> Considering that Trac has no inherent scaling issues (aside from
> SQLite, which is unavoidable) that I know of, I don't see why this
> needs to be out-of-band. TracForge already provides for both global
> permissions/roles, and local ones.

well ok, but we don't take this problem from the same view
apparently with TracForge you want 1 "special" Trac to do the admin,
so people can search interTrac projects, tickets, etc.

your goal from what I understood is to have one Trac process
taking control over other Trac processes

my goal is more to have a non-Trac process taking care only
of users and projects names, and base the different projects navigation
on different Apache vhost,

that means for each user projects
1 vhost
1 SVN repo
1 Trac config

I don't say it's better or worst, I'm just saying not the same approach
for perharps not the same needs


>
> >
> > sure trac can handle user rights from the admin
> > but from Trac you can not define SVN hooks, or you need to make a
> > plugin
> > from Trac you can not run backup of the Trac db and the SVN repo,
> > another Trac plugin
>
> Of course it can. Just run a bunch of select * queries, and build out
> a new schema design from that, then send the rendered schema (using
> the DatabaseManager's to_sql() results) and the rendered inserts back
> to the browser. For Subversion you would probably need to call
> svnadmin dump and capture the output (trivial using the subprocess
> module).

humm I would not have at all the same approach to do those kind of
backups,
I would do it more at the filesystem level than the DB level

for me a good backup would not be only the DB, it would be the whole
Trac/SVN settings, so a user could reinstall his work to any other host
or locally
and not loose the rev counts or special settings (as hooks or others).

Anyway, I was just asking for inputs for a particular setting,
not really a "don't do that, that other thing already do it",
i wish all the best for TracForge but at it is now, sorry
it would be safer and faster for me (but that's just me)
to do that in a different way.

zwetan


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

Reply via email to