Posted by Marcelo on Sabadini
02/06/2010
Shell Script - Generator update packages
Hello guys.
Today I will show how to script that reads an update from SVN and creates a zipped package with only the files that have changed from one revision to another. For this we use Shell Script. Yes! if you run Windows will run out this mamata !!!!!
First I would like to say that I'm no expert in Shell Script, much less Linux. I'm just a guy who loves and seeks to use them in day-to-day to make facilities, productivity and fun.
For the reason described in the previous paragraph, this script could be improved greatly. But answer me perfectly and made me reduce the time to update my environment just 20 minutes to 3 ![]()
So let's go!
It would be nice to know you a little of the topics below to be able to follow the reasoning:
- Linux (for our scritp only runs on it);
- Do some things in line comanto (because it is more elegant);
- SVN on the command line (in order to understand the script better);


