Question

I'm offline (well, to be exact my svn repository in unreachable right now), but I have a fully fledged working copy on which I am, well, working :-)

Now I need to know the revision number of a file. How can I check the revision number of a particular file (which by the way doesn't have the svn:keywords property) while being offline?

I usually check them with svn ls -v or svn log | head or svn blame (of course they give more than I'm looking for right now).

Was it helpful?

Solution

Use: svn info FILENAME

OTHER TIPS

You can also enter the folder .svn and check the file named entries, you'll see the revision number and the author

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top