[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: Greg Stein <gstein_at_lyra.org>
Date: 2000-09-09 01:20:24 CEST

On Fri, Sep 08, 2000 at 11:08:02PM -0000, jimb@tigris.org wrote:
>...
> +/* Transactions are actually persistent objects, stored in the
> + database. You can open a filesystem, begin a transaction, and
> + close the filesystem, and then a separate process could open the
> + filesystem, pick up the same transaction, and continue work on it.
> + When a transaction is successfully committed, it is removed from
> + the database.
> +
> + 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] ?

Preferably, I would place this name into a URL; as a result, it would be
good to know if the characters are legal URL characters.

[ if not, then more work will be needed ]

thx,
-g

-- 
Greg Stein, http://www.lyra.org/
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.