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.

Unfixable mixed-revision working copy in SVN

I have a branch checkout that is clean (no modifications), but I cannot reintegrate the trunk back into my branch, …

svn merge svn-externals
Can we set a single file as external in Subversion?

Can we set a single file as external in Subversion?

file svn svn-externals
SVN externals repo "is already locked" on update

Basically I have to repo on the same server: svn://repo/foo -> checked out to d:\foo svn://…

svn tortoisesvn svn-externals
Are subversion externals an antipattern?

Subversion lets you embed working copies of other repositories using externals, allowing easy version control of third-party library software in …

svn version-control anti-patterns svn-externals
Update svn checkout to specific date including externals

I want to perform an svn update to a specific date, and I can do this with svn update -r {2010…

svn history svn-externals
Svn repository stopped working with svn+ssh (but works locally on the server)

I had an svn repository that I used to checkout with the svn+ssh protocol. It has some EXTERNALS in …

svn ssh svn-externals
A true, robust, git svn externals solution?

When you check out a git repository that contains svn externals, it will simply ignore them. What people have done …

git git-svn svn-externals
How to set a revision number for svn external?

So I have this file Mobile.framework and if I do a svn propedit i get svn propedit svn:externals …

svn svn-externals
How to update Subversion externals

We have several subversion repositories: one for common code and one for each top level project. The top level projects …

svn branch svn-externals
Reintegrate a branch with externals fails in SVN

What I am doing: Apply external properties to a folder in the trunk (both single file and folder external, externals …

svn merge svn-externals