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

Re: svn update in post-commit hook

From: Joachim Durchholz <jo_at_durchholz.org>
Date: 2005-11-08 19:27:33 CET

Rob Brandt schrieb:
>
> Doing a checkout/update as root works, but the files then are owned by
> user/group root.

If running the checkout script with root privilege is an option, you
could use the chown command. Syntax:
   chown <user>:<group> file...

Disclaimer: I'm an SVN newbie myself, so this might be the worst way to
do it. Comments welcome, so I can learn :-)

Regards,
Jo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 8 19:30:31 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.