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

Re: Making a copy that follows?

From: Blair Zajac <blair_at_orcaware.com>
Date: 2006-08-28 08:19:01 CEST

Hadmut Danisch wrote:
> Hi,
>
> when I copy a file or directory from A to B with svn copy,
> then changes to A do not apply to B, it is like a branch.
>
>
> Is there any way to have files or directories appear at several
> locations in the repository tree and to have changes applied to all
> locations at the same time?
>
> (symbolic links don't do the task, since I look for something that
> still works when checking out one subtree only...)

If you need to have the same directory be checked out at different locations in
your checkouts, say you have a common library shared by multiple projects, then
look at the svn:externals feature.

See

http://svnbook.red-bean.com/en/1.2/svn.advanced.externals.html

You can't use svn:externals for files.

Regards,
Blair

-- 
Blair Zajac, Ph.D.
<blair@orcaware.com>
Subversion training, consulting and support
http://www.orcaware.com/svn/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 28 08:20:28 2006

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.