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.
>
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
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
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