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