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

Re: svn export and revision range

From: <kfogel_at_collab.net>
Date: 2003-05-09 18:54:01 CEST

Kevin Blaisdell <blaisdellk@yahoo.com> writes:
> This is very minor and I am guessing was never
> intended as a feature so it is therefore just
> something that needs to be cleaned up in the help text
> at some point. I just want quickly confirm this

Confirmed -- we should error if a revision range is given. Export
only takes one revision.

> and
> while I am at it ask a nieve/beginner question. If I
> wanted to just pull changed files from the repo what
> would be the best way to do it?

Run 'svn update' in your working copy.

Or you mean, run 'svn export' and get only files changed since a
certain date or revision? I don't think we have a way to do that.
You could run 'svn diff -rX:HEAD URL', where X is the revision in
question, but that's not quite the same as exporting the data.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 9 19:36:20 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.