views:

64

answers:

2

Although a subversion repository is like a time machine where nothing is ever deleted. i still find myself reluctant to totally 'svn delete' things from my codebase if i think i might want to search for it at a later date.

So, i will feel freer if i could have some way of keeping a local-copy index of the keywords and phrases in the repository. So if i search for, say "ImportantDepracatedClass" then i could see results of what is in my code base and also what used to be in my code base.

Is there some way of doing this?

I use SVN Tortoise

+1  A: 

This may (or may not) be of help to you: svnquery

Dingo
yes thats along the right lines
JW
A: 

You can use Svn Manager for Windows.

Harun Akar
Thanks for that. I will investigate into it.
JW