So I've been happily using subversion to regularly commit files in my stack of projects related to my massive Visual Studio solution.
I decide to do a svn export one day, and, decided I needed to see how my project was working back in October of 2008. So, I export to my local file system, revision 37.
When I go to compile the project, somehow there were 2 or 3 files that got overlooked way back in October. Let's say they didn't get committed until revsion 99, or better yet, they're still not committed at all.
Is there a way to tweak the commit number on a file, so that it gets matched up with the correct revision that you meant for it to have been? Thus, if I re-export revision 37, I'll get a correct and working solution in Visual Studio?