How to clone/duplicate an existing Eclipse project? [message #332256] |
Tue, 14 October 2008 18:52 |
Eclipse User |
|
|
|
Originally posted by: mstev.ozone.com
Assume I setup a Java project in Eclipse.
Now I want to keep this project in general but modify some minor parts.
For this I would appreciate to have the possibility to clone resp. duplicate
the old project into a new, second one and rename it to e.g. "myProject_dup".
Can I do this somehow?
Pia
|
|
|
Re: How to clone/duplicate an existing Eclipse project? [message #332260 is a reply to message #332256] |
Wed, 15 October 2008 07:25 |
Eclipse User |
|
|
|
Originally posted by: karsten.panier.aysada.org
Hi,
you can select the project and use copy paste of the Edit menu to create
a clone of the project.
karsten
Pia Stevens wrote:
> Assume I setup a Java project in Eclipse.
> Now I want to keep this project in general but modify some minor parts.
> For this I would appreciate to have the possibility to clone resp. duplicate
> the old project into a new, second one and rename it to e.g. "myProject_dup".
>
> Can I do this somehow?
>
> Pia
|
|
|
Re: How to clone/duplicate an existing Eclipse project? [message #332264 is a reply to message #332256] |
Wed, 15 October 2008 08:42 |
Eclipse User |
|
|
|
Originally posted by: 4cs6fcg02.sneakemail.com
Pia Stevens schreef:
> Assume I setup a Java project in Eclipse.
> Now I want to keep this project in general but modify some minor parts.
> For this I would appreciate to have the possibility to clone resp. duplicate
> the old project into a new, second one and rename it to e.g. "myProject_dup".
>
> Can I do this somehow?
I think you can use the Import wizard -> Project into workspace, then
choose the project which is already in the workspace. It will probably
barf about naming, haven’t tried. Maybe you can copy the project
somewhere else first, then edit the .project file to change the name.
H.
--
Hendrik Maryns
http://tcl.sfs.uni-tuebingen.de/~hendrik/
==================
Ask smart questions, get good answers:
http://www.catb.org/~esr/faqs/smart-questions.html
|
|
|
Re: How to clone/duplicate an existing Eclipse project? [message #332266 is a reply to message #332256] |
Wed, 15 October 2008 13:29 |
Eclipse User |
|
|
|
Originally posted by: eclipse-news.rizzoweb.com
Pia Stevens wrote:
> Assume I setup a Java project in Eclipse.
> Now I want to keep this project in general but modify some minor parts.
> For this I would appreciate to have the possibility to clone resp. duplicate
> the old project into a new, second one and rename it to e.g. "myProject_dup".
>
> Can I do this somehow?
Right-click and choose Copy, then paste it back and give it a new name.
Or, a better approach would be to use a source code version control
system like CVS to store your project. Then you can make as many changes
as you want and always have the version in CVS to go back to. That is
exactly why version control systems exist, to meet the need you're
talking about.
Eric
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05248 seconds