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

Re: FSFS and svnlook

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-06-11 02:04:15 CEST

On Wed, 2004-06-09 at 23:49, D.J. Heap wrote:
> + txn->revision = svn_fs_fs__id_rev (txn->base_id);

That's not right; txn->revision is the revision the transaction has
created. (Which makes no sense in FSFS, where a transaction gets
deleted upon commit, so the field should probably be removed.) But
you're on the right track.

> Although this doesn't spit out an error anymore, it always generates a
> bad diff (empty) and at this point I'm kind of lost -- can any experts
> point me in the right direction to pursue this?

Sorry for the delay. The problem is that svn_fs_paths_changed() only
had code for revision roots, not transaction roots. I've fixed both
problems in r9959.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 11 02:05:27 2004

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.