git-svn
Switching branch for a subdirectory only in Git
I\'m working on a Git repository with two main branches and two main folders. One of these folders is very similar between the two branches, the other is very different. This means that, even if I\'m[详细]
2023-04-08 19:24 分类:问答How to create git remote branch for svn repository
I am using GIT on top of one centralized SVN repository. The SVN repository only contains trunk, no tags and branches. What I did before is using git svn to clone the remote repository to my local git[详细]
2023-04-06 18:02 分类:问答Does git svn support svn:needs-lock?
To access our SVN repository I\'m using git svn and other team members are using svn. When the开发者_JS百科y set the needs-lock property it appears that git svn ignores this and allows me to update t[详细]
2023-04-05 17:43 分类:问答Push a git-svn local repo to a different svn remote repo that already exists
I\'m trying to integrate two svn repos. One is a kind of fork of the other. But it\'s not exactly a fork so i can\'t find a common point.[详细]
2023-04-05 13:53 分类:问答git svn partial subversion tree
I\'m using git for developing a current project on my local machine. There exists a subversion server which I have to update from time to time, based on my current master branch.[详细]
2023-04-05 10:41 分类:问答Changing remote tracking branches in git(-svn) after clone with restricted branches
When restricting remote branches to a list of 2 or three (editing the .git/config as seen in {^1}), refetching, carbage collectioning and cleaning all \"refs\" directories I still get a full list of a[详细]
2023-04-05 02:47 分类:问答How to get the removed branches in git
I merge my all of the branches to a wrong branch and deleted all of the branches. Is it possible to recover all of these branch and unmerge them.[详细]
2023-04-03 13:01 分类:问答Team using git/git-svn to share work and only occasional svn commits
I am new to git but read this article by Martin Fowler where he describes a setup where a team works using git/git-svn and only occasionally commit to the central svn repo.[详细]
2023-04-02 03:12 分类:问答How do I use git-svn to merge changes from trunk to a branch in svn?
I\'ve seen people suggest to use git-svn to do the merge and commit it back to svn. I\'m looking for a good step by step guide.[详细]
2023-04-02 02:20 分类:问答Keeping revision history from before copy/rename in svn -> git
I recently moved an SVN repository into Git (following http://www.jonmaddox.com/2008/03/05/cleanly-migrate-your-subversion-repository-to-a-git-repository/) but fou开发者_Python百科nd a bit of a limita[详细]
2023-04-01 18:14 分类:问答