Re: Equivalent to svn status ...
From: David Weintraub <qazwart_at_gmail.com>
Date: Thu, 31 Jul 2008 11:14:15 -0400
> I have several scenarios where I need to generate a text file
I'm not too sure why you need to do this. I need a similar diff
Getting a list of release tags is easy with the "svn ls" command. The
You might consider something similar for producing release notes. That
> However, I have several scenarios where I need to generate the same sort of
There's a MKS command called either dircmp or cmpdir which will do
Here's a better idea. Make a "staging area" branch. When software is
This also has several advantages: For example, if a particular release
If you decide to be really fancy, you could even put the "svn
-- David Weintraub qazwart_at_gmail.com On Thu, Jul 31, 2008 at 9:20 AM, Parrish, Ken <KParrish_at_gomez.com> wrote: > I am building a configuration management system using Subversion, Nant and > other tools. I have several scenarios where I need to generate a text file > which contains a list of the files which have been added, deleted or > modified in a directory. For directories that are under SCC, I use the > Subversion command 'svn status' immediately prior to a 'commit'. This > produces exactly the list that I need. Save it to a file and store it in > the repository and tag the revision. > > > > However, I have several scenarios where I need to generate the same sort of > list, but in stead of comparing a working directory to the repository, I > need to compare two working directories. One of these is a staging area and > is not a working Subversion directory. > > > > I have the MKS Korn shell installed on these servers and have experimented > with the various 'diff' commands. However, none seem to be able to generate > a simple list of the files and directories that are different, as is the > case for 'svn status'. > > > > Can anyone recommend a command line directory differencing tool that will > generate a simple list of the files that have been added, deleted and > modified for two directories? > > > > Thanks, > > > > Ken Parrish > > Gomez, Inc. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: users-help_at_subversion.tigris.orgReceived on 2008-07-31 17:14:40 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.