Page 1 of 1

SVN history

Posted: Fri Oct 14, 2011 2:31 am
by tankist02
Hi Eran,

Is there a way to see SVN history with comments about what exactly was changed? I update and rebuild CL almost daily and it would be interesting to see more details about changes.

Thanks,
Andrew

Re: SVN history

Posted: Fri Oct 14, 2011 11:20 am
by jfouche
Hi,

I personnaly use CommitMonitor which do what you want.

Re: SVN history

Posted: Fri Oct 14, 2011 4:06 pm
by eranif
If you really want to monitor codelite changes, why don't you simply sign for the SVN mailing list of codlite? (you will be notified by email for every commit + the commit log + link to a textual diff of the code modified)

https://lists.sourceforge.net/lists/lis ... delite-svn
Eran

Re: SVN history

Posted: Fri Oct 14, 2011 4:37 pm
by DavidGH
Hi,

Another possibility is to use sourceforge. I check http://sourceforge.net/projects/codelite/develop once a day. This shows the most recent commits, bug-reports etc. You can then click to look at a particular commit message and diff (e.g. http://codelite.svn.sourceforge.net/vie ... ision=5129); from there it's easy to navigate back commit by commit. Or there's the full ViewVC output at http://codelite.svn.sourceforge.net/vie ... e&view=log.

So you're spoilt for choice :) .

Regards,

David

Re: SVN history

Posted: Sat Oct 15, 2011 4:21 am
by tankist02
Thanks everybody for advices, I'll check them out!