after out switch from cvs to svn all old (not more improved) project where copied to a chaotic seperate lagacy svn… and hurray… i need to find some code in there… so how to search?
svn list -R https://subversion/repository | grep filename
but it takes for ever… so i used:
svn list -R file:///subversion/repository | tee svnlegacy.log
so i see, that it is still working… takes for ever… and if there is a typo in the file, i am looking for, i can search it much fuster in the logfile…
and yeah… still running 🙁