RE: Verifying a file version
From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Thu, 14 Jan 2010 13:43:43 -0500
> Thanks Andy. We really want to work with a file version, or revision, as
Sure it exists... the file in rev65 is the same one as in rev64. I'm not sure why you wouldn't deploy using all the files in a specific rev?
One thing we do, which may be what you are looking for is put dependencies in the repository. So, in our lib folder we have version X of log4net.dll. This is allways used to build the deployment. If the devs decide to start using version x.1 they would update the binary in the lib folder.
> Kintana). In this scenario, File-1 revision 64 will be exported and
Subversion doesn't really work this way. You can basically ask for the file as it was in rev x. It may be the same in many revs of course.
> Can anyone suggest a command that will check the file version
You can use a tool like SubWCRev Program from the Tortoise project which will tag the header with the latest version that a file was modified in.
BOb
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.