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

RE: [Subclipse-users] Eclipse 3.2 with Subclipse 1.2.4 - missed f ile during commit

From: Andy Jin <AJin_at_qnx.com>
Date: Wed, 27 Feb 2008 15:49:14 -0500

The missed files are legitimated source code files (C and Java source). They
are neither derived files nor are they in any of the ignore list.

Thanks
- Andy

-----Original Message-----
From: Mark Phippard [mailto:markphip_at_gmail.com]
Sent: February 27, 2008 3:44 PM
To: users_at_subclipse.tigris.org
Cc: AJin_at_qnx.com
Subject: Re: [Subclipse-users] Eclipse 3.2 with Subclipse 1.2.4 - missed
file during commit

On Wed, Feb 27, 2008 at 3:29 PM, Andy Jin <AJin_at_qnx.com> wrote:

> We are using Eclipse 3.2 with Subclipse 1.2.4 plugin.
>
> We have had two users reported that during their commit of a bulk of
files,
> one of those files missed. Below are the symptom and the way they did the
> commit:
>
> - Used the "Team Synchronizing" view to confirmed changes before
> commit. The file which missed the commit did not show in the change set.
>
> - Those are normal text files, nothing special in file names
(e.g.
> no dot beginning the file name)
>
> - The missed files were not residing in a very long directory
> structure, less than five directory level.
>
> - After the commit, the missed file still not show as changed
file
> even they did a compare with latest from reporsitory.
>
> - They only found out the file missed commit when their build
> failed.
>
>
>
> This kind of failure does not happen all the time, but we have seen it
twice
> here.
>
>
>
> Any comment is welcome. Shall I submit a formal issue report?

All of those symptoms point to a file that is ignored. There are
several things within Eclipse that cause a file to be ignored:

1) The file matches the svn:ignore pattern of it's parent folder.
2) The file matches a pattern in the Eclipse ignored resources list.
Preferences. Team > Ignored Resources
3) The file is marked as a derived file in Eclipse. Usually this is
for things like .class files. Right-click on file and choose
Properties. The Eclipse resource page has a Derived check box.

-- 
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-02-27 21:49:34 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.