On 15.10.2016 17:06, Jérémie Courrèges-Anglas wrote: > You asked for the output of `cvs -fnq update', but in my tests the > actual command that is run seems to be `cvs -fnq update ./'. Could you both please try the attached modified patch. It removes the vc-expand-dirs call from vc-cvs-dir-status-files (its return value was unused anyway), and passes FILES unmodified to vc-cvs-command. We can be fairly sure that DIR is default-directory, so passing it in explicitly is unnecessary. Whenever that ceases to be the case, we'll have to update other backends as well.