Commit to multiple source roots
Hi,
will the fix for IDEA-82748 be included in IDEA 11.1? I'm still seeing this issue here and not being able to commit to multiple source roots with a single commit really would give me a hard time. Many people working on Eclipse projects will have that problem if they do not want to checkout the complete workspace.
Thanks,
Dirk
Please sign in to leave a comment.
Hi Dirk,
it is not possible for svnkit to perform one commit into a repository from 2 different working copies, if they have different format (1.7, 1.6...)
That's why IDEA code splits commit into several if there are copies of different formats involved.
Is that your case?
No, this is not my usecase! All working copies have the same version (SVN 1.6). I have filed an issue, lets continue the discussion there: http://youtrack.jetbrains.com/issue/IDEA-83569
Thanks,
Dirk