> -----Original Message-----
> From: Mark Phippard [mailto:markp@softlanding.com]
> Sent: Wednesday, August 23, 2006 4:19 PM
> To: Eric Lemes
> Cc: users@subversion.tigris.org
> Subject: Re: svn:internals"?
>
>
> "Eric Lemes" <ericlemes@gmail.com> wrote on 08/23/2006 04:15:27 PM:
>
> > ext/prd => link to /module1/branches/1.0 and /module2/branches/1.1
> > ext/prd => link to /module1/trunk and /module2/trunk
> >
> > Is there any way to do this?
>
> You can do it with svn:externals. I'd guess most people use
> the feature
> for just this purpose. There has been talk of creating an
> svn:internals
> property some day. Since it would know the paths were in the same
> repository, there are a few things it could potentially
> handle better than
> the current svn:externals solution. That being said,
> svn:externals works
> pretty well.
>
Bah-humbug on an 'svn:internals' and svn:externals in general. Working
symlinks are much more elegant. (Yes, I'm a former ClearCase junkie.)
>svn ln -s svn://server/other_repos/trunk logging
>svn ln -s /tags/utils.1.0.0/utils.jar utils.jar
>svn ln -s ../dist/widget-1.2.3b1234.jar widget.jar
>svn ls logging utils.jar widget.jar
logging -> svn://server/other_repos/tags/logging.1.0.0
utils.jar -> /tags/utils.1.0.0/utils.jar
widget.jar -> ../dist/widget-1.2.3b1234.jar
*****
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. 163
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 23 23:05:19 2006