Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
User Journal

Journal superflippy's Journal: Rolling Back to a Previous Version in CVS

I'm making a note of this so I'll remember how to do it next time:
  1. Select the file you want to roll back. Right-click, select "Graph selection" (or hit Ctrl+G)
  2. Right-click on revision you want to remove. Select "Admin options > Delete revisions"
  3. Click around to get out of graph view. You'll notice the file is still at the wrong version. Right-click on the file, select "Update," check "Get the clean copy," and it will revert back to the correct version.

I tried the command-line options I found via a Google search, but that just generated weird syntax errors in CVS. This way actually worked.

This discussion has been archived. No new comments can be posted.

Rolling Back to a Previous Version in CVS

Comments Filter:

It is easier to write an incorrect program than understand a correct one.

Working...