[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: Kevin Blaisdell <blaisdellk_at_yahoo.com>
Date: 2003-05-09 19:48:22 CEST

Correct, I was thinking of getting only files changed
since a particular revision. I was thinking about it
for more of a distribution perspective. update and
diff are great for development work, but I was just
looking for an easy way to be able to pull changed
files so they could be packaged up and sent of to
users.

More specifically I was thinking of the case of a
large web app. Say 5 pages were changed by developers
and now this update needs to be placed on test servers
by admins. You would just quickly pull the changes,
package them, and let the admins drop it on their
existing installation. I realize that maybe this is
something that really falls outside the job svn is
trying to solve and should be handled externally. I
just saw the export range in the help and got excited
that I could take a shortcut :)

BTW... Subversion is great and I really hope that I
get up to speed between my normal work so that I can
contribute in someway, however small. My only
accomplishment so far has been evangelism.

--- kfogel@collab.net wrote:
> 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.

__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com

---------------------------------------------------------------------
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:49:11 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.