Hello,

we currently have one single svn repository where we manage a lib and
projects. The layout for the repository "master" is something like
that:
/lib
/projects
--/project_1
--/project_2

etc.

We would like to use the commit updater plugin to auto close our
tickets. For that purpose we have added to the master repository's
post-commit hook the proposed "trac-admin changeset added" call.
That works perfectly as long as you have only one trac instance.

Due to the fact that we have to stick to the current "one repo"
solution we cannot split the repository but we require more trac
instances (namely for each project and for the lib)

So we have added three "trac-admin changeset added calls" to the
master repository's post-commit hook.
Unfortunately we cannot use the commit_update any more since writing
"closes #123" in the comments would close this ticket for every trac
instance.

Is there a known way to workaround that? The post commit hook of svn
provides the repository path but it is always the trunk (e.g /var/repo/
master for all commits in lib and in projects).

Hints appreciated :)

Thanks
Sam

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