Re: How to export only files that changed
From: Nathan Kidd <nathan-svn_at_spicycrypto.ca>
Date: 2006-03-10 19:24:01 CET
Norbert Siebert wrote:
Something along the lines of:
for file in `svn log -r300 -v | sed s/^...[MA] //p`; do \
Of course you'd need to flesh it out to create destination directories,
-Nathan
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.