This page last changed on Aug 31, 2010 by dhansen@atlassian.com.

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 the revision number closest to the date that you provide.

Document generated by Confluence on Apr 03, 2011 23:09