How to find my Subversion server version number?

前端 未结 15 1817
北荒
北荒 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 19:11

    To find the version of the subversion REPOSITORY you can:

    1. Look to the repository on the web and on the bottom of the page it will say something like:
      "Powered by Subversion version 1.5.2 (r32768)."
    2. From the command line:

    If not displayed, view source of the page

     
    

    Now for the subversion CLIENT:

    svn --version
    

    will suffice

提交回复
热议问题