[viewvc-users] viewvc and mimicing svn log "use merge history"

John Tseng <[email protected]>
Newsgroups gmane.comp.version-control.cvs.viewcvs.user
Message-ID <[email protected]>
Hi all,

We recently started to do branching and merging in subversion.
We noticed that ViewVC's "Revision log" does not show  (or have an 
option to show) the full merge history.

For the "svn log" command, we typically add the --use-merge-history (-g) 
to do this.

Is there a way to configure Viewvc to mimic the behavior of  "svn log 
--merge history" ?

Any help would be greatly appreciated.

Thanks,
John


1) svn log:
   -g [--use-merge-history] : use/display additional information from merge

2) We are using ViewVC 1.1.5

3) In the svn code base, this is passed around as an 
"include_merged_revision" option.
subversion/libsvn_client/log.c
  SVN_ERR(svn_ra_get_log2(ra_session,
                               condensed_targets,
                               start_revnum,
                               end_revnum,
                               limit,
                               discover_changed_paths,
                               strict_node_history,
*                              include_merged_revisions,*
                               passed_receiver_revprops,
                               passed_receiver,
                               passed_receiver_baton,
                               iterpool));
--------------------------------------------------------

CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and contains information that is confidential and proprietary to AppliedMicro Corporation or its subsidiaries. It is to be used solely for the purpose of furthering the parties' business relationship. All unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.

------------------------------------------------------
http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4255&dsMessageId=2613708

To unsubscribe from this discussion, e-mail: [[email protected]].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.