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

Re: Does TortoiseProc.exe /command:commit work??

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-02-15 18:47:15 CET

Scott Prugh wrote:
> I am on TSVN 1.3.0 build 5416.
>
> I am trying to automate a process from an external SCM to bring files
> into SVN via TSVN.
>
> I am automatically copying the files over to the working copy and then
> trying to launch TSVN to do the commit by passing the directory of the
> files that were copied over.
>
> TortoiseProc.exe /command:commit /path:"D:\builds\trunk\myfiles"
>
>
> I always get an access denied error. Even if I go to the command
> prompt, I get the same thing.
>
> If I use explorer I can click on this directory and commit fine. It
> just seems that TortoiseProc.exe fails.
>
>
> Any ideas to what I might be doing wrong here?
>
> I can of course use the svn commit command, but I was hoping to leverage
> TSVN here.

Read the docs carefully:
you either need to write all paths you want to commit to a file and pass
that file, or append '/notempfile' to the command line. The path you
pass is otherwise treated as a file containing the paths to commit.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Feb 15 18:47:48 2006

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

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