On Fri, Apr 26, 2013 at 12:32 PM, Maureen Barger wrote:
> ..." or
> perhaps just track the svn revision numbers when you deploy so you can
> find the differences for subsequent updates."
>
> This is actually where I was headed but I am unsure how to do this
> exactly. In theory I can compare diffe
..." or
perhaps just track the svn revision numbers when you deploy so you can
find the differences for subsequent updates."
This is actually where I was headed but I am unsure how to do this
exactly. In theory I can compare differences between revision 100 and
revision 102, and loop through the n
On Fri, Apr 26, 2013 at 11:53 AM, Maureen Barger wrote:
> They are in SVN. I am trying to figure out the best way to leverage
> svn and jenkins to get the files. Liquibase really didn't fit our
> needs at the time we worked with it.
Jenkins should show you a list of changes between builds, but I
They are in SVN. I am trying to figure out the best way to leverage
svn and jenkins to get the files. Liquibase really didn't fit our
needs at the time we worked with it.
On Fri, Apr 26, 2013 at 11:59 AM, Les Mikesell wrote:
> On Fri, Apr 26, 2013 at 5:43 AM, Maureen Barger wrote:
>> Hi all- I
On Fri, Apr 26, 2013 at 5:43 AM, Maureen Barger wrote:
> Hi all- I am struggling with this task and am hoping you can help.
> I need to compile a list of changed files since last build in Jenkins.
Where are these files? Aren't your changes already managed by a
version control system (subversion,
Hi all- I am struggling with this task and am hoping you can help.
I need to compile a list of changed files since last build in Jenkins.
In this case, we check SQL files into a repo and I need to pull them
out to include in the release package and also apply to the QA
environments when the code is