1

Analogous to this question about git, when I make changes to a file versioned by a CVS repository, how can I commit only some of the changes?

I can run cvs diff > patch.diff, edit the file patch.diff then commit the diff, but is there any command in CVS that can do this like the command git add --patch?

Community
  • 1
  • 1
Gabriel Diego
  • 830
  • 1
  • 7
  • 21

1 Answers1

3

No, I'm afraid there is no way to do this.

Mort
  • 3,170
  • 1
  • 24
  • 38