Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

C::B source code git mirror status

(1/3) > >>

ollydbg:
I try to clone C::B mirrors(I'd like to search for some commits in the whole branches).

I first try jens' git repo:

--- Code: ---git.exe clone --progress -v "git://jenslody.de/git/codeblocks" "D:\code\cb\jen\codeblocks"

Cloning into 'D:\code\cb\jen\codeblocks'...
Looking up jenslody.de ... done.
Connecting to jenslody.de (port 9418) ... fatal: unable to connect to jenslody.de:
jenslody.de[0: 62.75.145.95]: errno=No error



git did not exit cleanly (exit code 128) (2309 ms @ 2017/9/6 22:17:37)

--- End code ---

Then I try biplab's git repo

--- Code: ---git.exe clone --progress -v "git://cb.biplab.in/codeblocks.git" "D:\code\cb\biplab_git\codeblocks"

Cloning into 'D:\code\cb\biplab_git\codeblocks'...
Looking up cb.biplab.in ... done.
Connecting to cb.biplab.in (port 9418) ... 130.255.190.32 done.
remote: Counting objects: 128461, done.
remote: Compressing objects: 100% (20998/20998), done.
Receiving objects:  49% (63377/128461), 32.32 MiB | 836.00 KiB/s

--- End code ---

So, biplab's git mirror works OK.

@jens, It looks like your git repo can't be cloned?
Another issue is: it looks like the mirror on the github: jenslody/codeblocks: Git and svn mirror of the Code::Blocks svn-repo at http://svn.code.sf.net/p/codeblocks/code does not update for days. Is it automatically updated by some scripts?

ollydbg:
@biplab, it looks like the "svn" information is lost in your mirrored git, say, in each commit log message, I would like to see something like "http://svn.code.sf.net/p/codeblocks/code/trunk@11161",  the "11161" means the svn revision, I see in your mirror, there is no such information. Can you add them. Those information exists in jens' git mirror.

oBFusCATed:
Why do you need more than one git mirror?
If you need a reliable one, then it is up to you to make one with git svn.

stahta01:

--- Quote from: ollydbg on September 06, 2017, 04:55:53 pm ---@biplab, it looks like the "svn" information is lost in your mirrored git, say, in each commit log message, I would like to see something like "http://svn.code.sf.net/p/codeblocks/code/trunk@11161",  the "11161" means the svn revision, I see in your mirror, there is no such information. Can you add them. Those information exists in jens' git mirror.

--- End quote ---

If it does NOT need to be up to date you might try looking at mine;
I only update it around once a month.

--- Code: ---https://github.com/stahta01/codeblocks_svn2git_https_metadata.git
--- End code ---
or

--- Code: ---https://github.com/stahta01/codeblocks_svn2git_http_metadata.git
--- End code ---

Tim S.


ollydbg:

--- Quote from: oBFusCATed on September 06, 2017, 07:06:20 pm ---Why do you need more than one git mirror?
If you need a reliable one, then it is up to you to make one with git svn.

--- End quote ---
I would like to find some commits which introduce the FineTicker Timers in our SVN history(For this discussion What is the reason that the STC(wxStyledTextCtrl) doesn't use FineTicker Timers?), so I need a git repo which contains all the svn information.

currently, my own git svn repo has only limited svn revisions(it does not contains the whole history of our svn commits, I guess it is from revision > rev9000).

Navigation

[0] Message Index

[#] Next page

Go to full version