> -----Original Message-----
> From: Carmit Shiran [mailto:carmit.shi...@gmail.com] 
> Sent: 05 September 2012 09:25
> To: users@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

Reply via email to