Re: Problem with first revision of file being checked in, then deployed

2010-09-21 Thread Ryan Schmidt
On Sep 21, 2010, at 14:08, David Bartmess wrote: > I'm automating the deployment of our software, and came across a problem. > > In order to only pull the files changed for a specific revision, I do a "diff > -r: --summarize". I then parse the output through sed to > get just the filename. >

Re: Problem with first revision of file being checked in, then deployed

2010-09-21 Thread David Bartmess
On 9/21/2010 1:22 PM, Bostjan Skufca wrote: For database up/downgrades you should look into dbdeploy. Also, my svn client (latest) nicely shows all files modified AND added. The letter M or A in front of filename signifies it. b. On 21 September 2010 21:08, David Bartmess wrote: I'm aut

Re: Problem with first revision of file being checked in, then deployed

2010-09-21 Thread Bostjan Skufca
For database up/downgrades you should look into dbdeploy. Also, my svn client (latest) nicely shows all files modified AND added. The letter M or A in front of filename signifies it. b. On 21 September 2010 21:08, David Bartmess wrote: >  I'm automating the deployment of our software, and cam

Problem with first revision of file being checked in, then deployed

2010-09-21 Thread David Bartmess
I'm automating the deployment of our software, and came across a problem. In order to only pull the files changed for a specific revision, I do a "diff -r: --summarize". I then parse the output through sed to get just the filename. All this works normally, but if the PriorRev of the file doe