You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jon Keating <jo...@gcnet.co.jp> on 2006/03/25 03:00:28 UTC

Creating Reports

Hello,

I have switched to SVN and the only issue I have so far is creating a
log report that I put on the website. It is created in a crontab job
once a day.  Here is the CVS command I used:

cvs -d <CVS Repository> -f -q rdiff -s -D"1 week ago" <CVS Modules>

and it would print output like:

File myfile.h changed from revision 1.51 to 1.52
File myfile.cpp changed from revision 1.91 to 1.93

How can I get this done with SVN?

Thanks,

Jon


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Creating Reports

Posted by si <ss...@gmail.com>.
Hi Jon,

> I have switched to SVN and the only issue I have so far is creating a
> log report that I put on the website. It is created in a crontab job
> once a day.
...
> How can I get this done with SVN?

Does this help:

http://svnbook.red-bean.com/en/1.1/ch03s03.html#svn-ch-3-sect-3.3

peace
si

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org