Re: how to make svn _follow_ symbolic links?
From: David Weintraub <qazwart_at_gmail.com>
Date: Mon, 20 Jul 2009 10:54:53 -0400
Sounds like a job for "svn:externals"!
This is exactly what "svn:external" does. You can take a directory
svn://repos/framework/web/trunk
I want to include the web framework revision 1.0 in both my foo and
^/framework/web/tags/1.0 web-framework.
Now, when I do:
$ svn co svn://repos/projects/foo/trunk foo-trunk
I get a directory called web-framework that contains all of the files
If I do this:
$svn co svn://repos/projects/bar/trunk bar-trunk
I get the same set of web framework files as I got in foo.
Take a look at <http://svnbook.red-bean.com/en/1.5/svn.advanced.externals.html>.
A little hint though: Normally, when you do this, you want to depend
The reason is very simple: Let's say I create a release of foo REL-1.0
On Sun, Jul 19, 2009 at 3:57 PM, Misha Aizatulin<avatar_at_hot.ee> wrote:
-- David Weintraub qazwart_at_gmail.com ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2372612 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].Received on 2009-07-20 16:55:58 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.