[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-06 19:47:38 CET

Vincent Lefevre <vincent+svn@vinc17.org> writes:

> If you have only one .svn directory, you can't do a svn up. What
> you need is probably something like rsync or unison.

What probably would be nice is a 'svn export' command that would only
export files that have changed since a certain revision. That would
be basically equivalent to 'rsync -avc --delete' but exporting
directly from the repository.

Than it would be easy to write a wrapper around it that stores the
actual revision number somewhere after a successfull export.

This would be very usefull everywhere where a large amount of data is
exported regularly. There a full export just because one file has
changed is a waste of resources and you might not want to keep all the
svn meta data araound.

Matthias

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 6 20:23:43 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.