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

RE: Export only modified files

From: Tom McMillen <thomas.mcmillen_at_mppglobal.com>
Date: 2005-05-18 13:08:41 CEST

-----Original Message-----
From: Stephane Bortzmeyer [mailto:bortzmeyer@nic.fr]
Sent: 18 May 2005 11:41
To: Andy Jarrett
Cc: users@subversion.tigris.org
Subject: Re: Export only modified files

On Wed, May 18, 2005 at 10:45:54AM +0100,
 Andy Jarrett <andy.jarrett@gmail.com> wrote
 a message of 13 lines which said:

> Im using SVN for my web projects and want to know if there is a way
> to only export modified files and their directory structure instead
> of exporting the whole site (folder) for upload.

I suggest to use a script (written with one of the many bindings of
Subversion) which will display the names. Then your Makefile (or
whatever installation system you use) will use the output of the
script to call cp or install or whatever.
[TM]
similarly I have a batch script that runs on windows with unix utils installed that does something similar, taking the last commit and finding only the files that want deploying.. it may give you a start

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Received on Wed May 18 13:03:50 2005

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.