Read symbolic links correctly.
commit4c4a6cf1dd9075859f59713bda04b2568ae7e115
authorAnders Kaseorg <andersk@MIT.EDU>
Sun, 28 Dec 2008 20:27:47 +0000 (28 15:27 -0500)
committerThiago Macieira <thiago@kde.org>
Thu, 8 Jan 2009 15:58:07 +0000 (8 16:58 +0100)
tree9289e3a3a15ac459a07b4bff06f7827400f84472
parentb9ea350139b68667f97e0e7f51af862f22dba6d6
Read symbolic links correctly.

---1257098496-2120511158-1230496052=:2755Symlinks are described in Subversion by a file with propertysvn:special set to “*”, with contents “link <target of symlink>”.  We
need to strip off the “link ” when exporting to Git.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Signed-off-by: Thiago Macieira <thiago@kde.org>
src/svn.cpp