git-svn
Is using VisualSVN server + Git clients (using git svn) a good solution for hosting repositories?
Because I had VisualSVN already set up on Windows 7 as SVN server, and Git can support Git SVN, so will using these two be a good solution[详细]
2023-02-21 23:54 分类:问答Importing an SVN Repo into an EXISTING Git repo as a branch
I\'ve currently got a project on google code that I\'d like to incorporate into a project on Github. The issue is that 开发者_开发问答the SVN project is essentially just a folder of the larger projec[详细]
2023-02-21 05:36 分类:问答git is stating a branch is not merged after rebasing - why?
I\'m using git-svn to manage my bugfix branches, but it tells me that I have unmerged changes, even though if I review the SVN repo directly, I can see they have been committed too. It\'s like the reb[详细]
2023-02-19 03:22 分类:问答Merge branch that was created with the same name as deleted one
We useSubversion as primary VCS. And I use Git as convenient client. And now I failedto merge feature branch into release branch correctly.[详细]
2023-02-18 19:34 分类:问答rebasing a heavily-merged branch prior to pushing changes upstream
I have a local branch that tracks an upstream SVN branch, in which heavy development work was done while I was also working on local changes. During that time, I have merged upstream into my own branc[详细]
2023-02-18 15:04 分类:问答What does the --stdlayout do in git svn clone?
I just spo开发者_JS百科tted this question about recovering from a clone done without --stdlayout. I didn\'t find documentation of this flag - what does it do?Subversion doesn\'t have any concept of br[详细]
2023-02-18 07:51 分类:问答Convert non standard svn to git
We\'ve got a non-standard svn setup which looks like this: Root |----->Trunk ---->Projects ---> Project 1[详细]
2023-02-18 05:47 分类:问答Git/SVN interop (preserving histories for both repositories)
I\'m developing a software module for an application, owned by a customer with SVN-based development process. Up to now, I have been used my own Git repository in doing so.[详细]
2023-02-17 22:02 分类:问答Is there a way to "persistently" synchronize a git repository with SVN?
From what I could find around the web, it seems that using git svn is not \"persisted\". Meaning, if I git svn clone a repo开发者_StackOverflow社区sitory, then push to master and repull a fresh copy[详细]
2023-02-17 19:16 分类:问答Error rebaseing/updating a git-svn repository
Hoping this is not a dup, I didn\'t find any concise information on how to update a git-svn repo. I used git svn clone to import an SVN repo into git. Then, after doing some commits, I wanted to rebas[详细]
2023-02-17 18:50 分类:问答