Top "Svn-externals" questions

svn:externals allow a part of an external Subversion repository to be checked out within another working copy, by setting the svn:externals property on a directory in that working copy.

git & svn externals - a final solution yet?

this is the workflow I currently use for my svn projects (I never use svn branches, and some projects are …

git svn workflow svn-externals
Can I emulate svn:externals using mercurial?

We are considering a move from SVN to Mercurial, and have encountered a stumbling block. We currently use svn:externals …

svn mercurial svn-externals externals
How to use subversion's propset against a URL?

Is it possible to manipulate a subversion property such as svn:externals via a URL only? (i.e. without having …

svn svn-externals svn-propset
git svn - clone repo with all externals

I want to use git to clone a svn repository, but unfortunately, where svn checkout gets the repo with all …

git svn git-svn svn-externals
SVN: Update working copy to exclude externals with TortoiseSVN?

Is there a way to update a working copy to exclude externals with TortoiseSVN? I have a working copy that …

svn tortoisesvn svn-externals
Setting Up SVN:Externals with TortoiseSVN in Windows

I'm trying to set up svn:externals with TortoiseSVN on a Windows machine. I have two projects and both repositories …

svn tortoisesvn svn-externals
How to have TortoiseSVN always freeze svn:externals for tags

Is this possible with tortoiseSVN?: Always freeze svn:externals for tags the scenario is our trunk will always use the …

svn tortoisesvn svn-externals
Is it normal that SVN external files are not committed?

I'm fairly new to Subversion and recently learned how to automatically import files which belong to other repositories using svn:…

svn tortoisesvn svn-externals
Why are git submodules incompatible with svn externals?

There are lots of webpages out there suggesting hackish ways to make svn externals look like git submodules. I have …

svn git git-svn git-submodules svn-externals