How to make multiple remote cp atomic?
From: Chen(陈)Jun(军) <chjfth_at_hotmail.com>
Date: 2007-09-30 02:47:41 CEST
A remote cp command can copy one dir at one time. To remote copy two source dirs to two destinations, I have to issue cp command twice, however that two cp commands is not a atomic operation, that is, it results in two version numbers. Does any one know how I make them atomic? Maybe there is one way: do the two copy operations locally first, then do a commit, but that will be too troublesome. Any idea?Chen Jun
|
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.