| Summary: | JavaHL: Commit across multiple project atomically does not work | ||
|---|---|---|---|
| Product: | [Technology] Subversive | Reporter: | dan carter <dantheperson> |
| Component: | Core | Assignee: | Igor Burilo <igor.burilo> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
dan carter
Are these projects belongs to single working copy or not (i.e. do they have a common ancestor with a related .svn folder inside)? (In reply to comment #1) > Are these projects belongs to single working copy or not (i.e. do they have a > common ancestor with a related .svn folder inside fitp-aggregator is the common ansestor and has a .svn file They were checked out from svn in one checkout with the 'checkout maven projects from SCM' For example if i edit 3 files,one each per project; one in the parent project, and one in each sub project, commandline svn says this: carteda@LONWD010262:/c/dev/workspaces/two/fitp-aggregator$ svn status M calculation-runtime/src/main/java/com/nomura/fitp/calculation/internal/CalculationBroker.java M fitp-pom/pom.xml M calculation-api/src/main/java/com/nomura/fitp/calculation/CalculationService.java But subversive would make 3 checkins where commandline svn makes one. Note that with a hierarchical maven project tree like this the subprojects show up as plain files/folders in the parent project, as well as opening as projects in their own right. I filter subdirectories from the parent project as i only want the java files to show up once as proper java resources in the subprojects. Whoops, edited the wrong pom.xml in my example. Should have been in the parent. carteda@LONWD010262:/c/dev/workspaces/two/fitp-aggregator$ svn status M calculation-runtime/src/main/java/com/nomura/fitp/calculation/internal/CalculationBroker.java M calculation-api/src/main/java/com/nomura/fitp/calculation/CalculationService.java M pom.xml Thank you for information. The issue is fixed. |