Configuring Start Revision based on date

For Subversion repositories Fisheye has the ability to configure a Start Revision parameter to allow you to only index content from a given point in your repository.Quite often users will find it helpful to index from a revision on a given date. For example, you may want to only index SVN data in the past year. To determine the revision based on date, you can use the following command:

svn log -r {YYYY-MM-DD}:HEAD <SVN_URL> -l 1

The output of this command will reveal the revision number closest to the date that you provide.

最終更新日: 2015 年 2 月 28 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.