You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jeff Lasslett <je...@datataker.com.au> on 2004/03/29 04:36:37 UTC

What's the SVN equivelant for MS VSS sharing

Greetings,
		
	MS visual sourcesafe allows you to share a file or directory
between 2 or more projects.  This means that if changes are made to a
shared file in one project, sourcesafe will propagate those changes
to the other projects that are sharing the file.

Does subversion have an equivalent feature to sourcesafe's "share"
feature?

If not, how would the effect be acheived with subversion?

Cheers,
	Jeff

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: What's the SVN equivelant for MS VSS sharing

Posted by Nuutti Kotivuori <na...@iki.fi>.
Jeff Lasslett wrote:
> Does subversion have an equivalent feature to sourcesafe's "share"
> feature?
>
> If not, how would the effect be acheived with subversion?

There is no exact equivalent, but svn:externals is close. Read the
grrrreat book for more brrrrain food. (svnbook.red-bean.com)

-- Naked

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: What's the SVN equivelant for MS VSS sharing

Posted by Ulrich Eckhardt <ec...@satorlaser.com>.
jalal wrote:
> On Mon 29 March 2004 06:36, Jeff Lasslett wrote:
> > Does subversion have an equivalent feature to sourcesafe's "share"
> > feature?
>
> check out the svn:externals feature, i think that will do exactly what you
> want.

With the exception that it only works on a per-directory base (atm?).

Uli


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: What's the SVN equivelant for MS VSS sharing

Posted by jalal <th...@fastmail.fm>.
On Mon 29 March 2004 06:36, Jeff Lasslett wrote:
> Greetings,
>
> 	MS visual sourcesafe allows you to share a file or directory
> between 2 or more projects.  This means that if changes are made to a
> shared file in one project, sourcesafe will propagate those changes
> to the other projects that are sharing the file.
>
> Does subversion have an equivalent feature to sourcesafe's "share"
> feature?
>
> If not, how would the effect be acheived with subversion?
>
> Cheers,
> 	Jeff
>

check out the svn:externals feature, i think that will do exactly what you 
want.

HTH
jalal

-- 

GPG fingerprint = 3D45 5509 D380 26A4 523E  A9D8 A66A 5F38 CA43 BB0E


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org