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