Re: Symbolic link between two paths INSIDE the repository
From: Talden <talden_at_gmail.com>
Date: 2007-07-21 14:04:04 CEST
My company has exactly that situation in their CVS repository (and no
Consider that if such a linking mechanism existed then checking out a
In my case, when moving Subversion I separated the shared code out
I considered merging back from the local copy of the code to the
How do others here deal with sharing content between multiple projects?
-- Talden On 7/21/07, Ryan Schmidt <subversion-2007b@ryandesign.com> wrote: > > On Jul 20, 2007, at 04:18, emerson cargnin wrote: > > > Is there a way to have the same file in the repository twice, I mean, > > been shared by two different projects in different paths of the > > repository. I know that svn can store sym links, but that's not what i > > need here. I need to share the same file from two different paths. it > > can be share the same file that both paths could change it or It could > > be that one path is the "owner" of the file and the other would be > > only read-only. thanks > > The only option other thn symlinks would be svn:externals, which is > documented here: > > http://svnbook.red-bean.com/en/1.2/svn.advanced.externals.html > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org > For additional commands, e-mail: users-help@subversion.tigris.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Sat Jul 21 14:03:22 2007 |
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.