Skip to content

Commit

Permalink
Version bump and web page update
Browse files Browse the repository at this point in the history
  • Loading branch information
jgehring committed Jul 16, 2009
1 parent b7b88a2 commit f22f310
Show file tree
Hide file tree
Showing 9 changed files with 82 additions and 36 deletions.
10 changes: 9 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2009-07-17 -- version 0.5.2

* Fixed Node-copyfrom-rev revision number calculation when dumping
subdirectories
* Fixed segmentation fault that occured when dumping a subdirectory in
incremental mode and starting at revision 1
* Fixed a few minor issues with revision number and range parsing
* Added a simple unit test environment

2009-07-11 -- version 0.5.1

* Fixed dumping of file and directory properties
Expand All @@ -18,7 +27,6 @@
* Fixed dumping of file copies which include modifications
* Again, a complete rewrite


2009-04-15 -- version 0.4.4-1

* Fixed build issues with Subversion 1.6.1
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rsvndump 0.5.1
rsvndump 0.5.2
Copyright (C) 2008-2009 by Jonas Gehring


Expand Down Expand Up @@ -33,7 +33,7 @@ http://saubue.boolsoft.org/projects/rsvndump/manpage.html

CREDITS
=======
rsvndump 0.5.1
rsvndump 0.5.2
written by Jonas Gehring
http://saubue.boolsoft.org/projects/rsvndump

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.60)
AC_INIT(rsvndump, 0.5.1, jonas.gehring@boolsoft.org)
AC_INIT(rsvndump, 0.5.2, jonas.gehring@boolsoft.org)
AM_INIT_AUTOMAKE()
AC_PREFIX_DEFAULT([/usr/local])
test $prefix = NONE && prefix=/usr/local
Expand Down
13 changes: 10 additions & 3 deletions dist/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,22 +1,29 @@
rsvndump (0.5.2) unstable; urgency=low

* Packaged upstream version 0.5.2

-- Jonas Gehring <jonas.gehring@boolsoft.org> Fri, 17 Jul 2009 00:09:55 +0200


rsvndump (0.5.1) unstable; urgency=low

* Packaged upstream version 0.5.1

-- Jonas Gehring <jonas.gehring@boolsoft.org> Mon, 11 Jul 2009 17:37:21 +0200
-- Jonas Gehring <jonas.gehring@boolsoft.org> Sat, 11 Jul 2009 17:37:21 +0200


rsvndump (0.5) unstable; urgency=low

* Packaged upstream version 0.5

-- Jonas Gehring <jonas.gehring@boolsoft.org> Mon, 01 Jun 2009 00:01:09 +0200
-- Jonas Gehring <jonas.gehring@boolsoft.org> Wed, 01 Jun 2009 00:01:09 +0200


rsvndump (0.4.4-1) unstable; urgency=low

* Packaged upstream version 0.4.4-1

-- Jonas Gehring <jonas.gehring@boolsoft.org> Mon, 14 Apr 2009 22:59:18 +0100
-- Jonas Gehring <jonas.gehring@boolsoft.org> Tue, 14 Apr 2009 22:59:18 +0100


rsvndump (0.4.4) unstable; urgency=low
Expand Down
2 changes: 1 addition & 1 deletion po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: rsvndump 0.4.4\n"
"Report-Msgid-Bugs-To: jonas.gehring@boolsoft.org\n"
"POT-Creation-Date: 2009-07-16 00:39+0200\n"
"POT-Creation-Date: 2009-07-16 23:32+0200\n"
"PO-Revision-Date: 2009-02-22 03:00+0100\n"
"Last-Translator: <jonas.gehring@boolsoft.org>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
Expand Down
4 changes: 2 additions & 2 deletions po/rsvndump.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: rsvndump 0.5.1\n"
"Project-Id-Version: rsvndump 0.5.2\n"
"Report-Msgid-Bugs-To: jonas.gehring@boolsoft.org\n"
"POT-Creation-Date: 2009-07-16 00:39+0200\n"
"POT-Creation-Date: 2009-07-16 23:32+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/* Application-specific constants */
#ifndef HAVE_CONFIG_H
#define PACKAGE "rsvndump"
#define PACKAGE_VERSION "0.5.1"
#define PACKAGE_VERSION "0.5.2"
#define PACKAGE_BUGREPORT "jonas.gehring@boolsoft.org"

