« Return to Thread: about "commit from multiple workingcopies"

about "commit from multiple workingcopies"

by HuiHuang :: Rate this Message:

Reply to Author | View in Thread

Some parts of this message have been removed. Learn more about Nabble's security policy.
 
Hi,
 
I come from Subversion community, and I am working on subversion client
to solve "commit from multiple workingcopies" problem. I know that you have
solved this problem. would you mind to tell me how do you solve it?
 
The following is what we want to do.
 
1) Expected behaviour
-- Describe what you want Subversion to do.
When committing files, listing their paths, no matter whether they belong 
to the same work copy or not, if they all live in the same repository, they 
should be committed in one transaction successfully.
 
2) Actual behaviour
-- Describe what Subversion currently does instead.
If the committing files belong to the same work copy, they will be committed 
in one transaction successfully. 
Otherwise, if they belong to more than one work copy, svn will output an 
error which indicate that their common ancestor is not a work copy and 
commit action fails.
 
Thank you very much for your help. Hope to hear from you soon.
 
Best Regards.
Hui huang
 
2009-05-23

yellow.flying

 « Return to Thread: about "commit from multiple workingcopies"