I am using Tortoise SVN and Visual SVN Server.
Here is how I am using SVN:
- Export Code from Windows7 System and then Copy all code Files to my Fedora System
- Make required changes.
- Then I Checkout on Windows7 System.
- Then Copy All code files from Fedora System to windows7 system.
- Then paste in Folder where I checked out.
At this point when I check for modified files. SVN shows me all files as modified, even though they are not modified by me.
Also when I diff unmodified files by me no change is shown, but svn shows that file with red icon.
Could someone please explain the solution this issue?
Note: On Fedora System I am using QT Creator to edit code files. This issue observed with .txt, .cpp, .c files only not with qt ui files.