Question

When I do an svn update, it reloads all the externals, even though I've given them all an explicit revision in svn:externals, and I haven't modified this property or the files in question.

Is there a way to stop this from happening?

Was it helpful?

Solution

Should be quite simply:

svn update --ignore-externals

svn help update has additional information on other parameters.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top