svn-externals
How do I include a external svn repository in my git project?
I\'m using git as the revision control software for a project. My project needs to use a 3rd party code library which uses SVN for its revision control software. (In this case the 3rd party code is a[详细]
2023-02-18 01:02 分类:问答Svn repository stopped working with svn+ssh (but works locally on the server)
I ha开发者_Go百科d an svn repository that I used to checkout with the svn+ssh protocol. It has some EXTERNALS in it that refer to itself with the svn+ssh URL.[详细]
2023-02-17 04:03 分类:问答Svn Externals Check-out Of Bzr Repo?
Is it possible to check-out a Bzr repo via Svn externals using an Svn client? If Bzr is being served over Web-DAV (it is in my case开发者_运维知识库) it seems like it should be possible, unless Svn n[详细]
2023-02-14 16:55 分类:问答Unfixable mixed-revision working copy in SVN
I have a branch checkout that is clean (no modifications), but I cannot reintegrate the trunk back into my branch, because SVN thinks I have a mixed-revision working copy:[详细]
2023-02-12 03:53 分类:问答svn:externals problems during merge
let\'s consider following SVN stucture: * /Project_1/trunk/1.txt * /Project_2/trunk/dir1 * 开发者_如何学Go/Project_2/trunk/dir2[详细]
2023-02-11 07:48 分类:问答Svn Externals, can you have files from externals that are mixed in with your regular working copy
I want to be able to have a working copy of a framework, then I want to have another repo for certain extensions where I pull those extensions into my framework with externa开发者_Python百科ls. The pr[详细]
2023-02-10 00:50 分类:问答How can I make Subversion ignore externals for future updates and status reports?
I\'m working on a project which uses a tool developed in-house.It\'s convenient to have that tool\'s source code available while working on my project, so I ran[详细]
2023-02-04 08:46 分类:问答svn: clean way to replace external with local folder of same name
I have a repository checked out in various places. I have a folder X that is an external to another repository. I want X to be local. There are other questions but they don\'t seem to have run into my[详细]
2023-02-03 21:36 分类:问答Import Git repository with submodules into a Subversion repository
What is the best approach for importing a Git project with submodules into a Subversion repository? Not sure if it matters, but the submodules are pointing to the Kohana core and module repositories[详细]
2023-01-29 08:48 分类:问答Auto resolving references' path on project
I think I have misunderstood something about Visual Studio\'s project references or SVN:externals - maybe both :) -.[详细]
2023-01-27 06:18 分类:问答