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
Post a Comment