Subversion (SVN) equivalant to Visual Source Safe (VSS) "Share"

Posted by CraftyFella on Stack Overflow See other posts from Stack Overflow or by CraftyFella
Published on 2009-10-07T09:52:13Z Indexed on 2010/05/23 3:50 UTC
Read the original article Hit count: 218

Filed under:
|
|

Hi,

I have a scenario in my project where I need to share a single file between multiple projects in the same solution. Back in my Visual Source Safe days (Shudder), I'd use the "Share" option to allow me to make changes to this file in any of the locations. Then once it was checked in I could guarantee that the other locations will get the update.

alt text

I'm trying to do this in Subversion but I can't seem to find the option anywhere. I do know about svn:externals however I'm only interested in sharing a single file between multiple locations.

Does anyone know how to do this in Subversion?

Thanks

© Stack Overflow or respective owner

Related posts about svn

Related posts about visual-sourcesafe