On Fri, Apr 26, 2013 at 12:32 PM, Maureen Barger <mobar...@gmail.com> 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 differences between revision 100 and
> revision 102, and loop through the new files and apply them, but in
> practice I am not exactly sure how to implement.

I don't really understand what you want to do.  'svn log -r100:50
--verbose' will show everything that changed between revisions 50 and
100 under the path you are looking at, and adding --xml might make it
easier for a program to parse.  But you might get more detailed
answers on the subversion list.

--
   Les Mikesell
    lesmikes...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to