You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Chris Jensen <cj...@edex.com.au> on 2004/07/23 07:41:16 UTC

Where does the System account live

Hi,
I'm trying to setup a script to run svn automatically under windows, it 
runs fine from the command line, but when I schedule it with at it hangs.
After some investigation it turns out it's waiting from some user 
response as to weather it should trust the server certificate.
The process is running as the system account when run under at (while I 
had been running it as administrator from the command line).

Where would the subversion configuration files be stored for the system 
account so I can copy the correct configuration over to stop it from 
prompting?

Thanks in advance for any help.

-- 
---------------------------------------------------------------------
Chris Jensen cjensen@edex.com.au

Educational Experience (Australia)
Postal Address: PO Box 860, Newcastle NSW 2300
Freecall:       1-800-025 270      International: +61-2-4923 8222
Fax:            (02) 4942 1991     International: +61-2-4942 1991

Visit our online Toy store! http://www.toysandmore.com.au/
---------------------------------------------------------------------

Re: Where does the System account live

Posted by Ben Collins-Sussman <su...@collab.net>.
On Fri, 2004-07-23 at 02:41, Chris Jensen wrote:
> Hi,
> I'm trying to setup a script to run svn automatically under windows, it 
> runs fine from the command line, but when I schedule it with at it hangs.
> After some investigation it turns out it's waiting from some user 
> response as to weather it should trust the server certificate.
> The process is running as the system account when run under at (while I 
> had been running it as administrator from the command line).
> 
> Where would the subversion configuration files be stored for the system 
> account so I can copy the correct configuration over to stop it from 
> prompting?

They can be defined in the run-time 'servers' file.  Please see the
beginning of chapter 7.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Where does the System account live

Posted by Kenneth Porter <sh...@sewingwitch.com>.
--On Friday, July 23, 2004 5:41 PM +1000 Chris Jensen <cj...@edex.com.au> 
wrote:

> Where would the subversion configuration files be stored for the system
> account so I can copy the correct configuration over to stop it from
> prompting?

While I don't know the answer, I can suggest a way to find out. Windows 
defines a bunch of environment variables for the current user's 
directories, such as where to put application data. So run an "at" job as 
System that simply executes "set" and redirects to a file. That should show 
you all the envvars that define the System user's profile layout.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org