On Thu, Apr 16, 2009 at 2:31 PM, David Gerard <dgerard@xxxxxxxxx> wrote: > 2009/4/16 vipuls <wineforum-user@xxxxxxxxxx>: > >> WinCVS does not work properly with Wine post 1.1.17. (Ubuntu Jaunty) >> For some reason, a fresh checkout of a repository shows files as "modified" even though they have just been checked out. >> I reverted back to 1.1.17 and things are back to normal. I am not sure how to file this so I am posting here. > > > If you're able to use CVS, you should be able to use git :-) A > regression test is the way to pinpoint just what broke it for a bug > report: > > http://wiki.winehq.org/RegressionTesting > > This will allow you to zero in on the precise commit that broke WinCVS on Wine. > > > - d. > > As a guess, I'd say it's the UnixFS patch again. In git, try: $ git show 8044c11ecfca09e2b643feccb95a4d8f645ba656 | patch -p1 -R $ make and see if it works -- -Austin