1

I am using winCVS and I want to access the log file for commits in a repository so That I can search for a certain comment but i cant find the log file anywhere.

Where is it stored?

124697
  • 22,097
  • 68
  • 188
  • 315

1 Answers1

-1

You could also use the cvs command directly, as in this answer:

cvs log -r BRANCHNAME | grep acomment

(you have grep command on Windows through Gow Gnu On Windows)

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250