[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: update changes only

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-02-03 20:40:06 CET

On Feb 3, 2005, at 12:54 PM, Jürgen Riemer wrote:

> situation: I have a repository but no working copy.
> now I would like to extract only files that were added between two
> revisions into a directory.
> any idea how to do this
>

Run 'svn log -v -rX', and parse the list of changed files. Then run
'svn cat -rX file' on each file.

You can also pass an --xml option to the log command, if you prefer to
parse xml.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 3 20:43:32 2005

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.