tags:

views:

31

answers:

1

I'm using the svn:external to get projects like Nlog and Lucene.net. They don't have a vs2008 csproj file. I can create that one easely so I can add it to other projects. Is it now possible to add this 2008 project file to our internal source control?

A: 

In this regard, SVN works folder-based. If a folder is checked out as "external" to some working copy, you cannot add anything in there to the working copy itself.

sbi