2005-02-23 23:24:35 by Alistair G. Crooks | Files touched by this commit (505) |
Log message:
Add RMD160 digests.
|
2005-02-02 04:10:09 by Eric Gillespie | Files touched by this commit (1) | |
Log message:
Whoops, somehow missed committing this for 0.55 update.
|
2005-02-02 04:03:10 by Eric Gillespie | Files touched by this commit (1) |
Log message:
Update to 0.55.
Upstream changes:
[Changes for 0.55 - Feb 1, 2005]
* Partially support remote copies that cross local mirror anchors
with cb_copy_notify callback.
* Fix a pool issue that session of ra->get_commit_editor is not
recycle due to ref holding in the wrong pool.
* Cope with latest svn-trunk ra api changes.
|
2005-01-16 23:35:21 by Eric Gillespie | Files touched by this commit (2) |
Log message:
Update to 0.54.
Add missing p5-SVN-Simple>=0.26 dependency.
Upstream changes:
[Changes for 0.54 - Jan 10, 2005]
* Don't requires BSD::Resources.
[Changes for 0.53 - Jan 9, 2005]
* Fix the case that a mirror anchor is intially created on remote
by a copy of its parent directory.
* Use simple editor for 'R'-only changes too.
* Fix a regression that simple copies are invoking full tree delta with
reporter.
[Changes for 0.52 - Dec 29, 2004]
* Workaround ra_dav memory leaks.
* Fix an annoying bug that prevents most of the cases mirroring a
branch only.
[Changes for 0.51 - Dec 20, 2004]
* Get the real last-modified revision. This fixes skip-to mirroring.
* mod_dav_svn doesn't like ra connection anchored at root to do
check_path. Use check_path on the first ra session instead.
* regex cleanups; in particular, regex metacharacters in paths
are now properly mirrored. [Autrijus]
|
2004-12-20 12:31:14 by grant beattie | Files touched by this commit (467) |
Log message:
since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
|
2004-11-11 19:01:41 by Eric Gillespie | Files touched by this commit (2) |
Log message:
[Changes for 0.50 - Nov 10, 2004]
* Workaround fsfs/win32 txn_commit bug in close_edit of mirror editor.
[Autrijus]
* Use iter pool for node_history tracing.
* Add trailing /... for vcp source if not exist.
* Use the same auth baton for all ra sessions.
* Hold another reference to merge back editor in addition to
cached_ra, because the callback in merge_back_editor might create
another ra session.
* Ignore signals before calling close_edit, instead of in commit callback.
|
2004-11-10 19:09:07 by Eric Gillespie | Files touched by this commit (6) |
Log message:
Support pkgviews.
|
2004-11-07 00:01:06 by Eric Gillespie | Files touched by this commit (2) | |
Log message:
Update to 0.49.
[Changes for 0.49 - Oct 17, 2004]
* Copy-following-delete was not marked as is_copy properly. [Autrijus]
* Win32API::GUID support on win32. [Autrijus]
* Florian Weimer reported that repeated sync of an empty mirror
source will result in redundant local revisions. Fix it by
always "touching" the add_directory() call, regardless of
whether anything was actually updated locally. [Autrijus]
[Changes for 0.48 - Oct 4, 2004]
* New: relocate. [Autrijus]
* Use fsfs as SVNFSTYPE when using svn 1.1.
* Fix delete and upgrade on win32. [Autrijus]
* Support arch vcp source driver.
* Fix find_local_rev cache that assumes uses the same cache for
different target repositories.
* Fix an incorret pool used in _new_auth with wrong life time.
|
2004-09-26 06:41:15 by Eric Gillespie | Files touched by this commit (4) | |
Log message:
Import p5-SVN-Mirror-0.47.
SVN::Mirror allows you to mirror one Subversion repository to
another.
|