SVN history

Discussion about CodeLite development process and patches
tankist02
CodeLite Veteran
Posts: 56
Joined: Thu Sep 22, 2011 11:29 pm
Genuine User: Yes
IDE Question: c++
Contact:

SVN history

Post 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
jfouche
CodeLite Guru
Posts: 351
Joined: Mon Oct 20, 2008 7:26 pm
Genuine User: Yes
IDE Question: C++
Location: France
Contact:

Re: SVN history

Post by jfouche »

Hi,

I personnaly use CommitMonitor which do what you want.
Jérémie
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: SVN history

Post 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
Make sure you have read the HOW TO POST thread
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: SVN history

Post 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
tankist02
CodeLite Veteran
Posts: 56
Joined: Thu Sep 22, 2011 11:29 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: SVN history

Post by tankist02 »

Thanks everybody for advices, I'll check them out!
Post Reply