I Use This!
Moderate Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* build/buildcheck.sh More... almost 22 years ago
Fix-ups to Karl's superlarge svn_stringbuf_t* -> const char* conversion commit 2024. More... almost 22 years ago
* INSTALL More... almost 22 years ago
* Makefile.in: toss out some unused crap More... almost 22 years ago
More work on issue #517; thanks to Ben C-Suss for help. More... almost 22 years ago
* build/buildcheck.sh: allow use of neon 0.21.1. i'm not requiring it because the changes seem minor and the API doesn't seem to have changed. More... almost 22 years ago
* libsvn_client/commit_util.c: Update file name in comment at top of file. (svn_client__do_commit): Silence signed/unsigned warning on Windows: make common_len a size_t, which is what strlen should be returning. More... almost 22 years ago
Follow-up to revision 2069: More... almost 22 years ago
* subversion/libsvn_ra_dav/fetch.c More... almost 22 years ago
* subversion/libsvn_client/commit_util.c (svn_client__harvest_committables): Multi-line string constants need a " " at the end or the error message does not come out right. Add a period to the end of sentences. Add a missing word to one of the error messages. More... almost 22 years ago
* subversion/clients/cmdline/util.c (svn_cl__get_log_message): Oops, make this code fragment be in the native SVN style. More... almost 22 years ago
* configure.in: Make INSTALL_APACHE_RULE be the last of the local-install targets. Since apxs is very prone to failure (it doesn't work for me), it is best if we potentially fail installing mod_dav_svn after the core of svn is nicely outfitted in its installed location. More... almost 22 years ago
* subversion/clients/cmdline/util.c (svn_cl__get_log_message): If there is no response back from the external editor, msg2 is NULL and we segfault in svn_stringbuf_create. Oops. More... almost 22 years ago
* subversion/libsvn_client/libsvn_client.dsp More... almost 22 years ago
* subversion/libsvn_ra_dav/util.c More... almost 22 years ago
Update to use the latest released version of neon: 0.21.0. This mostly involves renames. There were a few minor API changes: ne_parse_uri lost an argument. Secondly it puts '0' in the port field instead of '-1' if no port was specified. More... almost 22 years ago
* README: The inline headings should match the case given at the beginning of the document to ease searching. More... almost 22 years ago
I've recommended attaching patches to people a couple times, but realized that the doc states they must be inline. That is preferable, as long as their mailer doesn't wrap the lines. If a person must attach it, then ensure people know it should be text/plain. More... almost 22 years ago
Euh... this isn't Apache. More... almost 22 years ago
Move some of the externals code around so it will be accessible to operations other than checkout. This is probably not the final form of these interfaces, just wanted to break them out into their own C file right away. More... almost 22 years ago
Fix issue 713. Make 'svn rm' work on items already removed from the working copy. More... almost 22 years ago
More work on issue #517: Abstractificate. More... almost 22 years ago
* subversion/libsvn_wc/copy.c: Don't #include svn_client.h, that can't possibly be right. More... almost 22 years ago
Followup to sander's r2050: fix compiler warning about unknown 'svn_path_uri_encode' function. More... almost 22 years ago
Thanks to Kevin Pilch-Bisson for pointing this out: More... almost 22 years ago
Fix issue 711. More... almost 22 years ago
Updates and fixes to make the test environment more useful (and friendly) on Windows. More... almost 22 years ago
* subversion/libsvn_subr/svn_error.c More... almost 22 years ago
Simplify our fs dumping/loading. When dumping, have dir_delta send abbreviated, intelligent copy descriptions, and print warnings about copy-sources that are beyond the scope of the dumpfile. When loading, just load things verbatim -- no need to ignore nodes below a copied subtree anymore. More... almost 22 years ago
* www/project_status.html: Move pre-alpha date, to account for the delays of 2024, and for unexpected wrinkles in the dumper/loader coding. More... almost 22 years ago