views:

1340

answers:

2

I'm looking for a succinct and well-written tutorial on using svn:externals.

I already know how to use them in a basic way myself, but I want a good article that I can link to when answering questions like this one that come up recently:

http://stackoverflow.com/questions/662898/what-to-do-with-multiple-projects-depend-on-the-same-source/662905

I'd do it myself, but I don't use them often enough to want to stick my neck out and write a tutorial on it. Google was surprisingly unhelpful with this topic.

+3  A: 

I wrote a tutorial and put it on my site, because this is a much asked question. Also, I always forget how to do this, and I need to look it up all the time.

Shared Repositories using SVN Externals

hectorsosajr