Let's say I follow these steps in svn:
rev 1: create a file called 'foo' rev 2: delete 'foo' rev 3: create a new file called 'foo'
If I want to see the contents of the first β foo β using svn, I will need to use the peg revision syntax β svn cat foo@1 β, since the traditional syntax β svn cat -r 1 foo β will not be executed. I read that git tracks content, not files, does this mean that there is no need for something like a revision of the binding?
Ravi
source share