/* Internationalization */
Expand Down
65 changes: 40 additions & 25 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,35 @@ <h2>rsvndump - remote Subversion repository dump</h2>
SSL-support, incremental dumps and support for dumping text
deltas instead of fulltext.</p>

<p>Additionally, rsvndump is able to dump only a subdirectory of a
repository, even without read access to the root directory. This may
also work better than using <i>svndumpfilter</i> on an already existing
dump, since possible copy actions are resolved during the dump process
and replaced by normal file additions as needed.</p>

<p>Further information about rsvndump's behaviour and possible
differences to the output generated by <i>svnadmin dump</i>
can be found in the <a href="manpage.html">man page</a>.</p>

<hr />
<a name="news"><h3>News</h3></a>
<ul>
<li><h4>July 11th, 2009</h4>
<li><h4>July 17th, 2009</h4>
<p>rsvndump 0.5.2 is now <a href="#content">available</a>,
fixing wrong Node-copyfrom-rev revision numbers when dumping subdirectories,
as <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=2820774&group_id=268687&atid=1143180">reported in #2820774 by poeml</a>.
Furthermore, a possible segmentation fault when dumping in incremental mode
and starting at revision 1 has been fixed.
A more detailed description of the changes can be found in the
<a href="ChangeLog">ChangeLog</a>. As usual, the source package is
is available as a tarball compressed using either gzip or bzip2 as
well as in zip format. The Debian packages have been updated, too.<br />
I should also note that for practical reason, the <i>downloads archive</i>
has been replaced by a simple link to the <a href="http://sourceforge.net/projects/rsvndump/files/">files available at SourceForge</a>,
as I've uploaded all previous releases via the file release system.
</p></li>

<li><h4>July 11th, 2009</h4>
<p>rsvndump 0.5.1 is now <a href="#content">available</a>,
fixing a bug that caused properties to get dropped silently and some
memory leaks. Additionally, rsvndump will now build successfully using
Expand All @@ -55,7 +80,7 @@ <h2>rsvndump - remote Subversion repository dump</h2>
On a side note, the web page and its "About" section have been
updated and are now hosted on <a href="http://sourceforge.net">SourceForge.net</a>.
All previous releases of rsvndump are now available at the
<a href="downloads-archive.html">downloads archive</a>.
<a href="http://sourceforge.net/projects/rsvndump/files/">downloads archive</a>.</p></li>

<li><h4>June 1st, 2009</h4>
<p>rsvndump 0.5 is now <a href="#content">available</a>.
Expand Down Expand Up @@ -99,22 +124,6 @@ <h2>rsvndump - remote Subversion repository dump</h2>
As usual, the source package is available as a tarball compressed
using either gzip or bzip2. The Debian packages have been updated,
too.</p></li>

