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

Re: Disable Log Commit Window

From: Andy Levy <andy.levy_at_gmail.com>
Date: Wed, 20 Jan 2010 10:10:45 -0500

On Wed, Jan 20, 2010 at 09:52, fabrice91 <fabrice91_at_free.fr> wrote:
> Hello,
>
> I use Subversion with JabRef in order to keep a unique shared
> bibliographic file between all my users. Because JabRef doesnt deal with
> multi user...
> So each user may add some entry into the bibliographic file but they
> dont care to add a log message during the commit.
> I made a bat (Windows XP) for them in order to aumaticcaly do the commit
> with the command line :
>
> TortoiseProc.exe /command:commit /path:"%USERPROFILE%\JabRef\biblio.bib"
> /closeonend:2
>
> But there is this log commit window pop up !
> And users may click on ok without filling the message field.
> So, is it possible to avoid or disable the pop up of this window ???
> Something like :
>
> TortoiseProc.exe /command:commit /path:"%USERPROFILE%\JabRef\biblio.bib"
> /closeonend:2 /log:off
>
> I search on the web and in the doc
> http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug.html but
> dont found anything.

Use the command-line client. TortoiseSVN isn't meant to be used in the
way you're using it.

Really, though, you should be encouraging your users to enter log
messages, especially if your file isn't easily diff-able.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-01-20 16:10:57 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

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