Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » CVS Synchronize incoming mode????
CVS Synchronize incoming mode???? [message #38917] Mon, 19 May 2003 22:06 Go to next message
Eclipse UserFriend
Originally posted by: bob.objfac.com

My practice has been to make changes, Team>Syncronize with repository, then
right-click in the Synchronize view and commit.

For no apparent reason, Team>Synchronize with repository now results in a
view titled Synchronize - Incoming mode. I don't want Incoming, I want to
check stuff in. What caused this? How to get past it?

Bob
Re: CVS Synchronize incoming mode???? [message #38998 is a reply to message #38917] Tue, 20 May 2003 00:31 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sarcher.nc.rr.com

Bob

I believe that this means that you have changes in your CVS repo that are
incoming, and Eclipse is suggesting that you catch up first. You can
override this behavior by changing mode using the buttons on the Synchronize
view. But remember, if you see "Incoming mode" then Eclipse thinks that you
have source changes to catch up with (that have typically been committed by
someone else.)

A common problem that I've seen people have in the past is where you
constantly see incoming class files in /bin, for which you need to add a
..cvsignore file to force the bin output folder to be ignored.

Hope this helps,

Simon

"Bob Foster" <bob@objfac.com> wrote in message
news:bac2ht$93m$1@rogue.oti.com...
> My practice has been to make changes, Team>Syncronize with repository,
then
> right-click in the Synchronize view and commit.
>
> For no apparent reason, Team>Synchronize with repository now results in a
> view titled Synchronize - Incoming mode. I don't want Incoming, I want to
> check stuff in. What caused this? How to get past it?
>
> Bob
>
>
Re: CVS Synchronize incoming mode???? [message #42153 is a reply to message #38998] Wed, 21 May 2003 10:47 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bob.news.gmx.net

"Simon Archer" <sarcher@nc.rr.com> schrieb im Newsbeitrag
news:bacaut$dc6$1@rogue.oti.com...
> I believe that this means that you have changes in your CVS repo that
are
> incoming, and Eclipse is suggesting that you catch up first. You can
> override this behavior by changing mode using the buttons on the
Synchronize
> view. But remember, if you see "Incoming mode" then Eclipse thinks that
you
> have source changes to catch up with (that have typically been committed
by
> someone else.)

The minimum one should to is checking whether there are any files that
have conflicts and resolve them before checkin. But of course the
*proper* way is to first get all changes from the repository, verify that
the project still builds (!) and after that check in your changes.
Otherwise one might check in an inconsistent state into the repository.

> A common problem that I've seen people have in the past is where you
> constantly see incoming class files in /bin, for which you need to add a
> .cvsignore file to force the bin output folder to be ignored.

Hm, the bin folder should not be shared at all. So new files there should
never reach the repository and hence entering "bin" into .cvsignore should
not be necessary.

robert
Re: CVS Synchronize incoming mode???? [message #42549 is a reply to message #42153] Wed, 21 May 2003 13:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NOSPAM.us.ibm.com

>
> Hm, the bin folder should not be shared at all. So new files there should
> never reach the repository and hence entering "bin" into .cvsignore should
> not be necessary.
>
> robert
>

Unfortunately, bin is not considered by default to be an "ignore" file.
So unless you explicitly add it the .cvsignore file, Eclipse/Team CVS
will add the bin directory (and any subdirectories) to the branch.
However, since all of the files in the bin directory are marked as
"derived" by the JDT compiler, they never go out to CVS (derived files
don't go to CVS by default).

--
Thanks, Rich Kulp

Re: CVS Synchronize incoming mode???? [message #44850 is a reply to message #42153] Fri, 23 May 2003 01:07 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bob.objfac.com

"Robert Klemme" <bob.news@gmx.net> wrote in message
news:bag4o7$lpe$1@rogue.oti.com...
> Hm, the bin folder should not be shared at all. So new files there should
> never reach the repository and hence entering "bin" into .cvsignore should
> not be necessary.

Wish that were true. Every time I checkout projects into a new version of
Eclipse I seem to have to add the bin folder to .cvsignore once again.

Bob
Re: CVS Synchronize incoming mode???? [message #44880 is a reply to message #38998] Fri, 23 May 2003 01:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bob.objfac.com

"Simon Archer" <sarcher@nc.rr.com> wrote in message
news:bacaut$dc6$1@rogue.oti.com...
> Bob
>
> I believe that this means that you have changes in your CVS repo that are
> incoming, and Eclipse is suggesting that you catch up first. You can
> override this behavior by changing mode using the buttons on the
Synchronize
> view. But remember, if you see "Incoming mode" then Eclipse thinks that
you
> have source changes to catch up with (that have typically been committed
by
> someone else.)

Button? Oh, those things are buttons. Well whaddaya know. ;-}

The problem seemed to have been caused by an empty package directory. Not
sure why, but when I deleted the directory and synchronized again I was no
longer in incoming mode.

Thanks.

Bob

> A common problem that I've seen people have in the past is where you
> constantly see incoming class files in /bin, for which you need to add a
> .cvsignore file to force the bin output folder to be ignored.
>
> Hope this helps,
Re: CVS Synchronize incoming mode???? [message #45574 is a reply to message #44850] Fri, 23 May 2003 09:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NOSPAM.us.ibm.com

Are you checking in the .cvsignore into CVS? If you are, you shouldn't
need to add bin into it since it should already be there for that
particular project when you check that project back out.

Rich
Re: CVS Synchronize incoming mode???? [message #47614 is a reply to message #45574] Sun, 25 May 2003 17:47 Go to previous message
Eclipse UserFriend
Originally posted by: bob.objfac.com

"Richard L. Kulp" <richkulp@NOSPAM.us.ibm.com> wrote in message
news:bal8i4$kmo$1@rogue.oti.com...
> Are you checking in the .cvsignore into CVS? If you are, you shouldn't
> need to add bin into it since it should already be there for that
> particular project when you check that project back out.

I don't do anything to prevent checking in .cvsignore.

Bob
Previous Topic:Auto formatting issue
Next Topic:perspective property page
Goto Forum:
  


Current Time: Wed Sep 24 00:45:42 EDT 2025

Powered by FUDForum. Page generated in 0.56470 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top