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

Re: svn_fs_merge not used?

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2003-10-13 21:50:36 CEST

Philip Martin <philip@codematters.co.uk> writes:

> I cannot find anywhere that calls svn_fs_merge. What's it for?

svn_fs_merge() is an API hook into the merge process that is performed
as part of committing a Subversion transaction. It has no callers
because nobody every tries to merge in a transaction unless they are
wanting to commit that thing -- so they just call svn_fs_commit_txn().

If you're aiming to lose unused code, then it and svn_fs_rename() can
go away.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 13 21:51:46 2003

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.