Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does "replacing" mean in Tortoise SVN changelog?

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"?

like image 403
sharptooth Avatar asked Jan 11 '11 10:01

sharptooth


1 Answers

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. 
like image 70
Raghuram Avatar answered Sep 27 '22 20:09

Raghuram