How to get started with svn:externals?

Here are some sections about it in the svnbook / TortoiseSVN manual: This is the svnbook page on svn:externals. It is the most useful resource on the subject. This one explains four ways to include sub-projects in the workflow (and in the process misses a fifth one: symlinks). And this last one is a TortoiseSVN-specific page on how to … Read more

what is svn? and how to use it with project?

svn is short for subversion, which is a type of version control system. Version control is a huge topic — in a nutshell, these are just some of the benefits you get from using version control: Track changes to your code base (i.e. who changed what), and roll back to previous revisions Collaborate with your … Read more