Once in a while I see that a file is listed in a commit in Tortose SVN changelog and the "action" column reads "replacing".

What does that mean? How is that different from "modified"?

link|improve this question

76% accept rate
feedback

1 Answer

up vote 10 down vote accepted

From the svnbook, replacing is different from modified in the following way.

Item has been replaced in your working copy. This means the file was scheduled 
for deletion, and then a new file with the same name was scheduled for addition 
in its place.
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.