How to find my Subversion server version number?

前端 未结 15 1807
北荒
北荒 2020-11-28 18:23

I want to know if my server is running Subversion 1.5.

How can I find that out?

Also would be nice to know my SVN client version number. svn help

15条回答
  •  南方客
    南方客 (楼主)
    2020-11-28 18:50

    One more option: If you have Firefox (I am using 14.0.1) and a SVN web interface:

    • Open Tools->Web Developer->Web Console on a repo page
    • Refresh page
    • Click on the GET line
    • Look in the Response Headers section at the Server: line

    There should be an "SVN/1.7.4" string or similar there. Again, this will probably only work if you have "ServerTokens Full" as mentioned above.

提交回复
热议问题