You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "ESSI - Billie H. Cleek" <bc...@essystemsinc.com> on 2006/09/05 14:38:45 UTC

restricting tags

We have several subversion repositories: one for each of our clients.
Each client can have multiple projects.  I would like to create a
pre-commit hook that will prevent that could detect when the source and
destination projects are not the same, but as far as I can tell the
pre-commit hook can only tell 1) that an ADD operation is being done,
and 2) the destination of the file being added.  There does not seem to
be a way to tell what the source of a copy is.  Is it possible to do
what I want to do, and can anyone point me in the right direction?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org