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

Re: [rfc]Checkout without the .svn Directories

From: Matthias Julius <jnews_at_julius-net.net>
Date: 2004-12-08 18:11:26 CET

Niels Skou Olsen <nso@manbw.dk> writes:

> But diff/patch doesn't handle directory tree changes (add, remove, rename
> etc). So this method will never be able to truely keep an export up to
> date.

And, if something goes wrong it takes some effort to find out which
file is in which revision or you have to make a new clean export.

What I would like is something like 'svn export -r150:HEAD source
target' which would export files that have changed between revisions
150 and HEAD and also delete files that have been deleted from the
repository.

Another good reason for larger projects to avoid a full export is that
after the export make (or other tools) can not know what files have
changed and you have to rebuild the whole thing just because one
file has been modified.

Matthias

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Dec 8 19:10:49 2004

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.