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.
0 comments:
Post a Comment