jira-importer commented on issue #609: URL: https://github.com/apache/maven-scm/issues/609#issuecomment-2964606639
**[Chris Graham](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=chrisgwarp)** commented This is an issue with the subversion command line client. It requires a common anchor point so that it can commit all four (more than two really) projects as a single atomic commit. This issue is covered in subversion via: http://subversion.tigris.org/issues/show_bug.cgi?id=2381 For the scenario above, Subclipse does each individual project as a single commit (so we loose the atomic commit). From comments from the link above, Maven needs to cater for this situation in a similar way (ie individual commits). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
