Originally posted by Jeanne Boyarsky:
Alex,
Yes it is possible. What do you have so far?
ok, thanks.
I will try be more specifics:
the problem is I need automate my release process, today I make the process by hand all weeek.
basically I have do at normal release:
1. update an central repository.
2. make svn export (exclude .svn files).
3. exclude some files(folder images), but I send all files...
4. zip the folder
5. send by ftp to server
6. in the server I unzip the file and replace the folder
now I would like automate this process.
I already create some tasks but I have some questions...
this some targets...
<!-- RELEASE TARGET -->
My problem is that I not understand how I can create zip file with the diff from last release.
someone have any idea ?
thanks a lot.