Create a symbolic link to a file with mklink within your repository, for example: mklink /path/to/link /path/to/target
Export the the repository: svn export /path/to/repository /path/to/destination Edit the file /path/to/link, you will see a content similar to: link /path/to/target In other words, the symbolic link is not "expanded". Symbolic links to folders are exported correctly. -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/d985bd34-e95d-4cc9-82ab-8ac9511e36cfn%40googlegroups.com.
