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

Re: how to make svn _follow_ symbolic links?_48428

From: Ignacio G. T. <igtorque_at_nucleocc.com>
Date: Thu, 23 Jul 2009 13:00:59 +0200

El 22 Jul 2009 a las 16:58, Misha Aizatulin escribió:

> Let me summarise a bit. I guess we are mainly discussing two questions:
>
> 1. Can link following be useful?
>
> 2. Can link following be dangerous?

[...]

> 3 candidate solutions might be considered:
> - use file links - this is very flexible and does not require any
> special setup. Also it doesn't change anything from the point of view of
> the other users, which for me is a very good thing (why should I bother
> them with my problems?)

[...]

> I'd say, the link following approach is the only one that solves the
> problem without introducing any extra inconvenience, so it is indeed useful.

I'd like to stress that this solution would be very useful also to
me (if I have understood it), but for a different secenario:

I have a project where the WC must be under two diferent,
completely disjoint, local trees, in order for the local compiler
tools to work properly.

The solution for me would be to have only one repository with a
structure like this:

/repo/project/tree/main
/repo/project/tree/auxiliar

such as when I pull from /repo/project/tree, main goes to
/localA/main

but auxiliar goes to
/localB/auxiliar

This could work with the following-link solution (I think) if I set up
a link like this:

/localA/auxiliar -> /localB/auxiliar

Besides, pushing changes from /localB/auxiliar would go to
/repo/project/tree/auxiliar

--
Ignacio G.T.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2374729
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-23 13:02:19 CEST

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.