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

Re: CVS update: subversion/subversion/include svn_fs.h

From: Jim Blandy <jimb_at_savonarola.red-bean.com>
Date: 2000-09-09 18:24:00 CEST

> > + Every transaction is assigned a name. You can open a transaction
> > + by name, and resume work on it, or find out the name of an existing
> > + transaction. You can also list all the transactions currently
> > + present in the database. */
>
> Can we get a clarification on the construction of that name? Specifically,
> what characters will be used in the name? [A-Za-z0-9] ?

Sure, whatever you want.

I was going to use PID.TIME, where PID and TIME are both strings of
ASCII digits, and check for clashes. 99% of the time it'd be faster
than a more centralized allocation algorithm. Would that be okay?
Received on Sat Oct 21 14:36:08 2006

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.