[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Supporting non-XML-safe pathnames

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-11-25 14:19:53 CET

On Nov 25, 2004, at 3:59 AM, Ben Sewell wrote:

> For example, a repository which must work with Windows-y file
> systems would ban symlinks

Just an aside here: you're the 2nd person to mistakenly assume that
the repository is actually storing symlinks. When an svn 1.1 client
puts a symlink under version control, it actually 'de-translates' it
into a file, and stores the file in the repository. During a checkout
or update, a different client would receive the file and 'translate' it
back into a symlink, IFF ./configure has detected HAS_SYMLINK. So it's
the client -- not the server -- that determines whether its host OS can
create symlinks or not. If not, you just end up with a funny-looking
file in your working copy. That's what win32 people currently see.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 25 14:22:19 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.