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

[TSVN] Some work for the doc writers

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-09-28 16:59:30 CEST

Hi,

as of revision 1748, TSVN now supports log templates. So this has to be
documented somehow. Here's my description on how this works, but since
I'm not very good at documenting I'm sure you guys find better words for
that:

The log template is a simple text which gets inserted in the commit
dialogs textbox which then the users can modify.
Since this is a project specific configuration (each project has its own
rules how a log message should look like) this configuration is stored
as a folder property, the same way as now the bugtraq properties are.
This also means that you can set different log templates for different
subfolders/subprojects if you want to.
The property is called tsvn:logtemplate - the value is the string to
fill in the commit dialog textbox.

There's also another property used now:
tsvn:logwidthmarker
This defines the number of chars at which a vertical line is shown in
the commit dialog textbox to indicate that the log message line should
not exceed more chars. If that property isn't set, the default value of
80 chars is used (the line is of course only shown when monospaced font
is set for those textboxes!).

Oh, and don't forget to update the screenshots - at least one of the
commit dialog showing that vertical line should be made.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Sep 28 18:06:20 2004

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

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