Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/subversion
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: trunk
Choose a base ref
...
head repository: apache/subversion
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: xpatch-prototype
Choose a head ref
  • 7 commits
  • 6 files changed
  • 1 contributor

Commits on May 18, 2025

  1. Configuration menu
    Copy the full SHA
    fba9dd1 View commit details
    Browse the repository at this point in the history
  2. On the 'xpatch' branch: add BRANCH-README.

    * BRANCH-README: new file.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/subversion/branches/xpatch@1925675 13f79535-47bb-0310-9956-ffa450edef68
    rinrab committed May 18, 2025
    Configuration menu
    Copy the full SHA
    89c4d10 View commit details
    Browse the repository at this point in the history
  3. On the 'xpatch' branch: Add in-void --xpatch option to the

    `svn diff` command.
    
    * subversion/svn/cl.h
      (svn_cl__opt_state_t::diff): Add xpatch boolean option.
      (svn_cl__longopt_t): Add opt_xpatch.
    * subversion/svn/svn.c
      (svn_cl__options): Declare the xpatch option.
      (svn_cl__cmd_table_main::diff): Accept --xpatch.
      (sub_main): Handle opt_xpatch.
    
    git-svn-id: https://svn.apache.org/repos/asf/subversion/branches/xpatch@1925676 13f79535-47bb-0310-9956-ffa450edef68
    rinrab committed May 18, 2025
    Configuration menu
    Copy the full SHA
    23b757f View commit details
    Browse the repository at this point in the history
  4. On the 'xpatch' branch: Describe xpatch in svn patch --help as sugg…

    …ested
    
    by hartmannathan in an old thread.
    
    Suggested by: hartmannathan
    
    
    git-svn-id: https://svn.apache.org/repos/asf/subversion/branches/xpatch@1925679 13f79535-47bb-0310-9956-ffa450edef68
    rinrab committed May 18, 2025
    Configuration menu
    Copy the full SHA
    11e2dad View commit details
    Browse the repository at this point in the history
  5. On the 'xpatch' branch: Add API functions for creating xpatch files, but

    write constant text block for now. Then invoke those functions from the
    cmdline when executed with --xpatch argument.
    
    $ svn diff --xpatch
    <?xml version="1.0" encoding="UTF-8" ?>
    <xpatch>
      this is an xpatch
    </xpatch>
    
    * subversion/include/svn_client.h
      (svn_client_diff_xpatch,
       svn_client_diff_xpatch_peg): Declare functions.
    * subversion/libsvn_client/diff.c
      (svn_client_diff_xpatch,
       svn_client_diff_xpatch_peg): Implement functions; They will require
       do_diff() local function later to drive the processor.
    * subversion/svn/diff-cmd.c
      (svn_cl__diff): Use xpatch API when invoked with appropriate option.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/subversion/branches/xpatch@1925683 13f79535-47bb-0310-9956-ffa450edef68
    rinrab committed May 18, 2025
    Configuration menu
    Copy the full SHA
    a77f75c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5b88e4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50c69fb View commit details
    Browse the repository at this point in the history
Loading