Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » CVS problems : label decorater question and update complete project question
CVS problems : label decorater question and update complete project question [message #28627] Wed, 07 May 2003 13:23 Go to next message
Eclipse UserFriend
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 #28662 is a reply to message #28627] Wed, 07 May 2003 13:39 Go to previous messageGo to next message
Eclipse UserFriend
By definition, the flags are only that you have made a change locally.
You need to synchronize (or update) to get in line with what is in the
repository. Access to the repository is never automatic, it always
require a user action because the repository is remote.

The second question I didn't understant what was being said.
Re: CVS problems : label decorater question and update complete project question [message #28666 is a reply to message #28662] Wed, 07 May 2003 16:30 Go to previous messageGo to next message
Eclipse UserFriend
Hello Richard,
Richard L. Kulp wrote:

> By definition, the flags are only that you have made a change locally.
> You need to synchronize (or update) to get in line with what is in the
> repository. Access to the repository is never automatic, it always
> require a user action because the repository is remote.
>
I work with netbenas, too.When I refresh CVS I get 'need patch' for files
that other user change.

> The second question I didn't understant what was being said.
btw.
I have project snpe and file snpe.txt.
File snpe.txt has been changes with other user and I see in CVS this change
When I choose team->update for file snpe.txt in my local tree,file is
updated, but if I choose team->update for snpe (complete project) file
isn't updated.I don't know which files are changed with another user and
update for complete project don't work that is a problem for me

thanks
Haris Peco
Re: CVS problems : label decorater question and update complete project question [message #28669 is a reply to message #28666] Wed, 07 May 2003 14:26 Go to previous messageGo to next message
Eclipse UserFriend
snpe wrote:
> Hello Richard,
> Richard L. Kulp wrote:
>
>
>>By definition, the flags are only that you have made a change locally.
>>You need to synchronize (or update) to get in line with what is in the
>>repository. Access to the repository is never automatic, it always
>>require a user action because the repository is remote.
>>
>
> I work with netbenas, too.When I refresh CVS I get 'need patch' for files
> that other user change.

That may be true for netbeans, but Eclipse doesn't work that way.
>
>
>>The second question I didn't understant what was being said.
>
> btw.
> I have project snpe and file snpe.txt.
> File snpe.txt has been changes with other user and I see in CVS this change
> When I choose team->update for file snpe.txt in my local tree,file is
> updated, but if I choose team->update for snpe (complete project) file
> isn't updated.I don't know which files are changed with another user and
> update for complete project don't work that is a problem for me
>
> thanks
> Haris Peco
>

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.

--
Thanks, Rich Kulp

Re: CVS problems : label decorater question and update complete project question [message #28680 is a reply to message #28669] Wed, 07 May 2003 17:01 Go to previous messageGo to next message
Eclipse UserFriend
Richard L. Kulp wrote:

> snpe wrote:
>> Hello Richard,
>> Richard L. Kulp wrote:
>>
>>
>>>By definition, the flags are only that you have made a change locally.
>>>You need to synchronize (or update) to get in line with what is in the
>>>repository. Access to the repository is never automatic, it always
>>>require a user action because the repository is remote.
>>>
>>
>> I work with netbenas, too.When I refresh CVS I get 'need patch' for files
>> that other user change.
>
> 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 ?

>>
>>
>>>The second question I didn't understant what was being said.
>>
>> btw.
>> I have project snpe and file snpe.txt.
>> File snpe.txt has been changes with other user and I see in CVS this
>> change When I choose team->update for file snpe.txt in my local tree,file
>> is updated, but if I choose team->update for snpe (complete project) file
>> isn't updated.I don't know which files are changed with another user and
>> update for complete project don't work that is a problem for me
>>
>> thanks
>> Haris Peco
>>
>
> 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
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 Go to previous messageGo to next message
Eclipse UserFriend
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 Go to previous messageGo to next message
Eclipse UserFriend
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
Re: CVS problems : label decorater question and update complete project question [message #28830 is a reply to message #28797] Thu, 08 May 2003 13:50 Go to previous message
Eclipse UserFriend
You need to go to bugzilla and open a request.

Rich Kulp
Previous Topic:How To Import Jars
Next Topic:CVS HEAD Folder does not open
Goto Forum:
  


Current Time: Wed May 28 01:53:17 EDT 2025

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

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

Back to the top