User forums > Using Code::Blocks
About new release 8.02
thomas:
Actually, on a second thought... that changelog can be created rather easily like this:
svn log svn://svn.berlios.de/codeblocks/tags/8.02 -r1103:head |grep "*" > changes.txt
It's a 200k file, though...
Joss:
Where do I have to launch this command ?.
I installed the svn on my (windows) esplorer context menu and this menu has 3 items:
1. Update
2. Commit
3. TortoiseSVN.
I just use the update item to download sources of C::B
XayC:
You have to type that command using the Command Console (known also as the DOS console).
You need grep and svn installed correctly and their path to the executables should be in the PATH environment variable.
If you don't have grep you can run this command, which will output some more lines (those withouth the '*' character): svn log svn://svn.berlios.de/codeblocks/tags/8.02 -r1103:head > changes.txt
If you prefer I've saved the results (changes.txt) from the command Thomas suggested, and I've attached it to this message.
Regards, XayC
[attachment deleted by admin]
Navigation
[0] Message Index
[*] Previous page
Go to full version