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

Re: Help running svn from ASP

From: Andy Levy <andy.levy_at_gmail.com>
Date: Tue, 15 Mar 2011 21:42:46 -0400

On Tue, Mar 15, 2011 at 21:26, Justin Zaun <justin_at_teamvision.com> 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 not as a user so there is no user path. I
> read I should add a --config-path argument to the command, but that
> just gave me:
>
> svn.exe: invalid option: --config-path=C:\Development\webroot\bin\svn\
> Type 'svn help' for usage.
>
> So, how do I go about running SVN?
>

I didn't even know you could run external programs directly from ASP.
When I tried 10 years ago, it wasn't possible.

Are you talking about ASP, or ASP.NET? If the latter, you should use a
.NET library for Subversion, not the command-line client. Check out
SharpSVN. http://sharpsvn.open.collab.net/
Received on 2011-03-16 02:43:55 CET

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.