Question

I have setup my project in SVN to use an external library. When I want to push some modifications to the live server I do a diff between versions and copy only the changed files. My problem is that the diff does not check the external modifications also, it just returns the project modifications.

What is your strategy to deploy modifications for projects with external code.

Was it helpful?

Solution

We use a build tool (Maven) for checking and updating the dependencies. Those are configured in build-scripts and stay on some server from where they are downloaded accoding to the config-files.

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