multiple revision locked then how i can unlock each version……sir first i create upto four version, then i want to modify the version like 1.3.after modify it bcome 1.3.1.1…….but when i modify the 1.1 it tell me multiple revision locked please specify them………………………..
When you checkout using co -l file-name. RCS locks the previous version and checks out the latest version. It seems you may have checked out a version , then without checking in this version you are trying to checkout another version or you have already checked out two versions.
Solution: Chech in the checked out version.