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.

Last modified on Oct 25, 2018

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.