RE: What version is my repository?
From: <omar_zakaria_at_agilent.com>
Date: Wed, 10 Dec 2008 16:38:39 -0700
> -----Original Message-----
Hrm. If you have access to the repository itself, you could try:
'cat repostory.svn/db/format'
Where 'repository.svn' is the actual directory containing the hooks, conf, etc. directories. That'll tell you which database version your repository is using: 2 means Subversion 1.4's format and 3 means Subversion 1.5's format. I'm assuming you just want a way to check which repository is using which db format, so this'll probably be good enough for what you're looking for; the release number (the third number in the version string) doesn't affect the database format at all.
Hope that helps.
-- Omar ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=982605 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].Received on 2008-12-11 00:39:38 CET |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.