<li><h4>November 21th, 2008</h4>
<p>rsvndump 0.4.3 is now <a href="#content">available</a>.
This release includes new features as well as bugfixes: the
command line option <i>--dump-uuid</i> has been added, which
dumps the uuid of a repository and is useful if repositories
should be cloned. A bug which could occur when dumping a
sub-directory via a file://-url has been fixed. As a minor change,
the svn dump format produces has been changed to version "2"
because <i>svndumpfilter</i> refuses to read dump files with
format "3" in current versions (currently, this does not affect
the rsvndump's output except for a number at the start).<br />
A more detailed description of the changes can be found in the
<a href="ChangeLog">ChangeLog</a>. As usual, the source package is
available as a tarball compressed using either gzip or bzip2.
The Debian packages have been updated, too.</p></li>
</ul>
<p>Older news items can be found in the <a href="news-archive.html">news archive</a>.</p>

Expand All @@ -123,15 +132,21 @@ <h2>rsvndump - remote Subversion repository dump</h2>
<ul>
<li><h4>Downloads:</h4>
<ul>
<li><b><a href="rsvndump-0.5.1.tar.gz">rsvndump-0.5.1.tar.gz</a></b> - Source code distribution</li>
<li><b><a href="rsvndump-0.5.1.tar.bz2">rsvndump-0.5.1.tar.bz2</a></b> - Source code distribution</li>
<li><b><a href="rsvndump-0.5.1.zip">rsvndump-0.5.1.zip</a></b> - Source code distribution</li>
<li><b><a href="rsvndump_0.5.1_i386.deb">rsvndump_0.5.1_i386.deb</a></b> - Debian binary package (x86)</li>
<li><b><a href="rsvndump_0.5.1_arm.deb">rsvndump_0.5.1_arm.deb</a></b> - Debian binary package (ARM)</li>
<li><b><a href="http://sourceforge.net/projects/rsvndump/files/rsvndump/rsvndump-0.5.2.tar.gz/download">rsvndump-0.5.2.tar.gz</a></b> - Source code distribution</li>
<li><b><a href="http://sourceforge.net/projects/rsvndump/files/rsvndump/rsvndump-0.5.2.tar.bz2/download">rsvndump-0.5.2.tar.bz2</a></b> - Source code distribution</li>
<li><b><a href="http://sourceforge.net/projects/rsvndump/files/rsvndump/rsvndump-0.5.2.zip/download">rsvndump-0.5.2.zip</a></b> - Source code distribution</li>
<li><b><a href="http://sourceforge.net/projects/rsvndump/files/rsvndump/rsvndump_0.5.2_i386.deb/download">rsvndump_0.5.2_i386.deb</a></b> - Debian binary package (x86)</li>
<li><b><a href="http://sourceforge.net/projects/rsvndump/files/rsvndump/rsvndump_0.5.2_arm.deb/download">rsvndump_0.5.2_arm.deb</a></b> - Debian binary package (ARM)</li>
</ul>
<p>Previous releases can be found on rsvndump's <a href="http://sourceforge.net/projects/rsvndump/files/">file list at SourceForge</a>.</p>
</li>

<li><h4>Packages for other distributions:</h4>
<p><b>NOTE</b>: These are not maintained by myself</p>
<ul>
<li><b><a href="http://www.freshports.org/devel/rsvndump/">FreeBSD port</a></b></li>
<li><b><a href="http://download.opensuse.org/repositories/Subversion/">openSUSE packages</a></b> (however, they haven't been updated to the 0.5 series yet)</li>
<li><b><a href="http://download.opensuse.org/repositories/Subversion/">openSUSE packages</a></b> (please note that they are still at 0.4.3)</li>
</ul>
<p>Previous releases can be found in the <a href="downloads-archive.html">downloads archive</a>.</p>
</li>

<li><h4>Documentation:</h4>
Expand Down
16 changes: 16 additions & 0 deletions web/news-archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@ <h2>rsvndump - remote Subversion repository dump</h2>
For recent news and content, please see the <a href="index.html">main page</a>.</i></p>
<hr />
<ul>
<li><h4>November 21th, 2008</h4>
<p>rsvndump 0.4.3 is now <a href="#content">available</a>.
This release includes new features as well as bugfixes: the
command line option <i>--dump-uuid</i> has been added, which
dumps the uuid of a repository and is useful if repositories
should be cloned. A bug which could occur when dumping a
sub-directory via a file://-url has been fixed. As a minor change,
the svn dump format produces has been changed to version "2"
because <i>svndumpfilter</i> refuses to read dump files with
format "3" in current versions (currently, this does not affect
the rsvndump's output except for a number at the start).<br />
A more detailed description of the changes can be found in the
<a href="ChangeLog">ChangeLog</a>. As usual, the source package is
available as a tarball compressed using either gzip or bzip2.
The Debian packages have been updated, too.</p></li>

<li><h4>October 27th, 2008</h4>
<p>I updated the ABOUT-section on this web page, and there's
now a <a href="news-archive.html">seperate page</a> which serves
Expand Down

0 comments on commit f22f310

Please sign in to comment.