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

Trace and cancel update patches part 2

From: Bill Tutt <rassilon_at_lyra.org>
Date: 2001-12-24 07:56:21 CET

Here is the "move the trace commit, and trace update editors from the
command line client and into libsvn_client" patch.

Log:
* clients/cmdline/subversion_client.dsp: Remove trace-commit.c and
    trace-update.c.
* clients/cmdline/trace-commit.c: Deleted, and moved to libsvn_client.
* clients/cmdline/trace-update.c: Deleted, and moved to libsvn_client.
* clients/cmdline/cl.h: (svn_cl__get_trace_update_editor): Remove
prototype.
    (svn_cl__get_trace_commit_editor): Remove prototype.
* libsvn_client/trace-commit.c: Added, and moved from
    clients/cmdline/trace-commit.c. (svn_cl__get_trace_update_editor):
Rename
    to svn_client_get_trace_update_editor.
* libsvn_client/trace-update.c: Added, and moved from
    clients/cmdline/trace-update.c. (svn_cl__get_trace_commit_editor):
Rename
    to svn_client_get_trace_commit_editor.
* include/svn_client.h: (svn_client_get_trace_commit_editor): Add
prototype.
    (svn_client_get_trace_update_editor): Add prototype.
* libsvn_client/libsvn_client.dsp: Add trace-commit.c. Add
trace-update.c.
* clients/cmdline/checkout-cmd.c: (svn_cl__checkout): Call
    svn_client_get_trace_update_editor.
* clients/cmdline/commit-cmd.c: (svn_cl__commit): Call
    svn_client_get_trace_commit_editor.
* clients/cmdline/copy-cmd.c: (svn_cl__copy): Call
    svn_client_get_trace_update_editor.
* clients/cmdline/import-cmd.c: (svn_cl__import): Call
    svn_client_get_trace_commit_editor.
* clients/cmdline/update-cmd.c: (svn_cl__update): Call
    svn_client_get_trace_editor.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Sat Oct 21 14:36:53 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.