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

RFC: "svn export -r X:Y" to update an existing export

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-11-07 21:42:04 CET

Sometimes people like to keep an up-to-date checkout of their
repository around for reference purposes. Such a checkout is never
modified and never has mixed revs. It also isn't precious; if it gets
corrupted due to an accidental modification or interrupted operation,
it can be tossed out and recreated at the expense of some time.

It might be nice if people could do this without paying the fairly
heavy space and time penalty associated with working copy
administrative files. My idea is to make "svn export -r X:Y" update a
presumed existing export at rX to match rY. It would be up to the
user to keep track of the rev the tree is currently at.

I suggested this on IRC and people were a little skeptical, though not
exactly against it. I thought I would propose it on the list, and
then file an enhancement issue if there is some support and no
objections.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Nov 7 21:42:20 2004

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.