Subversion (SVN) equivalant to Visual Source Safe (VSS) "Share"
- by CraftyFella
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.
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