On Tue, Aug 25, 2015 at 3:34 PM, sebb <seb...@gmail.com> wrote: > However there are areas of the build and testing that rely on being > able to access the revision number of a file. > That is impossible in Git as far as I know. >
Git has commit hashes. They play the same role as revision numbers in SVN One can checkout the whole commit or an individual file of any commit if needed. > Also Git does not support svn:eolstyle as far as I know. > This may cause problems with packaging as the EOL type is critical in > some files. > The line endings can be configured locally, or in .gitattributes file and checked in repository. Best regards, Andrey Ponomarev