2
votes
1answer
38 views

SVN -> Git migration with structure variations

I, currently, have the following SVN structure: project1 branches trunk tags project2 branches trunk tags muchMoreStuff branches trunk tags which originally had this structure: project ...
1
vote
3answers
44 views

What is the best way to resolve Rails orphaned migrations?

I have been switching between branches in a project and each of them have different migrations... This is the scenario: $ rake db:migrate:status Status Migration ID Migration Name ...
3
votes
1answer
57 views

Ruby on Rails deleted migrations still running on Heroku

So at one point in the development process I added a migration to add a column to my users table. This column added a "dollars" attribute. After that I decided to remove the "dollars" attribute by ...
0
votes
1answer
44 views

Migration from SVN/FishEye to Git - Sync Not Working

So I don't expect anyone to read the entire migration guides, but I am stuck at a point and right now Jira has been less than responsive to my issue. Here is the guides ...
1
vote
0answers
69 views

How to migrate large bzr project with many branches to git and filter history

After several years of using bazaar (and launchpad), we're planning to migrate the FEniCS project over to Git. We have a few requirements for this migration, which make it rather complex: We want to ...
1
vote
4answers
994 views

How can I push my existing Git repository to Team Foundation Service

Microsoft now has support for Git repositories on their Team Foundation Service. I have an account on Team Foundation Service, and I'd like to push my existing Git repository to a project there. ...
0
votes
2answers
101 views

/sites/default/files directory in Drupal when using Git

We are in the process of moving our Drupal 6 sites into Git. I noticed that Drupal 7 actually comes with a default .gitignore file which ignores the settings.php file and the sites/default/files ...
0
votes
1answer
31 views

Moving git project has caused many blob and tree errors

After moving my whole project folder from one location on a hard drive, to another on the same hard drive git fsck now outputs the errors below. I did not change anything in the .git directory. Is ...
1
vote
3answers
71 views

Iterative database migration in with git/gerrit

Problem: how to handle sequential database migration scripts with slow commits / gerrit. Setup is as follows: ongoing development of database tables is done by adding files with sequential names ...
0
votes
1answer
54 views

SVN to GIT migration with branch history merging

One more "stupid" question about svn to git migration : ) I have one old svn repo with ~20 projects inside. / |-projectA |-projectB |-projectC |.... I want to migrate only projectA with keeping ...
1
vote
1answer
331 views

Migration from UCM ClearCase to GIT

I am studying migrating from UCM ClearCase to GIT. The initial intention is to migrate all cc branches with their respective history. A similar experience, best practices, any tips or suggestions ...
1
vote
1answer
78 views

Deploying older versions of iOS app

Perhaps I made a mistake, but when I finished working on v1.1 of my app, I merged it into the master branch in XCode and removed the 1.0 branch. Now, working on my v1.11 branch, I would like to test ...
0
votes
1answer
180 views

svn2git Does Not Fetch Branches or Tags

I am using svn2git to migrate an SVN repository of the standard branch/tag/trunk structure to Git. Having followed the instructions set forth by svn2git, I was able to fetch all of the revisions from ...
0
votes
1answer
72 views

A versioned equivalent for SVN properties to be preserved during SVN -> Git migration

For the purpose of versioning the content of all jar files released to our customers, for the last few years we've been releasing a text file within those jars that would hold File <-> CVS ...
2
votes
1answer
59 views

Migrating from one GIT repo to another - how to sync latest commits?

I am migrating contents of a branch from one repo to two newly created repos. Lets say, I have a "Product-A" branch (containing components X and Y), the contents of which are being migrated to 2 newly ...
1
vote
4answers
338 views

404 error on heroku db:push

I am getting a 404 error when trying to push my database to Heroku via Taps (1.9.2@[app_name]_db) heroku db:push --app [app_name] Loaded Taps v0.3.24 Auto-detected local database: ...
0
votes
3answers
52 views

Can I have an SVN Repo as a source for a GIT Repo

I have a project in an SVN source, which will have to be migrated to a Git repository. What I'd like to do is committing all changes to Git repo from now on, while still fetching eventual changes from ...
0
votes
0answers
86 views

