Log message:
Update to 0.29.
Update p5-SVN-Mirror dependency to 0.55.
Upstream changes:
[Changes for 0.29 - 1 Feb, 2005]
* New copy_ancestors implementation for speeding up merge base lookup
and svk info.
* Publish node signature in SVK::Editor::XD update mode. This makes
svk st fast the first time after checkout.
* Partially support remote copies that cross mirror anchors.
* Implement svk ci -F (and in other commands that do commit), to read
log message from a file.
* "at / ay" in svk resolve are now "safe": they will accept the
non-conflicting chunks from the other side, instead of overwriting
them with theirs/yours version. [Autrijus]
* get_prompt() now uses Term::ReadKey to always read from the
interactive terminal; this solves the problem of eg. "svk patch -P
- < foo.patch" clobbering the interaction. [Autrijus]
* Autovivification for mirrors now take sane defaults. [Autrijus]
* Add -C|--check-only to svk update. [Jody Belka]
* Dangling Conflict items are now reported.
* Fix a problem that 'g'-merged properties are still scheduled on
checkout.
* Fix a problem that an already deleted directory from checkout is
usable to be rm'ed.
* Many other minor fixes regarding error message and usability.
* General code cleanups.
|
Log message:
Update to 0.28.
Add missing dependencies:
p5-Algorithm-Diff>=1.19.01
p5-Clone>=0.15
p5-FreezeThaw>=0.43
p5-URI>=1.30
Update p5-PerlIO-via-symlink and p5-SVN-Mirror dependencies to 0.02
and 0.53, respectively.
Upstream changes:
[Changes for 0.28 - 9 Jan, 2004]
* Support -r in blame.
* "svk import PATH" now prompts for a depot path to import into. [Autrijus]
* Propget now reports paths properly.
* Fix a bug that tabs are treated as binary for auto-prop upon svk
add. [Autrijus]
* Fix 'svk add' to accept explicit targets which are in the ignore list.
* Die with a more helpful message when mirroring onto an existing path.
* Fix a bug that symlinks to existing dirs is not properly given
svn:special properties.
* Cleanup Editor::Sign and fix uncleaned tmp files.
* Fix a bug that 'svk import' does not respect svn:ignore.
* For unknown files, make revert report ignored only on explicit
targets.
* Many code cleanups.
[Changes for 0.27 - 20 Dec, 2004]
* Allow "svk cp URI" to work akin to "svk co URI". [Autrijus]
* Fix delete (and move) path reporting.
* Fix checkout to deep directory that doesn't exist.
* Fix cp/mv src modified-ness check.
* New: checkout --export mode to detach after checkout.
* Normalize line endings in all incoming patch blocks. [Autrijus]
* Fix a case in merge involving renames. When a file was renamed and
its parent was also renamed separately, it should not be skipped.
* Remove the useless ticket associated with SVK::Patch, so the size of
patch blocks is reduced.
* Fix a bug in svk add would ask users to add parent where it's
already added.
* sync -a shouldn't die on stalled depotmap entry.
* Fix patch creation (commit -P) bug dying when there's something
deleted.
* Fix commit buffer target parsing, particularly for the case that
only a file is the target and the property will not be committed and
lost.
* merge and push now supports --verbatim. [Alejandro Mery]
* "svk log" now displays "(no author)" for revisions without an
author. [Leland David]
* Fix a case that smerge would use wrong base when the anchor was
replaced by itself in the history.
* Fix a problem for svk with svn 1.2.x, editor::merge will generate
"Bad file descriptor" fatal error when merging into a dav server.
This was caused by improper pool life scope and is now fixed.
|
Log message:
pkgsrc changes: lose PKGREV and bump some dependencies.
upstream changes:
[Changes for 0.26 - 9 Nov, 2004]
* svk push -P. [Autrijus]
* Allow checkout, mirrored, and copy anchors to be different
from each other, for the purpose of "push" and \
"pull"..[Autrijus]
* In incremental smerge, increase the fromrev after each
individual merge. [Autrijus]
* Ignore empty lines for svk:merge parsing.
* Use local time for log output. [Wen-chien Jesse Sung]
* Properties are now being merged.
* Exsting directories are now being merged.
* Allow custom resolver for properties.
* Support svk:merge property auto-merging, when doing smerge.
* Create svn config directory if it doesn't exist.
* Commit to mirrored path was always sending full text
due to an incorrect $cb{mirror} check. This is a regression since
0.23.
* Fix a bug that when committing from a checkout with descendents
being mirrored path, the commit can ruin the mirror state.
* Fix svk merge -l rN:M loading too many logs.
* Fix svk admin to work with non-default depots.
* New: svk ci -N, svk update/checkout --quiet.
* Fix svk cp a directory to checkout and then commit.
|
Log message:
Update to 0.25.
No longer need shared-mime-info, p5-Text-Diff, or p5-File-MimeInfo.
New dependencies p5-File-Type and p5-PerlIO-eol.
Upstream change log:
[Changes for 0.25 - 25 Oct, 2004]
* Fix the mkdir sequence which causes first-time svk users fatal error.
[Autrijus]
[Changes for 0.24 - 24 Oct, 2004]
* Fix svk ps regression for svn 1.0.x.
* Fallback to getpwuid($<) in case $ENV{HOME} or $ENV{USER} is not
set, as is the case in Fink. Reported by Christian Schaffner.
[Autrijus]
* Fix "svk pull -a" when the current directory is not a
checkout path. [Autrijus]
* Fix checkout_delta cache on win32. [Autrijus]
* Fix svk move copath destination with trailing slash.
* Make svk move checks if the target already exists before doing
anything that might leave the checkout in an inconsistent state.
* "svk cp //depotpath" should be parsed as "svk cp //depotpath \
.",
not "svk cp . //depotpath". Reported by Jesse Vincent. [Autrijus]
* New: svk admin rmcache.
* The old commit message prompt is now split into two:
- Those with editable target list now shows:
"=== Targets to commit (you may delete items from it) ==="
- Those without editable targets now shows:
"=== Please enter your commit message above this line ==="
[Autrijus]
* If SVN::Core version is too old, die with a meaningful message.
[Autrijus]
[Changes for 0.23 - 18 Oct, 2004]
* New: commit / smerge -P creats patch, and obsoletes unintuitive svk
patch create.
* New: svk merge now supports -cN which means -r N-1:N.
* New: svk mirror --recover. [Autrijus]
* New: svk mkdir -p and svk copy -p to create intermediate directories.
* New: svk pull DEPOTPATH. [Jesse Vincent]
* Proper svn:eol-style support with the same semantics as svn. [Autrijus]
* Proper upper/lower case normalization for Win32 filesystems. [Autrijus]
* The SVK Help system, as SVK/Help/[lang/]/*.pod. [Autrijus]
* The log produced by smerge -l no longer contains the duplicated logs
that were merged from the current target.
* smerge -I and repeated smerge now works on checkout.
* commit --import or import now treats obstructed items as replaced.
* Don't skip explicit targets on svk add.
* Correctly obtain the user name on non-unix platforms. [Autrijus]
* Fix pool abuse in history tracing code. [Autrijus]
* Fix smerge -IB.
* svk patch delete now works.
* svk delete now works within mirrored paths.
* svk annotate now works on files with CR/CRLF line endings. [Autrijus]
[Changes for 0.22 - 4 Oct, 2004]
* Interactive merge support is now default. [Autrijus]
* svk patch apply.
* Modular external merge tool support, with the following supported:
AraxisMerge, Emacs, FileMerge, GtkDiff, Guiffy, KDiff3, Meld,
P4WinMerge, TkDiff, TortoiseMerge, XXDiff. [Autrijus]
* Patch format changed, it's now unidiff with FreezeThaw-serialized
SVK::Patch. [Autrijus]
* merge and smerge now supports -f and -t options to deduce copy
source as target. [Eric Lindvall]
* Experimental depotpath auto-vivification from URL. [Autrijus]
This allows you to svk checkout URL and svk cp URL local-branch.
* Experimental svk push and pull support.
* sync and update now supports -s and -m to sync and/or merge from
branch source. [Autrijus]
* revert now also marks nodes as resolved.
* mirror, checkout and switch now all support --list, --detach and
--relocate. [Autrijus]
* New aliases: cm => cmerge, depot => depotmap, sw => switch.
* Implement "svk depot --add", "svk depot --delete". [Autrijus]
* prop{get,set,edit,del} on revprops. [Autrijus]
* Fix smerge -l that trims logs before another smerge in the other
direction.
* Use svn's internal streamy diff library instead of
Text::Diff. [Autrijus]
* svk import --to-checkout can import a directory and turn it to a
checkout path in-place . [Autrijus]
* -s (--sign) is renamed to -S.
* rename import --force to --from-checkout.
* $Revision$ now means $Rev$, not $FileRev$, to agree with Subversion.
* "svk mirror --list" and "svk sync --all" now operates on \
all depots,
if no arguments is given, instead of on //. [Autrijus]
* svk admin to wrap svnadmin. [Autrijus]
* svk cleanup --all. [Autrijus]
* "svk diff PATH1 PATH2 PATH3 ..." works as svn does. [Autrijus]
* We now use the self-contained File::Type instead of
File::MimeInfo. [Autrijus]
|