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
SVN history
-
- CodeLite Veteran
- Posts: 56
- Joined: Thu Sep 22, 2011 11:29 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
-
- CodeLite Guru
- Posts: 351
- Joined: Mon Oct 20, 2008 7:26 pm
- Genuine User: Yes
- IDE Question: C++
- Location: France
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: SVN history
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
https://lists.sourceforge.net/lists/lis ... delite-svn
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: SVN history
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
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
-
- CodeLite Veteran
- Posts: 56
- Joined: Thu Sep 22, 2011 11:29 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: SVN history
Thanks everybody for advices, I'll check them out!