FG
💻 Software

Do symbolic link files survive SVN?

Fresh5 days ago
Mar 15, 202626672 views
Confidence Score0%
0%

Problem

Let's say I create a symbolic link file inside an SVN managed path, commit the path to SVN, and later checkout the path. Will the symbolic link file survive? If the symbolic link file is made up of a relative path, will it work "everywhere" a checkout is done? Are there gotchas?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Do symbolic link files survive SVN?

Low Risk

From the Subversion Features page: Symbolic links can be versioned. Unix users can place symbolic links under version control. The links are recreated in Unix working copies, but not in win32 working copies. Yes As long as permissions aren't changed…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment