svn-externals Questions
5
Solved
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:
c:\myproject> svnvers...
Saundrasaunter asked 18/2, 2011 at 20:15
4
Solved
I want to perform an svn update to a specific date, and I can do this with svn update -r {2010-10-17}. Unfortunately when this encounters an external it will do the update within the external witho...
Explosive asked 17/11, 2010 at 12:17
4
Solved
I had 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.
I was off this project for a while until today. Wh...
Voltaism asked 14/3, 2011 at 11:58
0
I would like to import a SVN repository into a GitHub Enterprise repository
There are many questions related to this matter and most of them can be addressed either with Git submodules or Git subt...
Sylvan asked 3/8, 2017 at 6:42
4
Can we set a single file as external in Subversion?
Forwhy asked 31/8, 2009 at 5:40
1
I am migrating from an svn repository to git.
This svn repository has svn-externals, to be kept on svn repositories. These external are versioned and tagged in the history, and are read only.
How I...
Callous asked 10/3, 2017 at 10:33
4
Solved
Is it possible to manipulate a subversion property such as svn:externals via a URL only? (i.e. without having a working copy.)
I'd like a script that pins svn:externals to a particular revision gi...
Juliennejuliet asked 11/1, 2012 at 12:57
3
Is there a way to update a working copy to exclude externals with TortoiseSVN?
I have a working copy that I checked out with externals. I'm doing some updates to my include paths and now have thes...
Spam asked 20/12, 2011 at 16:8
5
Solved
I don't claim to know anything about svn, but I thought I understood how externals work.
I'm making a new project and i want my lib folder to have an external to some other project (svn location)....
Triode asked 8/5, 2009 at 13:46
3
Solved
I have a large (30+GB) legacy SVN repo with a lot of externals defined that needs to be cloned to a new server. As the repo was originally created in the pre SVN v1.5 days it has a lot of externals...
Jumpy asked 22/1, 2014 at 19:55
1
Solved
Is it possible to have 2 (or more) external repositories linked to a local directory ?
For example, I have a file named externals and containing :
http://somewhere/dev/trunk/F01common.lib include...
Casey asked 25/1, 2011 at 16:24
2
Solved
I have a Subversion repository called 'repo'. Inside of repo are trunk/ and branches/ directories. Within branches/ there are several dozen release branches, e.g. 1.0/, 1.1/. These branches/ direct...
Lardner asked 4/4, 2012 at 21:6
3
Solved
I want to use git to clone a svn repository, but unfortunately, where svn checkout gets the repo with all externals, git svn clone only gets the repository without externals. How can I get the exte...
Priceless asked 17/7, 2012 at 10:28
8
Solved
Is this possible with tortoiseSVN?:
Always freeze svn:externals for tags
the scenario is our trunk will always use the 'HEAD' revision for externals, however when we create 'tags' we would like f...
Viki asked 30/12, 2009 at 21:15
2
Solved
Let's take three cases:
This statement is good. 999 is a peg. This is the so-called "old format":
foo -r999 http://myrepo/foo
Alternatively, the peg can also be specified like this (in the "n...
Barclay asked 3/10, 2013 at 10:10
2
Solved
I'm trying to add an image as svn:externals but TortoiseSVN refuses it somehow.
Currently I have two repositories on my local drive named repoA and repoB. Also there are two checkouts of working d...
Backus asked 14/10, 2012 at 19:20
1
Solved
I have a project which TeamCity is downloading from SVN to build. The problem is that I have some externals in the project which SVN does not download and therefore the build fails. is there some w...
Hallvard asked 11/4, 2013 at 15:51
2
Solved
this is the workflow I currently use for my svn projects (I never use svn branches, and some projects are actively worked on by other people as well):
on the server, do the inital git svn fetch w...
Baese asked 14/1, 2011 at 8:11
2
Solved
I'm fairly new to Subversion and recently learned how to automatically import files which belong to other repositories using svn:externals. And now when I commit the trunk folder and create a tag t...
Cant asked 16/10, 2012 at 10:24
2
Solved
I'm trying to set up svn:externals with TortoiseSVN on a Windows machine. I have two projects and both repositories have been already created on the same local machine.
The current structure looks...
Slub asked 12/10, 2012 at 14:19
2
Solved
So I have this file Mobile.framework and if I do a svn propedit i get
svn propedit svn:externals
It brings up
Mobile.embeddedframework svn+ssh://../Mobile.embeddedframework
This is pointed t...
Jarrad asked 2/10, 2012 at 21:55
1
Solved
When you check out a git repository that contains svn externals, it will simply ignore them. What people have done is create many scripts, many of them mentioned in this question How do I keep an s...
Incompetent asked 13/8, 2012 at 18:14
2
Solved
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 fundamen...
Columbite asked 28/6, 2010 at 11:26
1
Basically I have to repo on the same server:
svn://repo/foo
-> checked out to d:\foo
svn://repo/bar
-> d:\foo has an svn:external property set to check this out into d:\foo\bar
When an "s...
Niemann asked 22/3, 2012 at 14:56
2
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 ...
Bravissimo asked 13/1, 2011 at 17:10
1 Next >
© 2022 - 2024 — McMap. All rights reserved.