Hi all,
I´m following the steps outlined in Tim Davis´ blog for setting up GIT with copSSH on Windows (http://www.timdavis.com.au/git/setting-up-a-msysgit-server-with-copssh-on-windows/) but I´m having problems. I´ve gotten up to step 15 under the Installing Putty instructions but rather than getting a "Enter Login" message, I´m getting ...
Has anyone come across a Git or Hg plugin for "meaningful" diffs/merging/branching of OpenOffice or Microsoft word files.
I know I can 'checkin' .doc files but both Git and Hg treat them as binary blobs. I'd like to be able to do all (or at least many) of the normal revision based operations on the text of the file.
And yes, I do know...
I feel like I tried everything to clone http://thechaw.com/source from git with no success. I have a create SSH keys in order to access this git and I believe I followed the directions but I'm missing something easy.
I followed all the instructions (http://thechaw.com/wiki/guides/setup). Can someone tell me what I'm going wrong?
Fir...
I know that's rewriting of history which is bad yada yada.
But - how to do that?
...
I've cloned the Official GCC git repository, which includes a full GCC development history, but git branch -r lists only a few recent branches, and 'git tag' reports no tag. git fetch --tags didn't help. git svn fetch will recreate tags/branches that were in SVN, but will take about 10 days to complete.
I know I could use SVN directly...
I quote a git tutorial:
git diff shows the diff between HEAD and the current project state
I wonder what that means. Isn't the HEAD the current active project?
Thanks
...
I want to contribute actively to a project that is hosted on Launchpad.
I'm much more comfortable with GitHub, and would like to continue to use it if possible.
Would I be able to mirror the bzr repository on github?
If it's possible, how could I set this up?
...
When I clone our svn repo using git svn i pass it arguments to tell it where the head, branches, tags... etc are and it pulls the main code base properly. in addition to trunk and branches we also have directories for:
the website,
and one for 3rd-party apps
the build system
a bunch of others.
How do I get git-svn to pull these a...
I'm looking for "more than an introduction" to subversion for someone like me who is by far most comfortable with git and passingly competent with subversion and looking to learn more advanced subversion use. Preferably something 'faster' than reading Practical Subversion.
...
Hello,
I am trying to move one of my Subversion repositories to Git and am running into an interesting error... In the middle of the git-svn fetch step, I receive the following error:
r9 = d0eff6b2d1eda7fcced16227dbc613732e956f0b (refs/remotes/git-svn)
RA layer request failed: PROPFIND request failed on '/baytn/baytn/trunk': PROPFI
ND ...
Say I have revision A that's from a long time ago and made a desirable change.
Then, later on, I had revision B which made lots of changes to lots of files, including wiping out change A.
Now, much later, I want to re-apply revision A. Is there a good way to do this? The merge and cherry-pick commands seem to skip revisions that are ...
Do you (and your team) back up your local checkouts of your DVCS (Git, Mercurial) repository between pushes? How do you do so? If your hard drive were to fail after writing a bunch of code that was not yet stable (therefore not yet pushed), how would you get it back?
...
I have a repo where I'm seeing behavior that I don't understand.
Ill refer to the repo that this is occuring on as the 'bad repo', all of the following sequences were run on that one.
It doesn't matter what commit I reset to, same conflicting behavior. The files it reports as conflicting seem to be the ones that were changed in the co...
I am trying to understand a project, it helps to look at its evolution by using gitk. What I do is checkout the first commit, understand code, run tests, go to next commit and repeat. My current workflow is to checkout the commit through its hash
git checkout 79cd6
But what I would like is another branch where I can perform my own ch...
Hi, I am new to Git and I am using it to backup an iPhone project I am working on.
I have added a list of files that Git should ignore (xcode files) when I update, but this .perspectivev3 (which is in my .gitignore) file keeps showing up when I go to commit my changes. Does anyone know why this is, or what I am doing wrong?
Thanks,
Zac...
We have a remote SVN repository that is used to hold all our content form artwork to videos ect... As you would expect this remote SVN repository is 90 gigs in size.
I would like to use GIT instead of using SVN, considering I would like to have any updates or commits by anyone else in the team visible without needing to show history wit...
Using GitX, how do I view the revision history for a single file? (using the command-line interface preferably)
E.g using GitK this is rather simple;
$ gitk app/models/activity.rb
...
I have an account in ProjectLocker and a project in MyEclipse.
How to upload this in ProjectLocker?
...
I am completely switching for freelancing and I wanted to maintain my client codes in a Version Control system, ideally Git, SVN & Mercurial What’s is the best?
...
I'm unable to push my changes back to a Launchpad repository using git-bzr.
$ git init
$ git bzr add upstream ../bzr-branch
$ git bzr fetch upstream
$ git checkout -b local_branch upstream
Then I modify a file, README for example.
$ git add README
$ git commit
$ git bzr push upstream
And I get the following error.
/usr/bin/git-bzr...