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
From: [email protected] Subject: [svk-devel] patch to prevent failure when you don't have a tty Date: March 25, 2008 2:39:52 PM EDT More... almost 17 years ago
- Merge //mirror/svk/branches/merge_perf to //mirror/svk/trunk More... almost 17 years ago
defer find_merge_sources calls which are rather expensive. More... almost 17 years ago
make more use of unresolved merge info. More... almost 17 years ago
switch to use find_merge_sources2 that defers ->resolve calls until we intersect the merge info. More... almost 17 years ago
- in SVK/Command/Delete.pm sub do_delete_direct() - we use arg[0] as target, which rev is used to delete_entry - so if arg[0].rev is older (<) than arg[1...n], - in svn 1.5+ it will raise 'out of date' error - this is the test case for it More... almost 17 years ago
Bring back find_local_rev cache for svk::mirror. More... almost 17 years ago
Fix svk mv when we use tee editor to commit to remote. More... almost 17 years ago
- fix test fail with svn 1.5+ - workaround to pass t/mirror/sync-rebase-delta.t and t/mirror/sync-rebase.t - $entry->copyfrom_path and $entry->copyfrom_rev will be messed after code $self->_mirror_changesets( $revdata->[0], $callback, 0, $old_path ); called in sub _sync_edge_changeset(); More... almost 17 years ago
- for different error output from svn 1.5 - same format with previous commit, but - no 'uncleaned txns (1) on //' msg More... almost 17 years ago
- for different error output from svn 1.5 - note with svn 1.5 this test will produce msg: # uncleaned txns (1) on // More... almost 17 years ago
- die when invalid merge base like file:///dev/shm/svk/test_repos/trunk:6 More... almost 17 years ago
- 'br --from trunk' should use trunk instead of branch/trunk - TODO - search branches/trunk/tags in order More... almost 17 years ago
- die if invalide --from argument More... almost 17 years ago
- allow '-P' for svk br merge More... almost 17 years ago
- svk br --create foobar --from trunk - should use trunk/ instead of branches/trunk - this is the test More... almost 17 years ago
- test for baseurl arugment like '--base file:///dev/shm/svk/test_repos/trunk:6' More... almost 17 years ago
- to pass in both svn 1.4/1.5 More... almost 17 years ago
- pass in svn 1.4.* - fail in svn 1.5 with following message: 'Transaction is out of date: Directory '/mirror/P/B/F/foo' is out of date' More... almost 17 years ago
* don't modify $_[1] as it can be read-only value More... almost 17 years ago
- implement the multiple branches moving - pass the test More... almost 17 years ago
- add test that - < clkao> cls_bsd: svk br --move A B dir/ seems to move only B More... almost 17 years ago
- implement - svk br move //local/foobar //mirror/remotefoobar - test case provided More... almost 17 years ago
Support mirroring source that the anchor or parent was renamed. More... almost 17 years ago
- fix the problem which depotpath is '//foo' instead of //mirror/foo' More... almost 17 years ago
- forget to remove this two '/mirror' More... almost 17 years ago
- test if user use /foo instead of /mirror/foo as depot More... almost 17 years ago
2007-10-24 Akinori MUSHA <[email protected]> More... almost 17 years ago
* Improved dependency checking for bootstrap More... almost 17 years ago
* missing dependency for new bootstrapping feature More... almost 17 years ago