svn - include externals in subversion diff -


I have set up my project in SVN to use an external library. When I want to push some modifications on the live server, then I differentiate between the versions and copy the converted files only. My problem is that the difference does not check external modifications, it just gives the project modifications.

What is your strategy to employ amendments for projects with an external code?

We use a build tool () to check and update dependencies. They are configured in build-script and remain on some servers, from which they are downloading encoding in config-files.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -