I backup a directory with svn. Some of these files are symlinks whose origins are not in the repository. I had no problem adding the symlinks to the repository when it was created. However, when the origins change, the symlinks are not collected in the next svn commit.
My present solution is to manually adjust a properly as suggested in this question. Is there a more elegant solution?