$ svn ci -m "comment"
Is a common way for documentation to tell that you should type exactly what
is behind the $. The '$' itself is a placeholder for your prompt which could
be something like 'C:\Windows>' on Windows or something like '~/svn-site
(bert@host)' on another system.
If you leave out the $ and installed the commandline binaries things should
work for you.
Bert
PS. Please use plain text on this mailing list as that makes it much
easier/possible to answer in-line.
From: Carmit Shiran [mailto:[email protected]]
Sent: woensdag 5 september 2012 11:15
To: Cooke, Mark
Cc: [email protected]
Subject: Re: problem with dialog box uisng Tortoisesvn
On Wed, Sep 5, 2012 at 11:43 AM, Cooke, Mark <[email protected]> wrote:
> -----Original Message-----
> From: Carmit Shiran [mailto:[email protected]]
> Sent: 05 September 2012 09:25
> To: [email protected]
> 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>
http://tortoisesvn.net/downloads.html, for 32-bit OS)
I appreciate your help.
Thanks,
Carmit