Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Building git repo
BlueHazzard:
Hi,
every time i build c::b from a git repo (https://github.com/obfuscated/codeblocks_sf/tree/no_ui_sdk) i get
--- Code: ---svn: E155007: '[...]\src' is not a working copy
--- End code ---
and autorevision starts a huge tree of git/perl executables. I don't know what exactly they are doing but this operation is taking a huge amount of time, every time i build c::b (and this is are a lot of times lately)
for the moment i deleted the command from the pre-build steps, but this gives me a diff for the project file and i wanted to avoid this.
So my questions are:
* What does this executable
* Is there a way to cache the results, so that it hasn't to rescan every time i build c::b?
greetings
oBFusCATed:
Is this on windows? On my linux it doesn't take much time.
The source for this executable is in build_tools/autorevision/autorevision.cpp probably you can modify it to fix this problem and then provide a patch.
BlueHazzard:
yes windows -.-
here it takes at least 15min. The slowness seems to be in git svn info. I will look into it...
stahta01:
--- Quote from: BlueHazzard on December 01, 2013, 12:32:11 am ---yes windows -.-
here it takes at least 15min. The slowness seems to be in git svn info. I will look into it...
--- End quote ---
What version/build of git for Windows are you using?
I am trying this myself on Windows and forgot where I found the git svn I found that worked.
(Had hard drive semi crash on me.)
Tim S.
BlueHazzard:
1.8.1 from msys
Navigation
[0] Message Index
[#] Next page
Go to full version