Next | Query returned 52 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082)
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
   2006-01-24 08:33:02 by Thomas Klausner | Files touched by this commit (1164)
Log message:
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
   2005-10-23 01:22:17 by Bill Sommerfeld | Files touched by this commit (1)
Log message:
Add dependency on p5-IO-Pager
   2005-10-22 19:00:38 by Bill Sommerfeld | Files touched by this commit (2)
Log message:
Update from 1.00 to 1.05; too many correctness and performance fixes
to list here.
   2005-08-06 08:19:41 by Johnny C. Lam | Files touched by this commit (634) | Package updated
Log message:
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
   2005-07-13 20:01:49 by Johnny C. Lam | Files touched by this commit (578)
Log message:
Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
   2005-05-10 00:40:52 by Eric Gillespie | Files touched by this commit (1)
Log message:
Require p5-YAML>=0.38.
   2005-05-10 00:35:27 by Eric Gillespie | Files touched by this commit (3) | Package updated
Log message:
Update to 1.00.

Upstream changes:

[Changes for 1.00 - 9 May, 2005]

* Fix backspace in prompt function for certain terminals.
  [Martijn van Beers <martijn@eekeek.org>]

* Fix the case that when checkout creates parent directory for you,
  the state wasn't properly flushed due to inappropriate lock.
  [matthewd]

* Document --file for everything that supports --message. [matthewd]

* Support 'vim -d' and 'gvim -df' for conflict resolution.
  [Derrick Daugherty <derrick@blinky-lights.org>]

[Changes for 0.994 - 29 Apr, 2005]

* Fix the warning "Revision too large" when doing svk log -l1 on a
  checkout which is not HEAD.

* Fix an edge case in post-commit checkout optimization on deleted
  entry.  This was causing stacktrace and not updating the checkout
  metadata accordingly.

* Only consider a g-merge to be a change when the merge source and destination
  paths are the same.  This eliminates empty revisions created by
  push. [matthewd]

* Improve the "Depot path" information, display the full path inside
  the repository instead of the checkout-point. [gugod]

* make sure $ENV{SVKPAGER} refers to an executable. [gugod]

* Fix svk diff on 0-length file on checkout.

[Changes for 0.993 - 25 Apr, 2005]

* Save commit message from editor in a tmpfile if commit fails. [#8336]

* Fix tests for bdb backend.

* svk import -C should not actually create import path nor turn path
  into copath. [#8719]

* Fix a bug that a dummy switch won't update revision metadata, which
  might be non-exist for the new branch.

* Ignore existing locks when trying to unlock a mirror.

* Added examples to the intro. [jesse]

[Changes for 0.992 - 18 Apr, 2005]

* Fix keyword translation for undesired characters. [matthewd]

* Fix svk switch from a removed branch.

* Don't trust LML would return a valid encoding that Encode knows.
  [Eric Gillespie <epg@pretzelnet.org>]

* Recognize merge-conflict error, so no stacktrace for it.

* svk info now skips files not under version control. [#8220] [gugod]

* Fix locked mirror messages.

* Various pool usage fixes.

[Changes for 0.991 - 29 Mar, 2005]

* Fix a regression for smerge supplying message from editor.

* Fix an edge case that push doesn't report empty merge when
  the mirrored remote repository is completely empty.

* Proper locking for svn::mirror objects, and mirror --unlock.

* svk patch subcommands are now options. [jesse]

* Support HEAD, BASE, and {DATE} in many commands using -r. [gugod]

* Support mkdir multiple copaths. [hcchien]

* Add --summary to smerge and push to show logs for changes to be merged. [#7791]

* Optionally support paging help text with IO::Pager. [gugod]

* Fix support for replace with history.

* Don't trust LML would return a valid encoding that Encode knows.
  [Eric Gillespie <epg@pretzelnet.org>]

* Make multiple -r options to dwim. [#7038]

* Allow import into mirrored path, and cleanup old code.

* Allow merge -c -REV to rollback rev.  This is the same as -rREV:REV-1.

* Add missing -c help to merge. [Ethan Tuttle <ethan@etuttle.com>]

* Make checkout, update, and merge deal with unwritable checkout copy
  more gracefully.

* Fix move on mirrored path.

* Fix rm for scheduled symlinks.

* Proper message for cp nonexisting parent without -p.

* Properly skip special node types like socket or device in checkout_delta.

* On writing mixed-eol files, don't croak on normalization.

* When doing file-anchored merges, ensure file is opened before
  cb_merged is called.

* When doing file-level merge, translate and report the target path
  properly.

* Do proper eol translation per svn:eol on local (yours) node
  before textual merges are invoked.

* Proper io layer ordering, and force re-translation for merge text
  when needed.

* Reopen FH in prepare_fh when needed, since apply_textdelta already
  closed the fh for us.

* Propset now works on multiple overlapping copaths. [#8139]

* Fix a buglet that two props set on a added node will be reported
  as added and prop-modified.

* Make svk info work on removed path. [mathhewd]

* Reflect errors in bin/svk exit codes. [matthewd]

* Update various help messages [#7217] [#7877] [hcchien]

* svk verify now only checks with the content guarded by PGP block.

* Fix a bug that interactive merge dies out horribly when you
  edit the merged file, exit with saving and answer a)bort.
   2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
   2005-03-03 05:38:37 by Eric Gillespie | Files touched by this commit (3) | Package updated
Log message:
Update to 0.30.

Add new dependency p5-Class-Autouse>=1.15.

Update dependencies:
 p5-SVN-Simple>=0.27
 p5-YAML>=0.36

Upstream changelog:

[Changes for 0.30 - 2 Mar, 2005]

* Support native encodings for pathnames and log messages handling.

* Interactively resolve deleted files that are modified. [ruz]

* Make use of Class::Autouse to reduce start-up time. [Schwern]

* Support mkdir copath. [hcchien]

* svk help <command> should list the aliases of that command. #6082
  [Schwern]

* More history-tracing performance optimization.

* Speed up svk help commands by not using pod::simple to extract the
  brief description.  [kcwu]

* Fix signature cache caused by merge via update.

* Unbreak win32's ReadKey in get_prompt. [Autrijus]

* In merge editor's prop merger, use a proper pool to retrieve
  the base_prop and local_prop to avoid leaks.

* Clean pools when getting log in reverse order, like merge logs, to
  prevent leaks.

* Fix pool usage in editor::diff to avoid leaks.

* Fix a newline introduce when saying "accept yours" in resolver.

* Fix SVK::Notify report for when report anchor is "0".

* Do not allow existing depotpath to be entered in when autovivifying,
  which would led to undesired copies.

* When listing mirror, skip unloadable or invliad entries gracefully.

* When doing svk ps svn:eol-style, check if the file mixed newlines.

* Draft intro.pod. [lukhnos]

* Many more tests, with contribution from matthewd.

Next | Query returned 52 messages, browsing 31 to 40 | Previous