In my current development environment, I have a "main" project in Eclipse that maps to a CVS repository. Within this main project, we might have branched projects, but they're not "projects" in terms of Eclipse, as they still reside within the main Eclipse project I'm developing.
About a month ago, we switched CVS servers. Now, I can't check out new branches into my existing Eclipse project. In the Eclipse dialog, I used to expect the "Parent of target folder" list to contain my main project (which I would navigate through to where the branched folder is located within that main project). However, I can still update/commit to CVS from the main project, so I think the connection was reconfigured fine when we switched CVS servers.
Any idea what might be causing this?
Sorry for not knowing the gritty details of CVS and probably getting some of the terminology incorrect.