On 1/4/2010 7:20 PM, Rolf Marsh wrote:
Hello... I have two projects in Subversion. I am trying, in Visual
Studio 2008 Pro, to share some of the .cs files in Project 'A' with a
new project ('B') I am writing.
I know how to share .cs files from within VS, but how to I get them out
of the repository?
Unlike VSS / SourceOffSite, SVN doesn't (currently... with no plans to
change) support the sharing of individual files, instead it likes to
work on a folder (project) level.
So if you can put the resources to be shared in a sub-folder of your VS
project, you can then use svn:externals to share them to another folder
as a sub-folder.
http://svnbook.red-bean.com/en/1.5/svn.advanced.externals.html