Subversion: is it possible to commit local revisions without pushing them, and push them at a later date - or is the lack of this feature why it\'s called \"centralized\" ?<
That is why it is called centralized. You could try using a repo inside a repo. One is local and the other is remote. You then commit the entire inner repository to the remote.