Hi All,
Find the attached patch.
With regards
Kamesh Jayachandran
[[[
Patch by: Kamesh Jayachandran <kamesh@collab.net>
* subversion/libsvn_fs_fs/tree.c
(fs_change_node_prop):
ffd is unused, remove it.
]]]
Index: subversion/libsvn_fs_fs/tree.c
===================================================================
--- subversion/libsvn_fs_fs/tree.c (revision 21214)
+++ subversion/libsvn_fs_fs/tree.c (working copy)
@@ -1419,14 +1419,11 @@
parent_path_t *parent_path;
apr_hash_t *proplist;
const char *txn_id;
- fs_fs_data_t *ffd;
if (! root->is_txn_root)
return not_txn(root);
txn_id = root->txn;
- ffd = root->fs->fsap_data;
-
SVN_ERR(open_path(&parent_path, root, path, 0, txn_id, pool));
/* Check (non-recursively) to see if path is locked; if so, check
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 25 13:07:25 2006