Author Topic: Message to oBFusCATed or other CB Devs about patches to CB Projects.  (Read 12273 times)

Online stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: Message to oBFusCATed or other CB Devs about patches to CB Projects.
« Reply #15 on: October 24, 2014, 05:24:31 pm »
I have added the prefix of "- " to commit message.

Note: I have no idea if you should or can fix the fact of Git treating "src/sdk/resources/lexers/lexer_bibtex.sample" as Binary from my viewpoint or whether it is just a problem on my end.

I think "src/sdk/resources/lexers/lexer_bibtex.sample" was saved with CRLF in it and that is causing the problem.

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Message to oBFusCATed or other CB Devs about patches to CB Projects.
« Reply #16 on: October 25, 2014, 01:25:08 am »
In svn...

I don't know what is going on with the lexer_bibtex.sample...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Online stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: Message to oBFusCATed or other CB Devs about patches to CB Projects.
« Reply #17 on: October 26, 2014, 12:25:35 am »
In svn...

I don't know what is going on with the lexer_bibtex.sample...

I think this command needs ran on it.

My Git and Svn are set up slightly weird so I get more line ending issues.

I ran this command to create the patch below.
Code
svn propset svn:eol-style native src/sdk/resources/lexers/lexer_bibtex.sample

Code
Index: src/sdk/resources/lexers/lexer_bibtex.sample
===================================================================
--- src/sdk/resources/lexers/lexer_bibtex.sample (revision 10009)
+++ src/sdk/resources/lexers/lexer_bibtex.sample (working copy)

Property changes on: src/sdk/resources/lexers/lexer_bibtex.sample
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property

C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Message to oBFusCATed or other CB Devs about patches to CB Projects.
« Reply #18 on: October 26, 2014, 02:50:05 am »
Probably someone with svn checkout should do it, I don't want to test this part of git-svn...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Online stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: Message to oBFusCATed or other CB Devs about patches to CB Projects.
« Reply #19 on: October 26, 2014, 02:48:41 am »
Probably someone with svn checkout should do it, I don't want to test this part of git-svn...

Sounds correct, I have no idea that git-svn did this even.

But, I thought you had svn checkout, also.

But, I can understand using only one of them. I am still learning Git; I almost feel like I have learned as much about Git as a know about Svn.

FYI:

I found three files in my local Git repo with mixed line ending.
The do NOT seem to have mixed line ending in SVN.

Here the three files; no idea if it is just my local repo with mixed line ending or it is your repo that has the mixed line endings.
Code
src/sdk/scripting/bindings/scriptbindings.cpp
src/sdk/filemanager.cpp
src/plugins/scriptedwizard/compilerpanel.cpp


Thank you again for applying by last 6 commits; I am working some more.
Decided to wait a few days to before asking you to test and apply them.

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Online stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: Message to oBFusCATed or other CB Devs about patches to CB Projects.
« Reply #20 on: October 30, 2014, 11:44:00 am »
oBFusCATed: Either my Git repo is NOT pulling right or your Git Repo is NOT updating.

Tim S.

C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Message to oBFusCATed or other CB Devs about patches to CB Projects.
« Reply #21 on: October 30, 2014, 08:17:27 pm »
It is manually updated... once a day or less often...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]