Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Why Is Copied Project Automatically Updated .. .
icon5.gif  Why Is Copied Project Automatically Updated .. . [message #1696506] Tue, 26 May 2015 20:30 Go to next message
Top Kat is currently offline Top KatFriend
Messages: 37
Registered: March 2013
Member
I copy a Java or Android project into a NEW Java or Android working set with a different name.

But when I make any change to the classes within the copied project, I find that they are automatically transferred to the original project's code . . .

Can I configure Eclipse so that any changes I make to a given copy of a project will NOT be made to the original project ?

I am trying to do this so that I can have a fixed copy of my project at different stages of development.
Re: Why Is Copied Project Automatically Updated .. . [message #1696518 is a reply to message #1696506] Wed, 27 May 2015 01:38 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 05/26/2015 02:30 PM, Thomas Kirby wrote:
> I copy a Java or Android project into a NEW Java or Android working set
> with a different name.
>
> But when I make any change to the classes within the copied project, I
> find that they are automatically transferred to the original project's
> code . . .
>
> Can I configure Eclipse so that any changes I make to a given copy of a
> project will NOT be made to the original project ?
>
> I am trying to do this so that I can have a fixed copy of my project at
> different stages of development.

The project is the project. Making it a member of a different working
set doesn't make it the copy of a project.

Working sets are just a way to organize how you see your projects in the
workspace.

Create a new project and copy the files into it. This will make a
difference.

Mind you, one would ordinarily adopt the use of a version-control system
like Git and maintain different branches for this.
Re: Why Is Copied Project Automatically Updated .. . [message #1696965 is a reply to message #1696518] Fri, 29 May 2015 18:30 Go to previous message
Top Kat is currently offline Top KatFriend
Messages: 37
Registered: March 2013
Member
Works.
Many thanks.
Previous Topic: oAW
Next Topic:Question
Goto Forum:
  


Current Time: Fri Apr 26 10:31:02 GMT 2024

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

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

Back to the top