Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Subversion conflict with a deleted file

I have a file that I have removed from subversion, however in the mean time someone else has updated this file and it now is in conflict.

I have spoken to them and we are agreed that it should be deleted. Any ideas how we can stop it being in conflict?

like image 806
Jim Jeffries Avatar asked Nov 28 '22 19:11

Jim Jeffries


2 Answers

You can use the svn resolved command to remove the conflict state and commit again.

like image 182
Daniel Egeberg Avatar answered Dec 09 '22 09:12

Daniel Egeberg


You can use the "check for modifications" command to get a list of changed files. There you can revert the conflicted file. This works in the commit dialog too.

like image 21
Rudi Avatar answered Dec 09 '22 08:12

Rudi