I was searching for something that was very simple to do it, but I couldn't find anything!
Well, finally I created this simple command line solution:
$ svn status | cut -c9-99999 | cpio -pvdmu [path to copy]
How to use it
- Go to svn working directory
- Write and execute the comand
Warning
It does work before commit action only.
2 comments:
what about exporting all files (and directories!) that have changed from revision 10 to revision 99?
Try this: http://www.wandisco.com/svnforum/threads/31058-How-do-I-export-only-changed-files?s=d52d22d23a03c27d0f83c8932693bc34&p=115704&viewfull=1#post115704
Post a Comment