git-svn
Git head matches SVN head - how to continue committing / tagging to SVN?
I was playing around with git svn set-tree and managed to set my svn trunk match my git repository\'s trunk. Now that I\'ve managed to set-tree I thought I could continue use git svn normally, but it[详细]
2023-04-13 08:42 分类:问答GIT SVN dcommit after folder rename
I have not been able to find a similar answer to my question. Situation: Locally using GIT (git version 1.7.3.1.msysgit.0)[详细]
2023-04-13 01:28 分类:问答Fix history of a remote git-svn branch that is missing its branch point
I\'m using git-svn to interact with a remote svn repsitory that follows the traditional layout of trunk, tags, and branches.[详细]
2023-04-12 22:40 分类:问答Should we move to GIT completely from GIT-SVN [closed]
Closed. This question is opinion-based. It is not currently accepting answers. 开发者_如何学C Want to improve this question? Update the question so it can be answered with facts and citations[详细]
2023-04-12 14:24 分类:问答GIT newbie: git fetch does not yet pull data to local?
The remote repository has two branches: master, develop. Then, I checked my local branch by git branch , I notice I have only master branch, so I run command git fetch origin.[详细]
2023-04-12 13:23 分类:问答Output from 'git ls-remote' shows tags not found in 'git tag -l'
I am converting a SVN repository to a Git repository following guidance from Pro Git (found here: http://progit.org/book/ch8-2.html ).[详细]
2023-04-12 03:11 分类:问答Git svn - Clone trunk while maintaining path
I am running a local git repository and want to clone the remote SVN trunk. This works fine but the trunk/ part of the folder is left off. The remote repository is too large to just clone or fetch the[详细]
2023-04-11 18:01 分类:问答Updating git svn info/revision number for git repo (A) cloned from git-svn repo (B)
Okay, I am not asking how to synch the change开发者_如何转开发s back and forth between the two repos (I am able to do that via normal push and pull), but a way to update the git svn info (particularly[详细]
2023-04-10 19:18 分类:问答Using git-svn, how do I dcommit tags?
I was using Git to retain a history of my project locally.I was later asked to commit the entire git project into a remote, empty svn project folde开发者_如何学Cr (the usual trunk, tags, branches stru[详细]
2023-04-10 04:28 分类:问答Git link to repository folder
I do have a question: How can I link within a git repository to a folder of another repository. I have the following structure:[详细]
2023-04-09 13:01 分类:问答