2

I just committed a bunch (well, 11) of files into our CVS repository with the wrong comment on them. Is there a way to UNDO this commit so that I can re-commit them with the correct comment?

Alternately, is there a way to forcibly re-commit without going back in and monkeying with each file so that IntelliJ sees the file as "changed"?

user1071914
  • 3,295
  • 11
  • 50
  • 76

1 Answers1

1

It looks like there is no easy way to roll this back except by using the command line client: How to revert to previous commit in CVS

There is no apparent way to do this in Intellij Idea.

Community
  • 1
  • 1
user1071914
  • 3,295
  • 11
  • 50
  • 76