2007-01-10 23:02:45 by Christoph Badura | Files touched by this commit (1) |
Log message:
Update devel/p5-SVN-Mirror to 0.72.
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.
|
2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257) |
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to \
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
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:24:36 by Bill Sommerfeld | Files touched by this commit (2) |  |
Log message:
Update to SVN::Mirror 0.67
[Changes for 0.67 - Sep 25, 2005]
* Fix a very complicated case for replaced directory with file
modification under it, where a deletion should also be ignored.
* Relax the condition so that when we are sure a change
entry is a directory, we can use cheap editor calls
rather than run the whole do_update.
|
2005-10-22 18:56:09 by Bill Sommerfeld | Files touched by this commit (2) |
Log message:
Update from 0.60 to 0.66; prerequisite for newer versions of svk
[Changes for 0.66 - Aug 18, 2005]
* Fix a regression when the mirrored revision has copies from revision
numbers outside the path we are mirroring.
* Fix a regression since 0.61 for the case that mirror anchor parent was
copied from somewhere else.
[Changes for 0.65 - Aug 2, 2005]
* Fix a bug when mirroring only HEAD with dav/svn-1.2.0 on server.
* Performance imporvements on large repositories for revision lookup
and meta data lookup. [Sponsored by Fotango]
[Changes for 0.64 - Jul 11, 2005]
* Make git support load later to avoid circular dependency with svk.
[Changes for 0.63 - Jun 28, 2005]
* Fix missing dependency - Class::Accessor.
[Changes for 0.62 - Jun 22, 2005]
* Support HEAD and HEAD-n for --torev [Jody Belka]
* Resolve the fromrev from headrev with the relayed source, so for
relayed skip-to mirror it won't explode.
* When there's replaced directory, properly _enter_copied_path when
it's not a copy.
* Git support.
[Changes for 0.61 - May 8, 2005]
* Perform reanchor only on paths involving copies.
This fixes kde svn repository problem.
* Fix two minor pool usage that causes error on nfs-mounted fsfs (and
possibly win32).
|
2005-08-06 08:19:41 by Johnny C. Lam | Files touched by this commit (634) |  |
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:33:25 by Eric Gillespie | Files touched by this commit (2) |
Log message:
Update to 0.60.
Upstream changes:
[Changes for 0.60 - Apr 29, 2005]
* When doing get_latest_rev with 1.1.x, reset offset if it went below 0.
[Marcus Rueckert <darix@irssi.org>]
* Fix uuid checking in --relocate. [Marcus Rueckert <darix@irssi.org>]
[Changes for 0.59 - Apr 25, 2005]
* Doc fixes. [Mathias Hennersdorf <henner@tty.ch>]
* Fix a bad path translation in has_local.
[Changes for 0.58 - Apr 18, 2005]
* Fix edge case in local copy_source resolution and unresolvable source.
* Remove bogus path translation in delete_entry that might result in segfaults.
[Changes for 0.57 - Mar 29, 2005]
* API catchup for latest svn-trunk.
* Fix a bug that non-interesting changed paths are not properly
filtered.
* Proper locking for concurrent mirror object load and sync.
|
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.
|