Revision: 27637
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at June 18, 2010 03:36 by supermauerbros
Initial Code
for /F "eol=¬ delims=¬" %%A in ('svnlook dirs-changed %1 -r %2') do svn export "file:///c:/Repositories/repo_folder/%%A" "c:/svn_exports/%%A" --force
Initial URL
http://stackoverflow.com/questions/446518/using-svn-post-commit-hook-to-update-only-files-that-have-been-commited
Initial Description
Initial Title
Subversion Differential Export - Visual SVN
Initial Tags
svn
Initial Language
SVN