Hi, On 7 Jan., 17:41, Barney <[email protected]> wrote: > Is it possible to export to just export the changed files between two > tags? no. This and a bit more is one of the most wanted features for versions (extended diff and merge support) I guess.
But terminal is your friend. You can only get a diff (shows you the differences for each changed file). with --summarize option you get the action (M odified D eleted A dded) and the path for the file. You can pipe this output into a textfile and further more you play around with awk for more processing. I guess, the TortoiseSVN guys do something similar. Hold the list (your export file), iterate, read the change action and use the URL to get the file. What do you have in mind? Normally, you don't need those files, because you can use the merge and have a dry-run option for it. ~ Markus > > Here is some documentation I found about how to do this with > TortoiseSVN: > > * open the repository browser, browse to tag1.0, right-click, > choose "mark for comparison" > * browse to tag1.1, right-click, choose "compare urls" > * in the file diff dialog, select all files/folders that changed > between the tags (Ctrl+A) > * right-click, choose "export to..." --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Versions" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/versions?hl=en -~----------~----~----~----~------~----~------~--~---