svn2git - HTTP 307 when trying to migrate SVN repository to GIT

I am trying to migrate a SVN repository to GIT using svn2git. Repository structure: http://example:8888/prototype | +- /trunk/MyProject +- /branches/MyProject +- /tags/MyProject Running the ...
2
votes
1answer
179 views

How to migrate database with git?

I do website development (primarily Drupal base sites) and have a workflow with: many developers working on their Local machines developers use git to merge their changes on a Development machine ...
4
votes
2answers
749 views

Can Git handles this use cases?

I'm currently migrating from SVN to Git. The code base is a 10-15 modules large Maven project. We used to have a repo for each module. I wonder what architecture should my Git repositories have to ...
1
vote
2answers
78 views

Git complex merge (after migration from svn)

In a few days, I must make one complex commit, I'll try to explain in details: We're using GIT (after migrating from svn) and have 3 work branches: trunk - branch for immediate changes/fixes, ...
4
votes
2answers
285 views

Database Schema Migration on Azure with Git Deployment

I am looking for a means to use Git deployment on Windows Azure together with either their MySQL or other database solutions. I need a means of migrating database schema changes as part of deployment ...
4
votes
3answers
3k views

Git-2-SVN migration?

Yes, I know. Why would you want to migrate from Git to SVN? Well I happen to be in a situation that I need to migrate a huge Git repo to Subversion! Here's one workflow I tried per Edwin's comment: ...
1
vote
2answers
294 views

How to migrate a Mediawiki installation from Subversion (SVN) to Git

I had Mediawiki installed from Subversion, keeping it up to date with a simple svn update command in the installation directory. Mediawiki has now migrated to Git and the latest security updates are ...
2
votes
3answers
923 views

Migrate from Subversion to git, clone all branches and push through gitolite?

I've been working on moving our 9 projects in one SVN repo over to 9 separate git repos, managed on a server by gitolite then shutting down SVN. Seven of them were easy as they had no branches or tags ...
2
votes
1answer
224 views

How do I remove fake remote branches I have after migrating from git-svn to git?

I've been using git-svn for a while (everyone else on my team has been using svn directly). We decided that we will all start using git. In order to do this, I used the git repo that is my "side" of ...
1
vote
1answer
111 views

Subversion -> Git migration: git clone not making a full clone?

I've been following the Subversion -> Git migration guide here: http://stackoverflow.com/a/3972103/1107232 I'm migrating from Subversion 1.7.3 to git 1.7.9.2. I have one SVN repository with 9 ...
6
votes
1answer
215 views

Is there a a way that a Git server will support svn clients requests

We are looking to migrate our svn respository to a git one. We want to allow developers to continue using the svn command on the server and we do not want to educate our git users with git-svn ...
0
votes
1answer
237 views

Branching git, running migrations, and keeping the schema functional

I'm fairly new to git and I've begun using multiple branches to build different features simultaneously using commands like git branch, git checkout, etc. Here's a list of steps I've taken: git ...
4
votes
2answers
530 views

Is migration from Mercurial to Git and back effortless?

I'm trying to decide between Git and Mercurial and whatever decision I make, I'd like to know how difficult is to move from one SCM to the other. I know there are export + import options in both ...
3
votes
2answers
1k views

How to use Git with “multiple (thousands) projects” in one-repo?

We have a big SVN repo with multiple projects in it. Something like - http://plugins.svn.wordpress.org/ Our repo is slightly more complicated since it has "project" at multiple-levels as well! We are ...
0
votes
2answers
246 views

deleted migration file keeps coming back Rails 3

I have 2 versions of the same migration (bad habit, I know). I deleted old version many times, but after restarting my project (or do something with it, like rake db:test:prepare), the file shows up ...
2
votes
4answers
2k views

Managing conflict in schema.rb created by Git operation

I created a migration, ran rake db:migrate, which bumped my db/schema.rb version number. Then I did a git fetch origin master and saw that there were changes from my team members. So I did a git stash ...
4
votes
2answers
212 views

Migrating two svn repos with a common history to git

