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

RE: possible to 'share' or 'link' to common directories?

From: Tom <Tom_at_RSDN.ru>
Date: 2006-07-11 17:19:11 CEST

Yes, its possible, see svn::externals

 

  _____

From: Glenn Carr [mailto:GCarr@ConnectShip.com]
Sent: Tuesday, July 11, 2006 6:15 PM
To: users@tortoisesvn.tigris.org
Subject: possible to 'share' or 'link' to common directories?

 

Is there any way to share or link a svn-controlled directory so that it is
'commit-able' from two different roots?

 

E.g.,

 

\common

\a

\b

 

Directories \a and \b both have code that depends on code in \common. There
are often changes made to both \a and \common and both \b and \common. I
would like to have a link under \a and \b that is in actuality \common:

 

\common

\a\common(link)

\b\common(link)

 

It is possible to create Unix-like 'links' under Windows 2000/XP using the
LINKD command. I've tried to do just that. The link shows up under source
control, but a commit from an upper level directory doesn't find the
sub-directory link.

 

Is there anything built in to SVN to allow something like this?
Received on Tue Jul 11 17:20:22 2006

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.