Re: SVN Log
Jim Hague <[email protected]> Wed, 28 Feb 2007 22:31:55 +0000
| Newsgroups | gmane.comp.java.anthill |
|---|---|
| Message-ID | <[email protected]> |
On Tuesday 27 February 2007 17:33, Res Pons wrote:
> Would you happen to know how Anthill keeps track of the delta updates
> between the previous and the current build? Where does it store this
> information and how does it know? I would like to write a bash shell
> script which executes the code below and passes this 'since' value to
> <%=3DrevString%>
>
> svn log --non-interactive -v <%=3DauthArgs%> <%=3DrevString%> <%=3Durl%>
=46rom memory, at the start of each build Anthill records the time. If the =
build=20
succeeds, that time is preserved as the time of the last successful build i=
n=20
the information held about the project. The 'svn log' command then uses tha=
t=20
date/time to recover the changes made since then with, for example:
svn log -r {2006-10-12 20:15:20 -0500}:HEAD
Does that help?
=2D-=20
Jim Hague - [email protected] Never trust a computer you can't lif=
t.