[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-users] Problem with atomic commits

From: Mark Phippard <markphip_at_gmail.com>
Date: Tue, 22 Jul 2008 17:21:02 -0400

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 projects exist at various levels within that structure - we have two top-level
> parents, and one has additional directory structure while the other does not (all its projects are at the same level).

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 (just files displayed). Could how I have defined the repository in the Eclipse
> repository explorer have had an effect?

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
Received on 2008-07-22 23:21:17 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.