Disable the Checkout dialog from the command prompt

1,584 views
Skip to first unread message

balaji akula

unread,
Oct 19, 2012, 12:38:29 AM10/19/12
to d...@tortoisesvn.tigris.org


Hi,

I like to use TSVN build automation from command line. When I call the batch file, on checkout dialog every time i have to click
OK button. How can i disable it. I have to schedule it at night builds. Can any one please send me the code for Hide the checkout dialog.
  
Here is my command:
"C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe" /command:checkout /url:%svnlocation% /path:%source%

Please find the sample dialogs below.

Inline image 1


Inline image 2


Thanks,
Balaji.

image.png
image.png

Harun Trefry

unread,
Oct 19, 2012, 1:17:09 AM10/19/12
to d...@tortoisesvn.tigris.org
Hi,

This list is for discussion of the development of TortoiseSVN. This
question belongs on the users list.

Since you're here, though...
On 19/10/12 12:38, balaji akula wrote:
> I like to use TSVN build automation from command line. When I call the
> batch file, on checkout dialog every time i have to click
> OK button. How can i disable it. I have to schedule it at night
> builds. Can any one please send me the code for Hide the checkout dialog.
>
TSVN is a GUI for Subversion. If you do not want the GUI part, use
Subversion.
Tortoise offers to install the svn command line utility, so you may
already have it.

See also "Appendix E. Command Line Interface Cross Reference" in the
Tortoise manual for a quick introduction to the svn commands.

Regards,
Harun

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3021885

To unsubscribe from this discussion, e-mail: [dev-uns...@tortoisesvn.tigris.org].

Lorenz

unread,
Oct 19, 2012, 2:44:17 AM10/19/12
to d...@tortoisesvn.tigris.org
balaji akula wrote:
>I like to use TSVN build automation from command line. When I call the
>batch file, on checkout dialog every time i have to click
>OK button. How can i disable it. I have to schedule it at night builds. Can
>any one please send me the code for Hide the checkout dialog.

use the command line client for that (svn.exe)

"C:\Program Files\TortoiseSVN\bin\svn.exe" co %svnlocation% %source%

(you may need to re-run the tsvn installer and enable installation of
the command line tools)


and by the way: this is the developer mailing list, not the user one
(us...@tortoissvn.tigris.org)
--

Lorenz

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3021909

yalamanchili

unread,
Apr 15, 2013, 10:40:52 AM4/15/13
to d...@tortoisesvn.tigris.org
Hi,

I like to use TSVN automation from commandline.Below is the code I am using:

"C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe" /command:checkout from /url: to /path" /notempfile /closeonend:2

Every time I have to click on OK button on checkout dialogue,it will close the final window automatically.

Can anyone please let me know how I can close the checkout dialogue also automatically.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3053370

Stefan Küng

unread,
Apr 15, 2013, 3:11:33 PM4/15/13
to d...@tortoisesvn.tigris.org
On 15.04.2013 16:40, yalamanchili wrote:
> Hi,
>
> I like to use TSVN automation from commandline.Below is the code I am using:
>
> "C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe" /command:checkout from /url: to /path" /notempfile /closeonend:2
>
> Every time I have to click on OK button on checkout dialogue,it will close the final window automatically.
>
> Can anyone please let me know how I can close the checkout dialogue also automatically.

TortoiseSVN is a GUI client. If you don't want any GUI show up, you
should use the command line client.

Stefan

--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest interface to (Sub)version control
/_/ \_\ http://tortoisesvn.net

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3053394
Reply all
Reply to author
Forward
0 new messages