Hi, I'm kinda new to SVN plus I'm usually on a 1-2 man project so most of the time I'm the only one using it.
Here's the deal,
In my repository there are a total of 2 revisions of all of the src code. The src code are currently on revision 2 but one of my files fuzzed up so I reverted it to its revision 1 counterpart.
Now after a few hours of debugging and stuff that javafile works but I can't commit it, it says javafile is out of date, this is probably because I'm currently editing javafile.java revision 1 right?
So how do I resolve this? I know that one solution is to copy paste my javafile revision 1 code into its revision 2 counterpart and the committing, but is there any other way? am I using svn wrong?