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

Re: Can I check out/access the hook scripts remotely through the svn client?

From: Martin Schayna <mschayna_at_aktis.cz>
Date: 2005-07-16 09:23:27 CEST

Jeff Vincent wrote:
> I was just wondering if there was an equivalent to the
> "cvs checkout CVSROOT" command so that I can modify my hook scripts (I
> can't find any). The SVN server is managed by our IS&T department and I
> don't have physical (or ssh) access.

Just make your scripts as part of your regular repository, but keep
them in special folder besides standard trunk/branches/tags, e.g.
hooks. Update & commit changes from your working copy as normal, but
in post-commit script (running on server) copy new versions of
scripts to hooks directory in your repository.

You can combine this with standard solution for rights by pre-commit
script and allow only you to change files in hooks folder in repo.

Martin Schayna

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jul 16 09:24:57 2005

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.