Question

I have selected several projects in my eclipse CVS repository and I have marked them with a new version/tag. I would now like to display the content of this new version instead of analysing projects by projects the history of each. Is there a solution ?

I've googled and no result for my need (may be wrong key words ?)

Thanks you.

Patrice

No correct solution

OTHER TIPS

I'm assuming that you have 1 CVS repository which contains N Eclipse projects.

Create a simple Eclipse project at the root of your CVS repository. That will allow you to import everything as a single project. From this project, you can see the whole history over everything.

When you want to work on a child project, import it from the local disk instead of from the CVS server. Don't forget to disable "Copy files" when you import. Eclipse will notice that these two projects are related (i.e. one is inside of the path of another). Doing CVS operations will now work on the parent project.

That said, you should really consider to move to a DVCS :-)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top