openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Apache Subversion
Settings
|
Report Duplicate
8,522
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 6 hours
ago. based on code collected
about 7 hours
ago.
May 10, 2025 — Jun 09, 2025
Showing page 1 of 2
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Follow-up to r1926293: swap SVN_APR_DEFAULT_CHARSET and SVN_APR_LOCALE_CHARSET to fit with their values and descriptions.
Timofei Zhakov
More...
about 13 hours ago
Do not include apr_xlate.h into svn_utf.h, but manually wrap the SVN_APR_*_CHARSET constants into APR_*_CHARSET.
Timofei Zhakov
More...
about 14 hours ago
Follow-up to r1926277: Fix doubled "from" in docstring
Nathan Hartman
More...
about 15 hours ago
cmake: Generate def files in build time using an external script extractor.cmake script (similarly to extractor.py).
Timofei Zhakov
More...
about 17 hours ago
cmake: Fix NLS support on non-Windows platforms by correctly initialising SVN_LOCALE_DIR.
Timofei Zhakov
More...
about 17 hours ago
Use svn_opt_args_to_target_array3() instead of svn_opt__args_to_target_array() and drop it.
Timofei Zhakov
More...
about 18 hours ago
Factor-out svn_opt__process_target_array() function that handles target collection of svn_opt layer, operating with apr_array_header_t.
Timofei Zhakov
More...
1 day ago
Print character encoding in `svn --version --verbose`.
Timofei Zhakov
More...
1 day ago
Revert r1926219.
Timofei Zhakov
More...
1 day ago
Teach the CMake build to find serf-2, and use the paths defined in the GNUInstallDirs module, because that's where Serf's CMake build installs the build artefacts.
Branko Čibej
More...
2 days ago
Revert r1926218.
Timofei Zhakov
More...
3 days ago
Implement svn_opt__args_to_target_array() through an internal helper svn_opt__process_target_array().
Timofei Zhakov
More...
3 days ago
In the trunk: Add svn_cmdline__get_utf8_argv() function and platform-specific implementations.
Timofei Zhakov
More...
3 days ago
svnmucc: Factor-out action_code_from_word() function that checks the string for each type. Also add brand new action type ACTION_HELP that lets svnmucc to show help.
Timofei Zhakov
More...
9 days ago
svnmucc: Show usage instead of help if no actions were passed, to make it more similar to svn and other programs which show a one-line error in this case.
Timofei Zhakov
More...
9 days ago
svnmucc: Ensure we have property values in UTF-8 encoding.
Timofei Zhakov
More...
9 days ago
Improve the generated .clangd file by adding language tags to the sections.
Branko Čibej
More...
10 days ago
Handle --memory-cache-size option in svnsync by manually creating a config option instead of preparing and parsing config string.
Timofei Zhakov
More...
12 days ago
Let svn_cmdline__be_interactive() to handle the whole --non-interactive and --force-interactive logic and handle errors.
Timofei Zhakov
More...
12 days ago
Move subcommand and help related stuff into a separate file, opt_subcommand.c.
Timofei Zhakov
More...
12 days ago
Move opt-revision stuff into a separate file, opt_revision.c.
Timofei Zhakov
More...
12 days ago
Move svn-editor stuff into a separate file, cmdline_editor.c.
Timofei Zhakov
More...
12 days ago
Use standard error handling using SVN_ERR() macro for depth and set_depth arguments instead of throwing a custom error message in all executables which accepts this arguments.
Timofei Zhakov
More...
12 days ago
svnmucc: Make sure to convert log-message stuff to UTF-8 before starting the operation and act like it is already UTF-8-ized.
Timofei Zhakov
More...
12 days ago
* subversion/svnmucc/svnmucc.c (sub_main): Format code.
Timofei Zhakov
More...
12 days ago
Follow-up to r1925907: use svn_opt_parse_revnum() also for -r argument in svnmucc.
Timofei Zhakov
More...
12 days ago
Follow-up to r1925907: fix test for invalid revision error in svnmucc by adjusting assertion.
Timofei Zhakov
More...
13 days ago
Add svn_opt_parse_revnum() function that parses revnum in format that the cmdline (opt) accepts instead of relying on custom code.
Timofei Zhakov
More...
13 days ago
Follow-up to r1918076: format code.
Timofei Zhakov
More...
13 days ago
svnmucc: Use svn_cstring_casecmp() instead of strcmp() to check whether operation is to be perform over head revision. This simplifies the code and fixes issues when revision like `Head` is specified (which doesn't match `head` or `HEAD`).
Timofei Zhakov
More...
13 days ago
←
1
2
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree