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

Re: RFC: Log Message Templates via new hook.

From: Norbert Unterberg <nepo_at_gmx.net>
Date: 2005-05-22 20:01:01 CEST

Kevin Puetz schrieb:

> <wishlist>Now if only there was a tsvn.exe so that I could say tsvn commit
> to get that dialog instead of having to fire up explorer and dig to the
> same folder :-)</wishlist>

Actually, TortoiseSVN has a command line interface. See:
http://tortoisesvn.tigris.org/docs/TortoiseSVN_en/apb.html

Just note this interface is mainly used to transfer commands from the
explorer extension part to the standalone application, so it is kind of
fragile. However, if you put "%ProgramFiles%\TortoiseSVN\bin" in your
path, you can call the commit dialog from inside your working copy
folder using this command:

TortoiseProc /command:commit /notempfile /path:"."

Norbert

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun May 22 20:05:24 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.