How does SubGit handle symlinks

Hi,

We would like to use a symlink in our code. Ideally we would like to put the symlink into git and have it resolve to the file in the svn side.

Is this possible?

Steve

Hi Steve,

symlinks are supported, SVN symlinks (svn:special properties) are translated to Git symlinks, yet the properties translation requires the translate.otherProperties setting to be set to true.