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

Re: Help on running Scripts

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-09-17 16:30:01 CEST

On 9/17/07, Liu, Sylvie (EHCOE) <sylvie.liu@honeywell.com> wrote:
> Hi, I am a new user to TortoiseSVN. Can somebody help me to write a
> command line in a file to checkout a repository or to check log
> messages?
>
> I read Appendix D (Automating TortoiseSVN) from the book and tried the
> following command in a .bat file and in a DOS prompt
> tortoiseproc.exe /command:log
> /path:"e:\longbow_test_checkout_v2\trunk\scripts\ init_environment.bat"
> /notempfile /closeonend
>
>
>
> I got the following message:
>
> 'tortoiseproc.exe' is not recognized as an internal or external command,
> operable program or batch file.

This only means that the program isn't in any directory that's
specified in your %PATH% environment variable. You'll need to add it,
or specify the full path to the executable in your script.

Although TSVN does have a command-line interface, if you're going to
be scripting anything with Subversion, you're ought to be using the
standard command-line client instead.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Mon Sep 17 16:26:32 2007

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.