• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Removing cvs control from an element in websphere application developer

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm relatively new to using Websphere app developer & CVS, but I'm trying to get an application which running on my work PC (where the code is under CVS version control) exported to my laptop.

The problem I'm having is that when I use WSAD on my laptop with the work machine's workspace, each team I right-click on an element (e.g. in j2ee navigator) I'm getting an error messages complaining that that the CVS repository for the element can't be found.

Basically, I'm looking for a way to remove any reference to CVS on the standalone (i.e. laptop) implementation...is there any way I can do this by editing the various CVS* config files in the workspace structure??

Thanking you....
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In Eclipse 3, in the context menu of a project you can find the entry "Team/Disconnect...", which removes the CVS information for the project. Perhaps you can find something similar in WSAD.

Hope this helps...
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WSAD 5 has the feature Ilja mentioned.
 
So I left, I came home, and I ate some pie. And then I read this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic