I am uploading my visual studio solution to subversion. in my visual studion solution I have filters under which I have kept different files of the project so that it is easier for me to manage. after upload to subversion, I download the files to a different machine. when I open up the solution in the diffeerent machine I observe the the filtering information is gone and it gets kind of unmanagable.
My question is what file/files am I possible not uploading to subversion which contains the filtering information?
VS2012 I check in to SVN only the
.slnfile, the.vcxprojfile, and the.filtersfile (assuming one project in the solution). I can check it out on any machine and it loads fine.