svn.exe diff --extensions --unified --extensions --ignore-eol-style > cb_trunk.patch
Index: src/src/resources/resources.rc
===================================================================
--- src/src/resources/resources.rc (revision 9661)
+++ src/src/resources/resources.rc (working copy)
@@ -92,7 +92,7 @@
{
BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilingual
{
- VALUE "Build", "November 2013\0"
+ VALUE "Build", "November 2013"
VALUE "Comments", "Licensed under GPL3.\0"
VALUE "CompanyName", "Code::Blocks Team\0"
VALUE "Developer", "Code::Blocks Team\0"
I know that I'm missing the paths.. not my fault xD Say that to TortoiseSVN...Sounds like it is time for you to switch to git/git-svn:)
Using a command is also just too much work and it doesn't justify the time it takes (since I have to exclude lots of files and only include specific files, also I'm checking every file to find out if it's part of the patch or not, so I'm using a GUI anyway). It's easy to just navigate to the right folder if someone wants to apply the patch.
I also know about the BerliOS patch tracker, but that one is just ugly, a forum is a better place in this case. And most of them are ignored anyway. And BerliOS might die any moment as happened in the past ;)The best is github branches. Patches posted as attachments are fragile: if the forum server gets out-of-space -> random attachments are deleted.
A forum allows BBCode ;)
[...]well... I don't know any official Code::Blocks github mirror or repository, do you? And I can always re upload them again :P Just not write the description all over again...I also know about the BerliOS patch tracker, but that one is just ugly, a forum is a better place in this case. And most of them are ignored anyway. And BerliOS might die any moment as happened in the past ;)The best is github branches. Patches posted as attachments are fragile: if the forum server gets out-of-space -> random attachments are deleted.
A forum allows BBCode ;)
well... I don't know any official Code::Blocks github mirror or repository, do you? And I can always re upload them again :P Just not write the description all over again...This https://github.com/obfuscated/codeblocks_sf is mine github repo, it is manually maintained, but relatively up-to-date. And it is my only checkout of the svn repo I'm using at the moment (I'm using it to commit to our svn).