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: cmdline-parse-targets
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on May 31, 2025

  1. Create the 'cmdline-parse-targets' branch in which I'll try to rework

    target parser in the command line.
    
    git-svn-id: https://svn.apache.org/repos/asf/subversion/branches/cmdline-parse-targets@1926020 13f79535-47bb-0310-9956-ffa450edef68
    rinrab committed May 31, 2025
    Configuration menu
    Copy the full SHA
    dc017de View commit details
    Browse the repository at this point in the history
  2. On the 'cmdline-parse-targets' branch: move r1926013 from

    'utf8-cmdline-prototype', introducing svn_opt__target_t api.
    
    This seems pretty good to implement our target utils, because we could
    parse everything once. I'll try to rewrite those utils and cmdline I guess...
    
    * subversion/include/private/svn_opt_private.h
      (svn_opt__target_type_e,
       svn_opt__target_t,
       svn_opt__target_parse,
       svn_opt__target_to_string,
       svn_opt__target_resolve,
       svn_opt__target_array_parse,
       svn_opt__target_array_to_string): Declare.
    * subversion/libsvn_subr/opt.c
      (svn_opt__target_parse,
       svn_opt__target_to_string,
       svn_opt__target_resolve,
       svn_opt__target_array_parse,
       svn_opt__target_array_to_string): Implement.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/subversion/branches/cmdline-parse-targets@1926021 13f79535-47bb-0310-9956-ffa450edef68
    rinrab committed May 31, 2025
    Configuration menu
    Copy the full SHA
    3c99414 View commit details
    Browse the repository at this point in the history
Loading