Recently I’ve encountered a problem when deploying a web application using our CI environment. The probl… challange Sometimes the deployed website was not the latest version (with latest changes). I hope this blog post can save you some time, while figuring out what went wrong. A little background In this case, our CI environment is [...]
Posts Tagged ‘svn’
Challenges when deploying your webapp, with multiple dependencies using Continous Integration. (Jenkins)
Posted: December 17, 2011 in Continuous Integration, Web DevelopmentTags: continuous integration, deployment strategy, hudson, jenkins, svn, webapp, webservice
0
Applying a GIT patch on your local SVN repository
Posted: February 17, 2011 in programming, Version Control SystemTags: git, merging, patch, svn, tortoise
Recently someone is helping me out on my Dune II – The Maker project. He works with GIT, a version control system like SVN. I don’t care about the differences between them at this point, except for one difference: The patch files. So here is the situation: Someone works with GIT, makes some changes and [...]