Index: /trunk/reviewboard/scmtools/cvs.py
===================================================================
--- /trunk/reviewboard/scmtools/cvs.py	(revision 1424)
+++ /trunk/reviewboard/scmtools/cvs.py	(working copy)
@@ -157,7 +157,7 @@
         if filename.endswith(",v"):
             filename = filename.rstrip(",v")
 
-        p = subprocess.Popen(['cvs', '-d', self.repository, 'checkout',
+        p = subprocess.Popen(['cvs', '-f', '-d', self.repository, 'checkout',
                               '-r', str(revision), '-p', filename],
                              stderr=subprocess.PIPE, stdout=subprocess.PIPE,
                              close_fds=True)
