windows - How to export only last changes from SVN repository? -


i want export changes (files , folders - tree) between head , previous revisions using svn export command. possible? how under windows (command-line)?

svn diff -rprev:head --summarize 

will give list of files modified. should able iterate on list whatever scripting languages have available , create necessary directories followed svn cat commands contents of each file.

this quite easy in bash, maybe else can tell go here in windows.


Comments

Popular posts from this blog

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -

c++ - Warning : overflow in implicit constant conversion -