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

Re: How does Subversion manage soft links? On Windows?

From: Noel Yap <noel.yap_at_gmail.com>
Date: 2005-11-28 20:09:36 CET

On 11/28/05, Matt England <mengland@mengland.net> wrote:
> Yes, for ldconfig-created symlinks (in at least Linux systems, but probably other Unix flavors) to shared objects (aka dynamic libraries, aka *.so files). Without these symlinks builds don't work.
>
> If I could find away around the linux/unix sym-links-required-for-systems-and-builds-to-work-with-shared-object madness, I'd be right with you and would want to do away with the sym links. Got any suggestions?

Are you not able to create these symlinks at build time prior to the
rest of the build?

> Alas, these (.so files) serve platform-dependent needs and as such are stored in platform-specific directories.

I see. What I've done in the past is to create the files under
something like `uname -s`/`uname -p`. Alternatively, if you have AFS
already in your infrastructure, it has a nifty @sys symlink which
points to a system-specific directory.

Noel

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 28 21:06:56 2005

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

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