[git-users] Re: How to migrate to git from two SVN repositories?

2010-09-06 Thread Mark Kharitonov
@Rouleau: Thanks for the reply. Nope. I have two SVN repositories, where: - the first repository is the repository before the old VCS crashed. - the second repository contains all the dev code since the crash with the history starting from the crash day onwards. I wish to have a single GIT

[git-users] Re: How to migrate to git from two SVN repositories?

2010-09-06 Thread P Rouleau
Ok, when I said you had two branches, I want to mean we can look at your two SVN repositories as two separate branches. My mistake. If you do not want the crash to be visible in the history, you can try to replace the step 6 with a rebase on the mergeCrash's postCrash branch, followed by the

[git-users] Problem with remote add origin command on Github

2010-09-06 Thread pauld
Hi-- Am having trouble with the git remote add origin command on Github. Use to have a repository called first_app but deleted it, and am trying to initialize new repository with same name. But when I do, I get this result: Paul-Denlingers-MacBook-Pro:first_app pdenlinger$ git remote add origin

Re: [git-users] Problem with remote add origin command on Github

2010-09-06 Thread Jeremiah Dodds
Edit the .git/config entry for origin, if it's the right url, you shouldn't have to do anything. On Wed, Sep 1, 2010 at 2:43 AM, pauld paul.denlin...@gmail.com wrote: Hi-- Am having trouble with the git remote add origin command on Github. Use to have a repository called first_app but deleted