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

Re: [TSVN] TortoiseSVN 1.1.0 RC1 released

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-08-12 14:10:36 CEST

Michal Mielniczuk wrote:

> Hello
> I'm working on update for Polish translation and I found two things that (I
> think) weren't mentioned in a change log:
> - choosing repository type (BDB or FSFS) during creation

Subversion 1.1.0 supports a new repository format, called FSFS. The
other format which was available from the beginning is the berkeley
database (BDB). So now when you create a repository, you can choose
which format of the repository you wanna have. The BDB is more stable
because it has been tested longer, the FSFS is newer and therefore might
still have some bugs in it, but it is faster - and it even works over
network shares and on Win98 ;)

> - 'Show BugId/Issue-Nr. Box' option

That box is only available in the commit dialog if you activate the
corresponding checkbox in the settings dialog. If it is shown, the user
can enter there the issue number which get's fixed/changed/... with that
commit. All it really does is to add a line at the bottom of the log
message:
"Bug-ID : number"
That feature was requested for bug/issue trackers so that they can parse
the log messages easier from a post-commit hook and then assing the
commit to the issue in their database.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Aug 12 15:15:35 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.