Re: CVS in Eclipse
"Sasvata (Shash) Chatterjee" <[email protected]>
| Newsgroups | gmane.comp.java.keel.user |
|---|---|
| Message-ID | <[email protected]> |
Grey.Lee wrote: >After a brief hiatus for some "real" work, >I'm back to trying to do some Keel work. > >(No charge for the poetry.) > > > That was keally good! >I'm having some trouble understanding CVS in Eclipse (I've only used >commandline CVS in the past.). Why are only a subset of the many Keel >CVS modules importable into Eclipse as Java perspective projects? How >do you update the others -- must you check them out again, from the CVS >perspective? How do you deal with the ones that don't have .project and >.classpath files? They can't be imported as Java projects, so how do >you get Eclipse to recognize their existence? > > > The modules in CVS may be in various stages in development, and may or may not be worth your time. If you are just going to kick the tires, then stick to the "all" or "default" aliases that you should see under "HEAD" for the Keel repo in Eclipse (or any CVS client). If you need some of the latest modules that aren't included in "all", then get just those from CVS individually. Which are the modules that aren't coming up as Java projects? Which ones don't have .classpath/.project? They all should. Let us know. If they don't, they are probably very experimental and not worth your time messing with until the committer spends some time cleaning it up. The way I update is I select all the projects (or a subset) in the Java perspective's Package Explorer view. Then right-click, Team->Synchronize with repo. Give it a bit of time, all the changed files in the repo as well as local changes will show up in the Synchronize view (make sure both outgoing and incoming are selected for display), Then you can choose to update by selecting all of the nodes or a subset. Shash >The real problem I'm having is that I can't do a synchronize with CVS >that includes the modules that are not imported. Is there a way to do >an update on all of Keel at once? Synchronize works on all the projects >I was able to import into Eclipse, but anything that is not a project >must be updated manually and individually. > >Thanks, >Lee Grey >SunTrust Banks, Inc. > >_______________________________________________ >User mailing list >[email protected] >http://lists.keelframework.org/listinfo.cgi/user-keelframework.org > >