Tweety touetoo <[EMAIL PROTECTED]> wrote: > I have a very strange problem at my work. I checked out a repository with > some files from my unix CVS server using eclipse client in windows.
I don't know anything about Eclipse, but... > After i > checkout the repository suddenly version of one file have changed from 1.2to > 1.3(i dint open the file). That happens when someone commits a new revision while you weren't looking. > Now i have to check in the repository to the > server but i don't know how to restore the version of the file that have > changed. In CVS terminology, you would "update" to get revision 1.3 . There are ways to put the repository back at revision 1.2, but that would mean undoing someone else's work. -- pa at panix dot com