vote up 1 vote down star
1

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'

flag

1 Answer

vote up 2 vote down check

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.

link|flag
I did delete something earlier that was previously in the place I'm tring to symlink to but I committed my change before trying to add the symlink to subversion. – vise Sep 25 at 17:15
"and the parent update". Maybe you need to svn update for whatever reason? – hacker Sep 25 at 17:19
Thanks! I needed to run svn up as well. – vise Sep 25 at 17:26
I've edited the update step into my answer for future sufferers. – hacker Sep 25 at 17:29

Your Answer

Get an OpenID
or

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