subversion update does not replace my local changes with the latest file
I am working on a PHP project in Netbeans, using subversion for version control. I have made local changes to a file and saved without committing. My coworker made changes and commitments to the file later today. When I update the file, it leaves my current file intact, but when I go to history it shows the latest version of the file-- my coworker's edits-- and I can diff to it and see many changes.
Почему обновление не полностью заменило локальные изменения, которые я сделал? Я что-то упустил, или это поведение по умолчанию Subversion? Если бы я запустил обновление, я бы ожидал получить обновленный файл, а не файл, содержащий мои незафиксированные изменения.
Я новичок в Subversion, спасибо за помощь.
1 ответ
Вы должны указать Subversion перезаписать ваши локальные изменения. Перезаписать и обновить в Eclipse.