I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day 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
* subversion/include/svn_error_codes.h (SVN_ERR_WC_CONFLICT): New error code. (SVN_ERR_WC_FOUND_CONFLICT): Clarify error string. More... about 22 years ago
* subversion/libsvn_fs/structure (REPRESENTATIONS): Mention new structure of `strings' table. (Strings): Fix an old bug in the grammar. More... about 22 years ago
* subversion/libsvn_ra_local/commit_editor.c More... about 22 years ago
* subversion/libsvn_wc/adm_crawler.c More... about 22 years ago
Some editor fixes ala gstein (and then some). More... about 22 years ago
Remove some gcc compiler warnings. More... about 22 years ago
* subversion/clients/cmdline/checkout-cmd.c (svn_cl__checkout): replace some 'if (err) return err's with SVN_ERR. * subversion/clients/cmdline/trace-update.c (close_file): ditto. More... about 22 years ago
Convert status editor to the new editor interface. More... about 22 years ago
* CHANGES: Restore information destroyed in commit 1411. More... about 22 years ago
Little fixes for commit #1394. Thanks, gstein. More... about 22 years ago
Allow Neon 0.19.2 or 0.19.3. More... about 22 years ago
Typo fixes. More... about 22 years ago
Docco fixes for the new editor interface. More... about 22 years ago
* ac-helpers/neon.m4 (SVN_LIB_NEON): Remove workaround for neon 0.17.x bug where -I/usr/include could appear in `neon-config --cflags`.
Joe Orton
as joe
More... about 22 years ago
* CHANGES: summarize logs for revs 1302-1400 More... about 22 years ago
* subversion/libsvn_ra_local/commit_editor.c More... about 22 years ago
move it to the right spot. More... about 22 years ago
Add a file which will setup vim to use Subversion's coding style. More... about 22 years ago
Conversion of libsvn_ra_local's commit editor to new editor interface. I'm getting better at this, I think. :-) More... about 22 years ago
* subversion/libsvn_fs/dag.h (svn_fs__dag_get_revision): Rewrite doc string for consistency and clarity. More... about 22 years ago
* subversion/libsvn_client/commit.c (import_dir): Spacing tweak, follow-up to revision 1344. More... about 22 years ago
* subversion/ac-helpers/find_apr.m4: Update to latest APR version. More... about 22 years ago
* packages/freebsd/subversion/files/patch-subversion::libsvn_ra_dav::session.c Remove this, since people feel it is better to keep our feature set the same across all the platforms we support. More... about 22 years ago
Sync with the changes that have been committed to the version of this port in the FreeBSD cvs repository. More... about 22 years ago
Some minor updates to the Subversion FreeBSD port. More... about 22 years ago
Convert the ra_dav commit editor over to the new editor interface. More... about 22 years ago
Convert the update/checkout/status editor to the new svn_delta_editor_t interface. Let this stand as a warning to any other sucker who casually considers upgrading an editor to the new interface. :-) More... about 22 years ago
Make mod_dav_svn throw svn_error_t's as <D:error> responses, and teach libsvn_ra_dav to parse them. More... about 22 years ago
* subversion/libsvn_fs/tree.c More... about 22 years ago
Some more pool cleanups. Kinda scary to think that all of our during-commit wc property reading/writing, and all our post-commit revision bumping, was happening in one big giant single pool! More... about 22 years ago