- test algorithm improvement: the walking 0 bits test was only
walking the 0 bit in one direction, instead of walking it up
and back down the line the way it was intended to. Thanks: Tim
Rule.
- formatting cleanups.
add devel/p5-App-CLI version 0.07
update devel/p5-Data-Hierarchy to 0.34
add devel/p5-Path-Class version 0.16
update devel/p5-PerlIO-via-symlink to 0.05
update devel/p5-SVN-Mirror to 0.72
update devel/p5-UNIVERSAL-require to 0.11
add textproc/p5-YAML-Syck version 0.72
update devel/p5-version to 0.68
update devel/svk to 2.0.0
Changes for 2.0.0 - 28 Dec, 2006]
Dependency
* Require Subversion 1.3.0
* Require App::CLI, UNIVERSAL::require, YAML::Syck, Path::Class,
Class::Accessor::Fast, Class::Data::Inheritable
* No longer require YAML, Clone, Regexp::Shellish, Date::Parse
Performance:
* Don't load Locale::* modules if the user's language is English
* Reduce Data::Hierarchy calls in checkout_delta
* SVK::Mirror now uses a separate process to pipeline sync
* Use POSIX::strftime for date formatting rather than Date::Parse
The log command now runs about 25% faster when generating long
logs
Merge subsystem
* Renames and copies can now be merged across branches
* svk now tries to use alleged merge result as next merge base,
making push more reliable and accurate
* Interactive tree conflict resolution
* Display the anchor along with THEIR and YOUR during interactive
conflict resolution
* Use svn:date to find the closest ancestor, not the revision number
* use only related node as base if it is one of merge source or
destination
* When picking base, the immediate merged-from source should take
precedence
* When doing add-merge on checkout, unschedule the add
* Only consider a g-merge to be a change when the merge source and
destination paths are the same
* Fix a leak in SVK::Editor::Merge in delete_entry
* Fix merging a file change or deletion which has been replaced as
directory
Tests:
* Test helpers are now in SVK::Test
* Don't use the user's .subversion/config during tests
General
* Support view spec as depotpath
* Support win32 and keychain auth providers if available
* Modularize the MIME type detection code which makes that feature
optional
* New command: svk ignore
* New global option --ignore
* svk --version now displays the Subversion bindings version number
* Make -r{DATE} consistent with Subversion, by making YYYY-MM-DD be
midnight at the beginning of that day
* Add the negative number revision support
* Make -r HEAD and -r BASE case insensitive
* Most svk commands now find peg revision. -r N PATH@M will find
the correct path if PATH@M was copied from somewhere else after N
* Fix a bug in replaced copy schedule entries in XD
svk add
* Display " - (bin)" when adding executable files
svk annotate
* Documented --remoterev option
svk checkout
* Support floating checkout
* Allow svk co --detach to be applied to multiple checkouts
* Fix co --relocate with checkout schedule information
* When doing autovivification from URL, release the giant lock and
tell user what to do if the sync failed
svk commit
* Support chunk-based interactive commit
* Don't suck file into memory on commit
* Support --set-revprop
* Fix committing single-file checkout
svk copy
* Fix a bug that svk cp A B would die if A has properties
* Support -r N@
* When trying to copy across mirrors, suggests sm -IB for publish
* Cleanup stalled txn after died
* Fix "svk cp //path%2Fwith_escape //path/other", which the underlying
library was unescaping for us
* Make copy work with directory with unknown files
svk delete
* Support --force
* On failed rm, report all modified, unknown and scheduled nodes
instead of just the first one, and suggests --force
* Support rm multiple depotpath
svk describe
* Fix "svk desc 1234@"
* Report error immediate if a nonexistent revision is given
* Let 'svk desc 456' work even the checkout in . is only at r123
svk depot
* Fix error messages in depot --relocate
svk diff
* Fix svk diff on 0-length file on checkout
* Support --non-recursive (-N)
* Support --change (-c)
* Only show differences from copy source for copied nodes
unless -X is specified
* Show 'new directory' and copied from in diffs
* Fix svk diff depotfile checkoutfile
* Fix diff with copies and modified files
* Changed diff output for binaries to show file names using local
path separators
svk info
* Improve the "Depot path" information
* Fix the bug that "svk info non-existent-file" display exception
messages twice
* Support -R
* fix the bug that "svk info" blows up on checkout added with history
* Sort "merged from" in "svk info" output
* Make info path@N work even if path is deleted on revision N+1
svk list
* Display single when used on a file
svk log
* filter and output plugin support
* Support --quiet
* Support --xml
* Change behavior of log not to stop on a rename
svk merge
* Support -c REV@ and -REV@
svk mirror
* Make sure that columns in mirror listings line up even if the depot
paths are long
svk move
* Fix unicde filename bugs
* Fix 'svk mv dir dir/subdir' and 'svk mv * dir'
svk patch
* Allow for "svk patch ls" to stand for "svk patch --ls"
and generally dropping -- off subcommands for "patch"
* Fix a bug for displaying patch with copies
svk proplist, propget
* Support -R
svk pull
* Support --force-incremental
svk push
* Fix a problem pushing from renamed branch
svk revert
* Support --quiet
* Fix unicde filename bugs
* Fix a revert bug when reverting a copied directory with
deleted entries
svk smerge
* Document sm --summary
* Allow --base in merge command to override merge base
when there's one
* Fix a bug where smerge fails to merge files to checkout that
are copied from somewhere else
* Disallow smerge with -c or -r, as they will be ignored
* Allow --track-rename for smerge
svk status
* Support --verbose
* Fix svk st on deeply deleted nodes
* Fix st when run inside a added path
svk sync
* Exit with non-zero when failed
svk switch
* Fix switching from a branch that is removed in HEAD
* Switch now takes url
svk update
* Disallow up -N, as it doesn't update the DH state correctly
* Fix a bug that 'svk update' can assume part of your directory
are already up-to-date even when they are not
Tools
* "verify-mirror" for verifying mirrored revision integrity
* "pullyu" for reconstructing original repository from a mirror
Internal
* Optionally use Log4perl to log debug information
* The callbacks used in merge editor are now SVK::Inspector
* Use SVK::Accessor for classes requires cloning but keeping certain
fields shared
* SVN::Mirror is now replaced by SVK::Mirror if you use Subversion 1.4
and the server support replay
* Support mirror on root path as repository replication
* Workaround problems in some SVN::Core build that swig doesn't
like overloaded or magic pv as const char *
* Overhaul SVK's global lock and checkout lock handling
* If svk:notify-commit is set on rev 0, set the svk:commit property on
the txn so the hook scripts know the commit is coming from svk
* Allow post_handler used in get_editor to stop committed callback from
being run by returning 0
* Rewrite support of svn:ignore and auto-props to use apr_fnmatch
* SVK::Config and SVK::Depot
* We now use SVK::Editor as editor base class
* $SVKSVNBACKTRACE environment variable to do stack dump on svn errors
[Changes for 1.08 - 30 Jun 2006]
* Fix a bug that stalled schedule entries confusing merge to schedule
entries for replace rather than add, which then makes revert fail.
* report_copath now reports '.' for the anchor.
* Don't die in svk mkdir when make_path returns undef, which means the
directory is already there.
* Fix warnings about "Use of uninitialized value in array element"
when doing various "svk help command".
* Dependency fixes.
[Changes for 1.07 - 25 Feb 2006]
* Make the noisy prototype mismatch warning caused by autouse and Perl
5.8.8 go away. [Jim Meyering]
* Disallow control character in copath.
* Fix a infinite loop triggered by "svk revert //path".
* Fix failed patch generation where a directory is added with properties.
[Changes for 1.06 - 10 Dec 2005]
* Workaround File::Spec 3.14 API change, which is causing svk's use of
svn libraries to fail its assertion.
* Fix a bug that 'svk update' can update meta data of checkout but not
the file contents in some cases. This caused the checkout to
contain changes reverting what is in the repository.
* Fix a bug mirror state can be inconsistent when 'svk cp' use with
non-canonical paths.
* Typo fixes in error message. [mb]
Changes since 0.6701:
2006-10-29 John Peacock <jpeacock@cpan.org>
Release 0.68 to CPAN with locale tests.
2006-10-08 John Peacock <jpeacock@cpan.org>
I was wrong. Apparently all releases of Perl require you to force the PV
to be regenerated after changing the locale.
2006-10-08 John Peacock <jpeacock@cpan.org>
Lots of changes. Problems noted in bleadperl because of locales which use
commas for the decimal point. Both XS and Perl code updated to handle
this, which was tricky for the latter because locale handling was so bad
prior to 5.8.0. Harmless warning during testing caused by bad interaction
between POSIX and Test::More's AUTOLOAD (no idea how to fix it).
Also bumped up required versions in tests and updated Makefile.PL to
correctly install the POD file.
YAMl::Syck provides a Perl interface to the libsyck data serialization
library. It exports the Dump and Load functions for converting Perl data
structures to YAML strings, and the other way around.
Necessary for SVK-v2.0.0.
Changes since 0.10:
0.11 Sat Nov 11 18:13:20 CST 2006
* Sped up require() by about 400% for already loaded modules.
[rt.cpan.org 21141]
- Fix the test for the changed version error in 5.10.
Changes since 0.67:
[Changes for 0.72 - Nov 2, 2006]
* Use a custom transaction to commit the mirror rev, and have the
revision property set via txn for atomicy.
* Requires Subversion 1.2.0.
[Changes for 0.71 - Oct 3, 2006]
* Fix url escape issues for replaced copied source.
* Fix a bug in replace with history, where the copy source is related
to the current node, but outside the mirror.
[Changes for 0.70 - Aug 25, 2006]
* More fixes for the new replace code.
[Changes for 0.69_3 - Aug 14, 2006]
* Fix bugs mirroring revisions containing replace with history, that
is from different path.
[Changes for 0.69_2 - Aug 14, 2006]
* Fix bugs mirroring revisions containing replace with history.
* When there is no change, only touch in root.
[Changes for 0.69_1 - Jul 22, 2006]
* Major overhaul of the mirror editor. [plasma]
* When remote repository disallows property reading on '/', fallback
to normal mirror.
* Workaround different behaviour of ra backends in ra->get_logs start
argument, which causes skipto to fail for some repositories.
[Changes for 0.68 - Dec 12, 2005]
* Escape the copyfrom_path, as that's what is expected by svn api.
* Fix a memory leak when mirroring changes with lots of copies.
* Fix a problem that there is a replaced item with history that is out
of the mirror anchor.
Changes since 0.02:
[Changes for 0.04 - 1 Mar, 2005]
Fix tests for non-C locales.
[Changes for 0.04 - 31 Jan, 2005]
Fix tests on Solaris.
[Changes for 0.03 - 10 Nov, 2004]
Skip tests on win32.
Path::Class is a module for manipulation of file and directory
specifications (strings describing their locations, like
'/home/ken/foo.txt' or 'C:\Windows\Foo.txt') in a cross-platform manner.
It supports pretty much every platform Perl runs on, including Unix,
Windows, Mac, VMS, Epoc, Cygwin, OS/2, and NetWare.
Needed for SVK-v2.0.0.
Changes since 0.21:
[Changes for 0.32 - Nov 3, 2006]
* Workaround various performance issues. The real fix will be in 0.40.
[Changes for 0.31 - Sep 7, 2006]
* Fix a test assuming hash key orders.
[Changes for 0.30 - Jul 25, 2006]
* Big rewrite, simplifying the API and documenting everything.
* Added to_relative (to help with SVK floating checkouts).
App::CLI dispatches CLI (command line interface) based commands into
command classes. It also supports subcommand and per-command options.
Necessary for SVK-v2.0.0.
into the Packages Collection. With thanks to the anonymous person at
EuroBSDcon 2006 in Milano who asked if I was aware of it (I wasn't).
ATA over Ethernet (AoE) delivers a simple, high performance, low cost
alternative to iSCSI and FibreChannel for networked block storage by
eliminating the processing overhead of TCP/IP.
+ ATA-over-Ethernet (AoE) is a thin protocol layer directly on top of
Ethernet.
+ ATA disk commands (ie. read disk sector x, write disk sector y) are
put directly into standard Ethernet frames using the AoE protocol.
AoE is a block storage protocol.
+ AoE is a non-routed protocol, therefore does not require IP or TCP
protocol layers. This eliminates unnecessary processing and makes
network connection to disks simple. It also limits AoE to the local
network segment.
The AoE protocol specification can be found at:
http://www.coraid.com/documents/AoEr8.txt