Synchronize is replacing local with repository copy

View: New views
4 Messages — Rating Filter:   Alert me  

Synchronize is replacing local with repository copy

by Diverdad :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have a file that has local changes.  If it is a non java file, I do a team/synchronize and I see the differences between my local copy and the repository copy.  If I do the same operation on a java file, when I double click on the file to see the differences, I see two copies of the same file.  ... it essentially replaces my local copy with the repository copy.  In order to recover my local changes I have to go back to local history.  Is there a setting that is causing this behavior?

Re: Synchronize is replacing local with repository copy

by Diverdad :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I've done further research and this seems to be a problem with subclipse installed with Eclipse 3.5 I get the correct behavior with subclipse and Eclipse 3.4.  I've tried all of the versions of subclipse with Eclipse 3.5 and I get the same behavior .... that is when the java file is double clicked in the synchronized view my local version is replaced by the latest from the repository.  Note:  The compare editor exhibits the correct behavior.

Re: Synchronize is replacing local with repository copy

by Mark Phippard-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It sounds the same as this problem that was fixed in Subclipse 1.6.0
and backported to 1.4.8.  What version are you using?

http://subclipse.tigris.org/issues/show_bug.cgi?id=838



On Thu, Oct 1, 2009 at 12:14 PM, Diverdad <stephen.l.ray@...> wrote:

> I've done further research and this seems to be a problem with subclipse
> installed with Eclipse 3.5 I get the correct behavior with subclipse and
> Eclipse 3.4.  I've tried all of the versions of subclipse with Eclipse 3.5
> and I get the same behavior .... that is when the java file is double
> clicked in the synchronized view my local version is replaced by the latest
> from the repository.  Note:  The compare editor exhibits the correct
> behavior.
> --
> View this message in context: http://www.nabble.com/Synchronize-is-replacing-local-with-repository-copy-tp25696941p25699313.html
> Sent from the subclipse - users mailing list archive at Nabble.com.
>
> ------------------------------------------------------
> http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2402587
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].
>



--
Thanks

Mark Phippard
http://markphip.blogspot.com/

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2402589

To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].

Re: Synchronize is replacing local with repository copy

by Diverdad :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Thanks for the tip.  We were using the 1.4.4.  Switching to 1.6.5 solved the problem