59
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
svk help now lists available commands More... about 21 years ago
* support file target in diff -r N and N:M. * fix diff -r N:M opened but unmodified files. * 'svk resolved'. * make sm respect -C for XD destination. * changelog till r7401. More... about 21 years ago
* print labels in diff output. * diff -r N PATH now partially works. * diff -r N:M now DWIM. More... about 21 years ago
* Fix svk cp editor prompt bug. * Fix svk depotmap bug. * nuke more pre-0.35 support. More... about 21 years ago
* minor code cleanup. * tell merge editor to send fulltext only when merging to remote. More... about 21 years ago
* shut svk log warnings. * forbid committing to mirrored path by default. * move empty merge reporting from mergeeditor to checkeditor. * Allow merge editor to generate txdelta for apply_textdelta in addition to transmitting fulltext. More... about 21 years ago
multiple merge ticket support - need more tests More... about 21 years ago
* sy = sync. * sm = smerge = merge -a. More... about 21 years ago
Fix MergeEdtior segfault on empty merges reported by Autrijus. More... about 21 years ago
* prompt for creating repository after depotmap editing. * follow diffeditor cb name change. * test config file instead of directory. More... about 21 years ago
* multiple target support for update, add, delete, revert, sync. * support scheduled add/remove in checkout_delta. * refactor and fix get_commit_message with get_buffer_from_editor. * "svk depotmap" for depotmap configuration. More... about 21 years ago
some command usages More... about 21 years ago
* diff from checkout now uses DiffEditor. * svk help facility. * require 0.35. More... about 21 years ago
this be 0.04 More... about 21 years ago
* various doc cleanups. * use svn 0.34's merge instead of algorithm::merge for textual merge. * checkeditor now reports numbers of conflicts found. More... about 21 years ago
re-merge for 0.03 More... about 21 years ago
this be 0.03 More... about 21 years ago
* Merge editor now calls open_file only when necessary. This makes merge back to RA a lot faster for mutual merged branches. * Merge editor status 'g' means file merged bug unmodified. * Merge editor won't call storage->apply_textdelta if it's a dummy diff. * Fix a xdroot creation bug. * New - svk log -r. More... about 21 years ago
appearantly the previous merge was bogus... reverting with svk merge -r 7157:7156 //svk/trunk //svk/trunk More... about 21 years ago
when merging with different src and base, if the content is the same, dir_delta still calls apply_textdelta with a empty txdelta_window. This makes merge editor actually re-write the file in the new revision, which is undesirable for mutually merged branches. More... about 21 years ago
distname now svk More... about 21 years ago
this be 0.01 More... about 21 years ago
rename readme More... about 21 years ago
prepare for 0.01 release More... about 21 years ago
* catch up 0.33 api changes. * smart merge (merge -a) now respects history. * cleanup merge temp files for no-op merges. More... about 21 years ago
SubversionKeeper => svk More... about 21 years ago
* Basic smart merge (merge -a) support. - MergeEditor now allows different ancestor to used in merge. * Fix keyword substitution regex. * Get the correct base revision for open_root. * If a merge is no op, don't bother modify the text for the storage editor. More... about 21 years ago
* README file. * Follow 0.32 api changes. * Do keyword substitution after commit. * Respect svn:executable. * Fix propset xd status corruption since adopting store_single. * Consistency check and reporter for Algorithm::Merge. More... about 21 years ago
Keyword translation infrastructure. More... about 21 years ago
* svk log now works with depot path * implement svk mirror and sync. More... about 21 years ago