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

python - Does anyone know how to configure the hunpos wrapper class on nltk? -

mysql - How to insert just year and month into date field? -