I am planning a svn to git migration of a bunch of repositories. Two of them are in a particular state. A project has been developped in a svn repo. Due to various constraints, the project has been ...
4
votes
4answers
240 views

Any reason against switching from svn to Git Version Control?

I have been for a long time now, a happy svn user. Lately I find myself often disconnected from my repository so I'm considering a switch to Git. Given the fact that I work alone on most of these ...
-1
votes
1answer
31 views

how to migrate old repository into new repository, and retain the log

I have a git repository (repo1) for deployment purposes. The repo contains the folders 1, 2, 3 which store different types of the source codes and each has a log of a branch by multi request number ...
4
votes
3answers
2k views

Is a good idea to put db/schema.rb to .gitignore list?

so what I'm suggesting in my job, is to put db/schema.rb into .gitignore file, so we don't have (time to time) merging problems. There are some concerns that if something terrible happen (meteor fall ...
1
vote
3answers
568 views

Git stopped working in Xcode 4 after migration

We just got new iMacs at the office, so I migrated everything from my old mac using Migration Assistant. However git wasn't included in the migration (why?) and Xcode's git support seems to have ...
1
vote
1answer
813 views

How to re-start cleanly with previous Git checkout, with correct files and migrations in Rails 3

What are the steps I can do to re-start cleanly from the previous perfectly working Git checkout tree with all old files (new files deleted), correct migrations (new tables/migrations dropped), etc? ...
15
votes
3answers
2k views

git svn dcommit with svn usernames

I'm trying to use git on top of an older subversion repository. We have multiple users working on the new git remote (origin/master) which is a git svn clone of the older repo. The problem is when we ...
3
votes
1answer
429 views

How to manage git branches with different db schemas?

I have a project where I need to work on a new feature that requires part of the database to be re-designed whilst also keeping the main development branch working on the old schema. What is your ...
10
votes
1answer
3k views

Removing duplicate db migrations from git repository

I'm trying to deploy a rails app to Heroku and I'm running into some basic git problems. I'm new to this all -- rails, git, heroku -- so I'm afraid I'm getting lost on what's probably a fairly basic ...
3
votes
3answers
1k views

How do I list and fetch remote branches after SVN to Git migration? [duplicate]

I migrated our SVN repository to Git and pushed it to a central repository. We had a fair amount of tags and branches, but somehow we were not able to list and fetch those from a Git client. This ...
2
votes
1answer
651 views

How to modify git repository to add submodules in ALL the past revisions?

I migrated my SVN repository successfully with Tags into Git using git svn-clone. However, git svn-clone does not migrate svn:externals. Hence, I decided to modify branch tree using git filter-branch. ...
4
votes
3answers
346 views

Migrating from Subversion to Git

I have a lot of pre-existing projects and code in a few different Subversion repositories. I am planning on getting my toes wet with Git by migrating a few of the easier/soon to be multi-developer ...
1
vote
2answers
231 views

How to import a svn repository underneath a git repository?

I have a svn repository that I migrated to git using the tool svn2git. Now I would like to push this git layout to a remote repository underneath an existing directory. But, I would like to keep the ...
9
votes
2answers
639 views

Migrating from Subversion to Git how can I find a commit given a revision number?

Migrating from Subversion to Git using svn2git (which internally uses git-svn) I'd like to know how I can find a specific revision commit. It is quite common to have issues tracker to have comments ...
1
vote
4answers
1k views

Why does schema.rb change (in the eyes of Git) when just running rake db:migrate?

This is a little general I know, but it's been bugging the hell out of me. I've been working on lots of rails projects remotely with Git and every time I do a git pull and see that there is some sort ...
2
votes
3answers
215 views

Storing a repository in subversion and git

I'm currently trying to convince my company to migrate to git from subversion, and one thing that would be really helpful would be to allow me to store a repository in subversion and git at the same ...
7
votes
2answers
456 views

How to guerilla VC with git while forced to use CVS at work?

My place of work currently uses CVS. A git migration is planned but it might be a long time coming. In the mean time I have a one-man project, and have decided to use git for my own personal ...

1 2