[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: D.J. Heap <dj_at_shadyvale.net>
Date: 2004-06-10 05:49:02 CEST

Hacking around a little (fumbling, really) I tried what I thought might
be a fix to my pre-commit hook with 'svnlook diff -t' problem:

Index: subversion/libsvn_fs_fs/fs_fs.c
===================================================================
--- subversion/libsvn_fs_fs/fs_fs.c (revision 9944)
+++ subversion/libsvn_fs_fs/fs_fs.c (working copy)
@@ -2266,6 +2266,7 @@
    txn->base_id = svn_fs_fs__id_copy (noderev->predecessor_id, pool);
    txn->copies = NULL;

+ txn->revision = svn_fs_fs__id_rev (txn->base_id);
    txn->kind = transaction_kind_normal;

    *txn_p = txn;

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?

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 10 05:49:43 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.