Commit symlink into subversion

vise picture vise · Sep 25, 2009 · Viewed 30.2k times · Source

I'm tring to commit a symlink into subversion, but I get this error when I try to add the actual symlink:

Can't replace 'path/to/symlink' with a node of a differing type; the deletion must be committed and the parent updated before adding 'path/to/symlink'

Answer

Michael Krelin - hacker picture Michael Krelin - hacker · Sep 25, 2009

I read it as - you have to remove the file, commit, update, create symlink, add it, commit.

And my guess is that you're trying to remove the file, create symlink, commit in one go.