You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by fida aljounaidi <fi...@gmail.com> on 2009/08/17 14:21:48 UTC

Checkout of files modified between 2 revisions

Hi

Is it possible to checkout only files or directories modified between 2
revisions?

Thanks a lot

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2384375

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: Checkout of files modified between 2 revisions

Posted by Andy Levy <an...@gmail.com>.
On Mon, Aug 17, 2009 at 10:21, fida aljounaidi<fi...@gmail.com> wrote:
> Hi
>
> Is it possible to checkout only files or directories modified between 2
> revisions?

Directly no, but it can be scripted. svn diff --summarize -r REV1:REV2
will tell you all the paths that were changed in that range.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2384390

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].