[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Multiple repositories same hooks

From: Rowell, Geoff <growell_at_ENVOYWW.COM>
Date: 2006-05-31 15:43:42 CEST

Merijn Boom <merijn.boom@eurorscg.nl> wrote:
>
> Rowell, Geoff <growell@ENVOYWW.COM> wrote:
> >
> > Merijn Boom <merijn.boom@eurorscg.nl> wrote:
> >
> > > Every time a repository is made we have to copy the hook scripts
of
> one
> > > earier made repository. Is it possible to change the default
created
> > > repository in order to have our hook scripts in it?
> > >
> > > We are running on Windows,
> >
> > You can't change the default repository creation, but...
> >
> > Just place a "call" statement, to your centralized hook scripts (say
in
> > "..\..\common_hooks"), in the "*.bat" files in each repository
"hooks"
> > subdirectory. You still have to add the simple "*.bat" files to each
> > repository's "hooks" subdirectory, but all the complex logic will be
> > centrally located.
>
> Thanks. Thi sis basically what we do now. Would there then be an
option
> to prevent users to make a repository? Because if they create one they
> still miss the "simple" bat files,

The only way to do this is to not give them direct access to the
Subversion server. Your SCCS administrator should be the only one with
this level of access.

Configure Apache's httpd ("http:" protocol) and/or Subversion's svnserve
("svn:" protocol) servers for their use.

-Geoff

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 31 15:54:29 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.