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

Re: Commit hooks malfunctioning...

From: Simon Comeau Martel <martelsc_at_videotron.ca>
Date: 2005-01-21 17:22:12 CET

Dassi, Nasser wrote:

> I am now truly curious why the step would execute when batch is called
> directly, but not when SVN COMMIT hooks are executed.

How are you accessing your repository? Via apache [http(s)://]?
svnserve [svn://]? locally [file:///]?

If you are accessing your repository via apache, you have to know that
the hook scripts are executed by the user runing apache (probably a
system account), and not by your local user. And that user probably
doesn't have the required permission to do a svn update on your working
copy (because it is owned by your local user).

Hope it's clearer this time...

Have a good day

-- 
Simon Comeau Martel
martelsc@videotron.ca
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 21 17:26:34 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.