SVN: Export only updated files between 2 revisions
Gentleman! No validation has been done, so be kind with your input.
Thanks ;)
1. Output of
"svn log -rM:N -v"
from your working directory. (M<N)
------------------------------------------------------------------------ r2 | palanirajaap | 2008-09-18 16:08:12 +0530 (Thu, 18 Sep 2008) | 3 lines Changed paths: M /lib/templates/admin/login.html A /www/admin/assets/images/supremeads.gif logo changed title and login changed ------------------------------------------------------------------------ r3 | palanirajaap | 2008-09-18 18:26:52 +0530 (Thu, 18 Sep 2008) | 1 line Changed paths: M /lib/templates/admin/login.html M /var/localhost.conf.php A /www/admin/assets/images/loginn.jpg D /www/admin/assets/images/loginn2.jpg A /www/admin/assets/images/logo.gif changes made in login, local config ------------------------------------------------------------------------
2. Path of your
svn working copy
.
3. Dry run. (ie., Don't export just print the messages)
4. The files exported will be placed in a folder called
"2bUploaded/"
in the current directory of the script.
View Source