Can anyone explain why I am unable to retrieve the latest version of a file from CVS?
If I do cvs update -A CustomPackage.cs then cvs status CustomPackage.cs I get this: =================================================================== File: CustomPackage.cs Status: Up-to-date Working revision: 1.9 Repository revision: 1.9 /cvsacs/ACSINT-00003/APW/App_Code/Various/ CustomPackage.cs,v Expansion option: kv Commit Identifier: 147445b635483503 Sticky Tag: (none) Sticky Date: (none) Sticky Options: (none) Merge From: (none) i.e. I get version 1.9 (note: no sticky tag or date) However, cvs log CustomPackages.cs shows: RCS file: /cvsacs/ACSINT-00003/APW/App_Code/Various/CustomPackage.cs,v Working file: CustomPackage.cs head: 1.10 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 10; selected revisions: 10 description: i.e. version 1.10 is the head revision. A clean cvs checkout also returns version 1.9 Anyone have any thoughts? Thanks John _______________________________________________ info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
