Subversion Differential Export - Visual SVN


/ Published in: SVN
Save to your folder(s)



Copy this code and paste it in your HTML
  1. 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

URL: http://stackoverflow.com/questions/446518/using-svn-post-commit-hook-to-update-only-files-that-have-been-commited

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.