On Wed, Sep 5, 2012 at 11:43 AM, Cooke, Mark <mark.cooke_at_siemens.com> wrote:
> > -----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
>
OK- I tired now:
c:\Program files\TortoiseSVN\bin> $svn commit
I got the following message:
'$svn' is not recognized as an internal or external command, operable
program or batch file.
Where exaclty am I supposed to write this command. I dont' see in the
book....
In what path on the cmd line? Is this how to use it?
Do I write $svn? or just svn (which also didn;t work for me)?
Am I supposed to download anything else besides TortoiseSvn?
(I downloaded it form http://tortoisesvn.net/downloads.html, for 32-bit OS)
I appreciate your help.
Thanks,
Carmit
Received on 2012-09-05 11:15:14 CEST