views:

361

answers:

2

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

Edit

In the end i decided to use the sharing capabilities in visual studio. It works exactly like the share used to work in Visual Source safe. I.e. I only have to maintain 1 file and both are updated.

To do this you goto Add Existing Item >> Then CLick Add as Link from the top down bottom right.

+1  A: 

Perhaps these responses are useful: Sharing files in SVN

antispam
+5  A: 

SVN 1.6 has added support for single file externals

Phil Jenkins
Any idea's on how you actually use this new functionality?
CraftyFella