You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Martin Furter <mf...@rola.ch> on 2006/02/05 18:25:47 UTC

[PATCH] svnmirror.sh

Hello

Here are two patches regarding svnmirror.sh, the first adds svndumpfilter 
support, the second adds a new test script.


svnmirror.0.0.7.patch:

[[[
Add svndumpfilter support to svnmirror.sh.

Suggested by: Loic Calvez <l....@openchange.org>
Patch by:     Martin Furter <mf...@rola.ch>
Reviewed by:  Markus Rueckert <da...@irssi.org>

* contrib/server-side/svnmirror.sh:
   Added support for svndumpfilter.
]]]


svnmirror-test.patch:

[[[
Add new script svnmirror-test.sh for testing svnmirror.sh.

Patch by:     Martin Furter <mf...@rola.ch>
Reviewed by:  Markus Rueckert <da...@irssi.org>

* contrib/server-side/svnmirror-test.sh: New script.
]]]


Thanks.
Martin