[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] Re: ">" char before the project name ?
|
"David Williams" <davidw_news@xxxxxxxxxxxxxxxxxx> wrote in message
news:h83s0k$3ss$1@xxxxxxxxxxxxxxxxxxxx
> Walter Harley wrote:
>> "David Balazic" <david.balazic@xxxxxxxxxxxxx> wrote in message
>> news:h7m9fk$g9r$1@xxxxxxxxxxxxxxxxxxxx
>
> > ... or mark them as 'ignored' so
>> that SVN doesn't try to add them, as appropriate.
>
> I'd advise not to mark them as ignored, especially for a "newcomer" :)
> The .project file and .settings folder contains important information
> about the project that should be the same for anyone checking the project
> out of the project. Sometimes it is vitally important, sometimes just
> handy, and seldom ok to not have them at all.
True if the project is being shared as an Eclipse project per se. But in
open-source cases (e.g., a company I worked for over the last year), one may
not want the published projects to be associated with any particular IDE.
The fact that the project is already in an SVN repository but apparently
doesn't have any Eclipse artifacts associated with it suggests that may be
the case in this instance. Only the OP knows for sure...