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

Re: Question regarding revisions

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-10-09 20:13:08 CEST

On Oct 9, 2006, at 12:47, Max Luebbe wrote:

> I am looking for a way to get a list of files in my repo that are not
> from the initial import - I want to update a project that is currently
> live with all the files that have been changed since we started this
> phase of development, without copying over all the originals that have
> not changed.
>
> I'm a competant programmer if I need to write a script or
> something, but
> I am looking for the best way to get all the files from a repo that
> are
> R2 or later.

The usual answer on this list to "how do I get just the changed files
out of Subversion?" is to either use rsync to synchronize your
development and production areas, or else make your production area a
Subversion working copy so that you can just "svn up" it.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 9 20:14:03 2006

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.