RE: [Subclipse-users] Problem with atomic commits
From: Schechter, Michael <MSchechter_at_national.aaa.com>
Date: Wed, 23 Jul 2008 08:46:15 -0400
Mark,
This is still very confusing to me. For any file in Eclipse, Subclipse knows the full repository path (and thus the repository). It seems a very simple matter to simply examine this property when committing multiple files simultaneously, and for each repository identified create a single commit. The current behavior seems counter-intuitive to me, as I have a discrete file list for which all members are selected, and an IDE operation does not act on the set of files, but instead acts on them based on additional factors not visible in the current perspective/view mode.
It is most confusing to me because the behavior of the plug-in (if I am understanding your explanation correctly) is based on how I configure my workspace (projects within vs. projects external). I would strongly recommend that this be re-examined as either a new feature, an enhancement to the existing atomic functionality, or a bug.
In addition, I would like to request that the documentation be updated to reflect both the current preferences interface and this behavior.
Thanks!
Michael Schechter
-----Original Message-----
On Tue, Jul 22, 2008 at 5:08 PM, Schechter, Michael <MSchechter_at_national.aaa.com> wrote:
> All projects are under a common root directory under my trunk. All
The structure inside the repository actually does not matter, they just have to all come from the same repository. What does matter is the structure on your local disk. That is what I meant. If you do your checkouts using Subclipse, and checked out all projects directly into your workspace folder, you would be all set. If your local working copy mirrors that repos structure you gave however, then the commits will be grouped by each parent. We could potentially optimize this by crawling back beyond the parent, but right now picture a Map where the key is the parent folder and repository UUID.
> In case it matters, I was using Team Synchronizing in 'flat' mode
None of that would matter. Once it is in the commit process, it does not know about how you have your UI configured.
-- Thanks Mark Phippard http://markphip.blogspot.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org For additional commands, e-mail: users-help_at_subclipse.tigris.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org For additional commands, e-mail: users-help_at_subclipse.tigris.orgReceived on 2008-07-23 14:46:36 CEST |
This is an archived mail posted to the Subclipse Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.