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

A Git Repository for Code::Blocks (ONLY trunk)

<< < (4/10) > >>

billyonthemountain:

--- Quote from: killerbot on April 12, 2011, 02:37:18 pm ---is there also something similar like kdesvn ?

--- End quote ---
I'd suggest qgit... based on QT4

ollydbg:
Are there any update git repos I can use?
Is it possible to setup a read-only git repo in the berliOS?
I'm working on Windows, and TortoiseGit + msysgit combination works quite well. (I use git to handle GDB source, it works quite well)
The only thing I hate svn is that when I try to find the code changes between some old revisions, I need to wait the svn to fetch those revisions files from the internet, that was extremely slow, it always take several seconds or event more seconds.

daniloz:
Sorry to hijack an old thread, but I really think this belongs here and not somewhere else... ;-)

I started yesterday using GIT here and I'm already loving it... Local branching is so cool...

I have "imported" the SVN from codeblocks into a local GIT repo. I have made some changes and committed them to my local GIT.

My question is now: How can I see the differences between my local copy and codeblocks' SVN HEAD?

Thx,

oBFusCATed:
I guess it depends on the method you use to get the svn repo in git.
Depending on this you should read the correct manual, I guess there you'll find something about this.
As far as I know you should do rebase if you want to get the changes in the svn repo.
And if you do rebase I guess the changes from the first commit to the last are your changes.
But I may be wrong. I've used git-svn once long time ago and I didn't import the whole repo in git.

How long does it take to import the whole repo with the history?

daniloz:

--- Quote from: oBFusCATed on November 02, 2011, 05:08:24 pm ---I guess it depends on the method you use to get the svn repo in git.
Depending on this you should read the correct manual, I guess there you'll find something about this.

--- End quote ---
What I did was

--- Code: ---git svn clone -s http://svn.berlios.de/svnroot/repos/codeblocks local_dir

--- End code ---
and yes, I got the complete history. I can got back to the "big bang" of codeblocks...  8)
But I haven't found anything in the git-svn manual about this...


--- Quote from: oBFusCATed on November 02, 2011, 05:08:24 pm ---How long does it take to import the whole repo with the history?

--- End quote ---
Hmmm.... I was in a meeting, so quite not sure, but in the range of one to two hours.


--- Quote from: oBFusCATed on November 02, 2011, 05:08:24 pm ---As far as I know you should do rebase if you want to get the changes in the svn repo.

--- End quote ---
Yes, I read that as well, I can rebase to get the svn updated (like an svn update). Haven't tried yet, because there are no new changes on the svn, but will report on that as soon as possible.


--- Quote from: oBFusCATed on November 02, 2011, 05:08:24 pm ---And if you do rebase I guess the changes from the first commit to the last are your changes.

--- End quote ---
Sorry, I couldn't follow you here. You mean from my first commit to the local GIT repo to my last commit?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version