RE: 'Nested' working copies
From: Kenneth Olving <Kenneth.Olving_at_frameworx.com>
Date: 2003-09-23 21:14:58 CEST
> XA? What's that? Clarifification please? Relevance?
It's basically a protocol for muliple otherwise independent transaction capable sources to coordinate transactions betweeen them. Thus, you can get a transaction to span them - either it commits in all of them or in none of them.
So the relevance is, if svn repos implemented XA, you could use nested wc's from multiple unique repos and get atomic commits. Without it, while doing commits for each repo, the configuration as a whole is inconsistent until the final commit is complete.
But, I'm no expert, and I can surely appreciate the scope of the problem...
HTH,
ken1
===
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.