Re: Basic setuid question

2008-09-12 Thread Scott Dunbar
I know, bad style replying to my own post but I figured out what was going on. At http://subversion.tigris.org/faq.html#hook-debugging there is a suggestion to run with an empty environment. The equivalent in my program was: execle("/usr/local/bin/svn", "svn", "update", argv[1], (const char

Basic setuid question

2008-09-12 Thread Scott Dunbar
Hi, I'm trying to implement the suggestions from http://subversion.tigris.org/faq.html#website-auto-update to allow me to update code via a web interface. My code is a bit different from the example as the example wasn't even trying to work. The code I'm using is below. However, it appears