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

RE: problem with dialog box uisng Tortoisesvn

From: Cooke, Mark <mark.cooke_at_siemens.com>
Date: Wed, 5 Sep 2012 09:43:52 +0100

> -----Original Message-----
> From: Carmit Shiran [mailto:carmit.shiran_at_gmail.com]
> Sent: 05 September 2012 09:25
> To: users_at_subversion.apache.org
> Subject: problem with dialog box uisng Tortoisesvn
>
> hello,
> I downloaded Tortoisesvn to my computer.
> I want the following command to be executed without opening
> the dialog box at the end (I don't want the user to enter any data):
>
> TortoiseProc.exe /command:commit
> /path:"C:\Projects\Widget3_Dev" /closeonend:1
>
> The /closeonend:1 doesn't seem to work. I still get the pop-up dialog.
>
> I also tried changing the settings and switched the:
> General->Dialogs 1-> Autoclose to : Auto-close if no errors.
>
> But this also doesn't work.
>
> Can you help me out?
> What am I not doing right?
>
> Thanks,
> Carmit

Why not just use the svn command line tools (they are an optional component when you install TortoiseSVN)? You could then call `svn commit`, see the on-line book help:-

http://svnbook.red-bean.com/en/1.7/svn.tour.cycle.html#svn.tour.cycle.commit

~ mark c
Received on 2012-09-05 10:44:35 CEST

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.