Re: Help running svn from ASP

2011-03-15 Thread Justin Zaun
Yeah i did see that, but I figured is not a checkout thing, its a global argument, for example i was attempting "svn info" I suppose I should have looked in "svn help info" but it wasn't an "info" issue, it was a generic svn application issue. on a side note, it would have been nice for the error

Re: Help running svn from ASP

2011-03-15 Thread Ryan Schmidt
On Mar 15, 2011, at 20:40, Justin Zaun wrote: > On Tue, Mar 15, 2011 at 3:38 PM, Ryan Schmidt wrote: >> > >> On Mar 15, 2011, at 20:26, Justin Zaun wrote: >> >>> I'm trying to run svn from a process with my ASP script. When I run >>> the program all I get is: >>> >>> svn: Can't determine the u

Re: Help running svn from ASP

2011-03-15 Thread Andy Levy
On Tue, Mar 15, 2011 at 21:26, Justin Zaun wrote: > I'm trying to run svn from a process with my ASP script. When I run > the program all I get is: > > svn: Can't determine the user's config path > > I dug around a little and it seams this is an issue as my web server > is running as a service and

Re: Help running svn from ASP

2011-03-15 Thread Ryan Schmidt
On Mar 15, 2011, at 20:26, Justin Zaun wrote: > I'm trying to run svn from a process with my ASP script. When I run > the program all I get is: > > svn: Can't determine the user's config path > > I dug around a little and it seams this is an issue as my web server > is running as a service and

Help running svn from ASP

2011-03-15 Thread Justin Zaun
I'm trying to run svn from a process with my ASP script. When I run the program all I get is: svn: Can't determine the user's config path I dug around a little and it seams this is an issue as my web server is running as a service and not as a user so there is no user path. I read I should add a