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

Re: [Subclipse-users] Commit and externals

From: Mark Phippard <markphip_at_gmail.com>
Date: Thu, 30 Oct 2008 10:14:59 -0400

On Thu, Oct 30, 2008 at 10:10 AM, RéŽgis Priqueler <sdovh_at_free.fr> wrote:

> A) When i try to commit directly from an file in a external corresponding to
> a tag I got an error message telling me that i'm trying to commit to a tags:
> good!
> But if i commit the project containing the external, it commit all, the
> project files AND the files in the externals dir: bad.
>
> It's not logical, i should be warn in the second case, no?

It is just a warning, kind of a stupid feature to begin with. But no,
it does not traverse into every item in the dialog and we definitely
would not want to add that sort of performance hit. If you want to
block people committing to tags then use a hook on the server.

> B) When i update a folder containing externals it seems that it get all the
> files from the externals at each update, it should update only change files.

The behavior of update is determined by the SVN API. We just call it.
 The only time I see all files get updated is when the svn:externals
property changes. Even then, I only see the differences in the files
come down.

-- 
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-10-30 15:15:11 CET

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.