I am offline (well, more precisely, my svn repository is not available right now), but I have a full working copy on which I, well, work :-)
Now I need to know the version number of the file. How to check the version number of a specific file (which, by the way, does not have the svn:keywords
property) while offline?
I usually check them with svn ls -v
or svn log | head
svn log | head
or svn blame
(of course, they give more than I'm looking for now).
version-control svn revision
Davide
source share