I saw that in Joomla every time they release a new update. it only contain the file that have been change from the last release with the same directory structure.
So I have a SVN server. And I have modified something in the SVN and now I want to create the update path like Joomla how can I do that?
Thanks, for Your Answer!!!
Using TortoiseSVN in Windows you can follow these steps (copy&pasted from this source):
For use in Linux I have found a script creating the whole directory structure based on the output of this line:
The script can be found here.