On 10/2/06, Bill Page <[EMAIL PROTECTED]> wrote:
The documentation of 'svnsync' refers to the mirror that it constructs as "read-only". I presume that this means only that there is no provision for two-way updating of the mirror via this mechanism? So we would be free to commit changes at Google but we might have to use some other method (e.g. svk smerge') to maintain more than one copy of this archive. Right?
Correct. svnsync is a one-way mirroring tool. For example, you could use it to set up a single-write-master repository, and then a bunch of read-only mirrors. It's different than svk, which is a true 'decentralized' version control system. In those sorts of systems, N repositories can be connected in a random graph, and can safely push/pull changesets with each other and keep track of the mess. :-) _______________________________________________ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo/axiom-developer