I\'m new to git, coming from SVN world. So far, it seems a lot more useful, but I am still working out the kinks.
Just noticed a scary problem with git svn (git version 1.6.5.2). First commiting my work as normal with git commit, when finished I did git svn dcommit.
There are lots of webpages out there suggesting hackish ways to make svn externals look like git submodules. I have read some accounts of what the difference is, but this doesn\'t seem very fundamenta
We are considering switching our VCS to either git or subversion. I\'d prefer switching to git, but subversion has a nice feature that I don\'t see in git : per directory access control.
Currently I\'m trying out exporting Git repository history into svn via git-svn and using grafts method. As of now, I have successfully exported the git history into svn. But because of the grafting m
We currently run a big subversion repository, and I\'m trying to move it to GIT.The problem is that it uses trunks and tags below the root directory.For example:
I m trying out git-svn and I am getting the following error. What I\'ve done so far is git svn init -T <my svn repo>
In short: Is there a way to disable storing full history for specific folders in git-svn repo? We have pretty large SVN repo with big checkout. I would like to migrate it to Git for my local developm
I\'m doing an internship and they are using SVN (although there has been some discussion of moving to hg or git but that\'s not in the immediate future). I like git so I would like to use git-svn to i
I am trying to import my repository from svn to git using svn2git, but it seems like it\'s failing when it hits a branch. What\'s the problem?