CVS problems : label decorater question and update complete project question [message #28627] |
Wed, 07 May 2003 13:23  |
Eclipse User |
|
|
|
Hello,
I set label decoration in CVS and it work fine with my local change files.
When another user change file and commit in repository I don't see change
(version is old, version in CVS perspective is fine)
Yet another question :
When I update one file that work fine, but when I update complete project
files don't updated.
Please help
Haris Peco
|
|
|
|
|
|
|
Re: CVS problems : label decorater question and update complete project question [message #28792 is a reply to message #28680] |
Thu, 08 May 2003 10:15   |
Eclipse User |
|
|
|
snpe wrote:
> Richard L. Kulp wrote:
>>That may be true for netbeans, but Eclipse doesn't work that way.
>
>
> ok, but can I see change from other users in file decoration ?
No, Eclipse doesn't mark changes in the repository thru decorations. You
need to do Team->Synchronize to see the changes and merge them into your
local workspace.
>
>
>>>
>>This works for me. The only thing I can think of is that you had local
>>changes and the repository had changes and they were in conflict in some
>>way. I think update won't update in that case.
>>
>
>
> I have .project i .classpath and they aren't in CVS - is it my problem ?
>
> thanks
> Haris Peco
I don't think so. .project and .classpath checked into CVS are
extremelly useful because then others can check the project out and get
the same classpath/buildpath and project configuration as you. You don't
need to do Check Project Out As... because it knows the kind of project
it is from the .project file. This can be very important and should
normally be done.
However, I recommend using Team->Synchronize instead of Team->Update.
Synchronize will tell you exactly what is different, while Update just
merges in the non-conflicting changes. Conflicts aren't merged, nor, I
think, is there any indication that there were conflicts.
--
Thanks, Rich Kulp
|
|
|
Re: CVS problems : label decorater question and update complete project question [message #28797 is a reply to message #28792] |
Thu, 08 May 2003 13:02   |
Eclipse User |
|
|
|
Hi,
Richard L. Kulp wrote:
> snpe wrote:
>> Richard L. Kulp wrote:
>
>>>That may be true for netbeans, but Eclipse doesn't work that way.
>>
>>
>> ok, but can I see change from other users in file decoration ?
> No, Eclipse doesn't mark changes in the repository thru decorations. You
> need to do Team->Synchronize to see the changes and merge them into your
> local workspace.
If I have decoration for local update, I would like to decoration for cvs
update and/or conflict.I know for synchronize, but I want only first look
for CVS update (and/or conflict), like > for local update.
I know that it isn't possible now, but what about add features in eclipse,
btw
> local update
< remote (CVS) update
* conflict
regards
Haris Peco
|
|
|
|
Powered by
FUDForum. Page generated in 0.03834 seconds