On Jan 25, 2005, at 11:51 PM, Alexander Leschinsky wrote:
> Hello,
>
> Probably easy question, but even after RTFM I couldn't find answer
>
> "How to get list of files, which was changed (in repo or WC) between
> revisions A and B (B - mostly HEAD)?"
Try:
svn log --quiet --verbose --revision A:B
That will give you all the files that have changed in each revision.
You may need to do some processing to filter out multiples if files
have been changed in more than one revision, though.
Off the top of my head, I can't think of any command that will give you
a condensed list of files that have changed in a range of revisions
with multiples already removed. Of course, it's still early here, and
I haven't had any coffee yet, so I may be forgetting something.
Hope that helps,
-Bill Nagel
>
> I want sync some remote locations with some state of repository files,
> but don't want copy all files, because only rather small subset was
> changed after last sync
>
> --
> Best regards,
> Alexander Leschinsky
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 26 15:51:47 2005