I have modified and edited some project files in a folder targeted at a windows 32 build and made the project build for a different target. I then copied that folder and renamed it, but I would like the files in the depo to not suffer any modifications for the windows 32 folder.
How can I discard the changes made to the windows 32 folder and substitute the files with the working, depo version?
From the command line, the following should work:
I usually remove the directory (hence the
rd) to catch any files that were mistaken added to the source directory but not the repo. Therevertis not necessary unless there are files in edit mode in the windows subdirectory. I usually revert everything just to be safe. If you get an errors on thesync windows32/...#noneline, then try replacing#nonewith#0instead.