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

Re: Difficult message to translate

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2005-05-10 15:45:27 CEST

Karol Szkudlarek <karol@mikronika.com.pl> writes:

> Hi!
>
> Please explain me what means the following Subversion message:
>
> #: libsvn_fs_base/bdb/copies-table.c:130
> msgid "bumping next copy key"

In our BDB backend, the 'copies' database table uses unique primary
keys, integers in base-36. There is one exception -- a row whose key
is 'next-key', and whose value is the base-36 integer we will use as
the primary key of the next row added to the table. Each time a new
row is added to the table, we "bump" (which essentially means
"increment by 1") the value of the 'next-key' key.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 10 15:46:52 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.