Hi Andreas,<br><br>What are the contents of your state.txt file in the /backup/downloads/zltl/replicate/rlp/ directory before and after you run the command?<br><br>That file is used to track where replication is currently up to.  If the doesn't exists when you run the command, a new one will be created based on the latest state.txt on the server and no changes will be retrieved that time.  If you wish to start from a point in the past, you need to download an older state file from the server marking the point that you wish to replicate from.  Some instructions are here.<br>
<br><a href="http://wiki.openstreetmap.org/wiki/Osmosis/Detailed_Usage#--read-replication-interval-init_.28--rrii.29">http://wiki.openstreetmap.org/wiki/Osmosis/Detailed_Usage#--read-replication-interval-init_.28--rrii.29</a><br>
<br>Brett<br><br><br><div class="gmail_quote">On Mon, Dec 13, 2010 at 6:05 AM, Andreas Kalsch <span dir="ltr"><<a href="mailto:andreaskalsch@gmx.de">andreaskalsch@gmx.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Can you help me applying a changeset with the latest snapshots? This is my command:<br>
<br>
/home/andi/.libraries/osmosis-SNAPSHOT-r24679/bin/osmosis --read-replication-interval /backup/downloads/zltl/replicate/rlp/ --write-pgsimp-change database=rlp validateSchemaVersion=yes user=andi password=... host=127.0.0.1<br>

Dec 12, 2010 8:05:01 PM org.openstreetmap.osmosis.core.Osmosis run<br>
INFO: Osmosis Version SNAPSHOT-r24679<br>
Dec 12, 2010 8:05:02 PM org.openstreetmap.osmosis.core.Osmosis run<br>
INFO: Preparing pipeline.<br>
Dec 12, 2010 8:05:02 PM org.openstreetmap.osmosis.core.Osmosis run<br>
INFO: Launching pipeline execution.<br>
Dec 12, 2010 8:05:02 PM org.openstreetmap.osmosis.core.Osmosis run<br>
INFO: Pipeline executing, waiting for completion.<br>
Dec 12, 2010 8:05:02 PM org.openstreetmap.osmosis.core.Osmosis run<br>
INFO: Pipeline complete.<br>
Dec 12, 2010 8:05:02 PM org.openstreetmap.osmosis.core.Osmosis run<br>
INFO: Total execution time: 659 milliseconds.<br>
<br>
This is /backup/downloads/zltl/replicate/rlp/configuration.txt :<br>
<br>
# The URL of the directory containing change files.<br>
baseUrl=<a href="http://planet.openstreetmap.org/hour-replicate" target="_blank">http://planet.openstreetmap.org/hour-replicate</a><br>
<br>
# Defines the maximum time interval in seconds to download in a single invocation.<br>
# Setting to 0 disables this feature.<br>
maxInterval = 0<br>
<br>
Doesn't this mean that all changesets up to now should be applied? In my case, no changeset is applied.<br>
<br>
_______________________________________________<br>
dev mailing list<br>
<a href="mailto:dev@openstreetmap.org" target="_blank">dev@openstreetmap.org</a><br>
<a href="http://lists.openstreetmap.org/listinfo/dev" target="_blank">http://lists.openstreetmap.org/listinfo/dev</a><br>
</blockquote></div><br>