We have several projects here that depend on a common "core" project. When I'm
making changes to that "core", I install them in my local repository so I can
test them in the dependent projects. However, when I'm done and commit them to
CVS (which then causes them to be deployed to our internal remote repository),
I want to stop using the copy in my local repository and return to pulling the
latest SNAPSHOT from the interanl repository.
Do I just need to delete the SNAPSHOT from my local repo? Is there another
way?
K.C.