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

How do I obtain a list of modified, added, or deleted files?

From: Stephan Hoffmann <shh_at_twmi.rr.com>
Date: Mon, 23 Jun 2008 20:37:01 -0400

Hi,

Is there a simple way to get the differences between two revisions without
getting the details of what changed in modified files?

If I do
svn diff TARGET TARGET_at_593

I get the differences between the head revision and revision 593 of TARGET,
including all the changes within a file.
All I want is a list of added, deleted, or modified files.
I can of course extract this information from the complete change list, but
that's an additional step I don't want to perform, not to mention that the
diff takes a LOT of time.

I want to use this to update my webserver. Maybe there is a better way?
Here is what I do: I have all my web pages in Subversion. I used to host
my web pages on an old Linux machine of mine, which happened to be my
Subversion server as well. So updating my web server after committing
my changes to the repository was as simple as typing "svn update".

Now my web pages are hosted by a web hosting company. Getting
the files there initially was simple, I exported from the repository
and then copied all the files via ftp.

But when I change something now, I have to remember which files I changed
or added (or deleted, far less frequent).

Any hints appreciated.

Thanks, Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-24 02:55:47 CEST

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.