How do I browse an old revision of a Subversion repository through the web view?

前端 未结 6 1350
既然无缘
既然无缘 2020-12-07 08:11

I know how to browse my project\'s Subversion repository through its web front-end, but it seems that I can only browse the latest revision of the trunk. Is there a way to b

6条回答
  •  感情败类
    2020-12-07 08:55

    Append something like this to your repository URL:

    !svn/bc//
    

    E.g.

    http://www.example.com/svnrepository/!svn/bc/3/
    

    Alternative

    From Bert Huijben's comment:

    If your repository is hosted using Subversion 1.6.0 or later, you can use example.com/svnrepository/?p=3 for the same result... This method /is/ documented. (?r= revision of the file, ?p= operational revision of the URL). See the subversion 1.6 release notes

提交回复
热议问题