Howdy, I want to use NAnt and I have access to the VSSGET command to get recursively all the files from the project. I can do this no problems. However some of the files might be checked out to ME, and I DON'T want to get latest on those files. I only want the latest files in the VSS database that are either not checked out, or only checked out to other users, not me. Obviously I want to hold on to my currently checked out file versions. Any ideas on how to do this with the existing NAnt (and contributed) stuff? Cheers, Steven