[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] Re: ">" char before the project name ?
|
"David Balazic" <david.balazic@xxxxxxxxxxxxx> wrote in message
news:h7m9fk$g9r$1@xxxxxxxxxxxxxxxxxxxx
> Hi!
> What does a ">" char before the project name in project explorer mean? I
> did not find it in online help.
> The projects are checked out (freshly) from SVN.
As Ed said, it means the project has been modified in some way. Most
likely, the project in SVN did not have a .project file or a .settings
directory; when Eclipse imported the project, it created those. You may
want to either add them to the SVN repository, or mark them as 'ignored' so
that SVN doesn't try to add them, as appropriate.