[cvsnt] what is the command to find the list of the files changed in a check-in

Tony Hoyle tony.hoyle at march-hare.com
Sat Jul 21 21:15:16 BST 2007


Gerhard Fiedler wrote:

> 
> I think the "precise" method would be to use the commit id. AFAIK cvsnt
> assigns a unique commit id to every commit. But also AFAIK, this is only
> available server-side, to commit support scripts and in the audit database.
> So if you have control over the server and can give yourself (possibly
> read-only) access to the audit database, you can run a SQL query or two and
> retrieve that information.
>
No need to do that, just use the @commitid syntax.

eg. cvs -q log -SR -r@{commitID}
or cvs diff -r@<{commitID} -r@{commitID}

Tony


More information about the cvsnt mailing list