[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: How do I share files?

From: Thomas Harold <thomas-lists_at_nybeta.com>
Date: Tue, 05 Jan 2010 09:53:20 -0500

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
Received on 2010-01-05 15:53:59 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.