The easiest way to verify is to run svn upgrade again. If it succeeds without an error it is at the last version.
If you want to look further you can check the format file in the root of the repository and with fsfs in its db subdirectory. For my just created 1.6 repository I see version 5 as first line of the format file in the root of the db and version 4 (and some sharding config options) in the format file of the subdirectory. Bert From: Kriparam Faraday [mailto:kripa...@gmail.com] Sent: vrijdag 27 augustus 2010 0:06 To: users@subversion.apache.org Subject: finding out the repository version I have upgraded a repository from 1.4 version to 1.6 version by running the "svnadmin upgrade" command. is there anyway to verify it? in other words, I just want to know if there is a way to find out the version of the repository. Thanks in advance.