Return to Snippet

Revision: 27637
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