Samba, SVN and symbolic links

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
^rooker
Site Admin
Posts: 1481
Joined: Fri Aug 29, 2003 8:39 pm

Samba, SVN and symbolic links

Post by ^rooker »

[PROBLEM]
Trying to checkout an SVN repository on GNU/Linux (Debian) onto a mounted Samba share.
The repository contains symbolic links, and commandline "svn" halts with the following message:
svn: Can't create symbolic link '/path/to/file/in_my_svn_checkout/folder.txt.tmp': Operation not supported
I would have expected SVN to complain, but continue checkout nevertheless.

I've found a mailing list entry that describes the problem:
SVN symbolic links and samba

"checkout --force" doesn't work :(


[SOLUTION]
Option #1:
Checkout the working copy locally on the GNU/Linux machine and then copy it over to the mounted Samba share.
Works, but I'd consider this a workaround.

Option #2:
Tell svn to continue nevertheless.
Unfortunately, I haven't yet found any way of doing so :/

to be continued...
Jumping out of an airplane is not a basic instinct. Neither is breathing underwater. But put the two together and you're traveling through space!
Post Reply