Tagged Questions
Subversion externals allow a part of an external Subversion repository to be checked out within another working copy, by setting the svn:externals property on a directory in that working copy.
31
votes
7answers
4k views
Are subversion externals an antipattern?
Subversion lets you embed working copies of other repositories using externals, allowing easy version control of third-party library software in your project.
While these seem ideal for the reuse of ...
6
votes
2answers
351 views
SVN Development and Release Process - Sanity Check
I am creating a process for working with version control and my web based application. This is what I have so far:
I am doing main development under branches/development and keep that in sync with ...
5
votes
1answer
684 views
Why are git submodules incompatible with svn externals?
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 ...
4
votes
2answers
270 views
The Mercurial hgsubversion extension gets SVN Externals to behave like Hg sub repository
This question is related to Using the Mercurial hgsubversion extension with SVN Externals. However, the second part of the question relating to doing a hg svn update has not been answered.
Is it ...
3
votes
1answer
826 views
Using the Mercurial hgsubversion extension with SVN Externals
I'm using Mercurial to talk to a Subversion repository, and the repository is currently using SVN externals to pull in another repository.
hgsubversion works really well for communicating with the ...
3
votes
4answers
451 views
Zend Framework and svn:externals
I have been using svn:externals to bring the Zend Framework files into my project. This is what my svn:externals looks like:
-r 22731 ...
3
votes
3answers
517 views
What's the benefits of “svn:externals”?
I would not get to know svn:externals if I haven't run into the this page. So, I setup my working folder. Then
mkdir lib/vendor
svn add --parents lib/vendor
svn ps svn:externals 'symfony ...
3
votes
2answers
305 views
Replicating svn:externals into a git repository (Referencing git from Subversion)
We have a Subversion repository that is not going to move to git in the short to medium term, but I would like to use a DVCS for controlling and versioning 3rd party libraries.
Is there a way of ...
3
votes
2answers
710 views
Changing svn repository url in externals property
I'm moving my repository to a new location, but I have folders with the (same) repository URL hard-coded in the externals properties. e.g:
old URL: https://OldLocation.Domain/svn/
new URL: ...
2
votes
1answer
22 views
Get variable in svn-external
I'm wondering if it is possible to get a (global) variable in an svn-external property, or one at any place.
When looking answer for my question, I found not that much about variables...
I'd like to ...
2
votes
1answer
71 views
svn merge with svn:externals causes massive add of svn:merge-info properties - any solution?
If you have a directory with an svn:external link it in (which we use extensively at work), then whenever you merge that directory between branches, every file in the directory gets a new ...
2
votes
3answers
471 views
How do I “commit” changes in a git submodule?
I have, in my naivety, set up a git submodule and treated it like a Subversion external - i.e. it's now full of changes that I've just realized haven't been committed or pushed anywhere.
Is there ...
2
votes
1answer
125 views
Find paths with svn:external properties with certain string?
I've a very large subversion repository, it's about 7 GB in size and holds many many files and directories from different projects.
Now I did some major change to one project structure which is ...
2
votes
1answer
252 views
svn:externals : Having more than one external repository in a local directory
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
...
2
votes
2answers
68 views
Version control for interdepedent modules
How do I track and manage the dependencies of software modules under version control?
I am building several websites, each of which uses a particular Apache configuration, particular Django code, a ...
2
votes
4answers
1k views
How to do internal svn:externals
I'm trying to set up a sort of symbolic link in our subversion repository with svn:externals, but it's not really working all that well. What I want to do is link a folder in one part of the same ...
1
vote
1answer
25 views
Including Zend Framework using svn-externals, svn update fails half way
I would like to include Zend Framework into my repository using svn:externals = -r24607 http://framework.zend.com/svn/framework/standard/tags/release-1.11.9/library/Zend/ Zend .
I am using Tortoise ...
1
vote
1answer
53 views
How to use subversion's propset against a URL?
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 ...
1
vote
1answer
30 views
How can I change a svn external in the repository
We have a number of externals in our project and I wish to create an additional branch within them.
I have gone in and modified the svn:external properties on my local copy and all is good there and ...
1
vote
1answer
88 views
SVN External Folders and Files show up as 'non-versioned'
I am an SVN noob that has been given the job of investigating some issues with our SVN externals in a project.
Using TortoiseSVN I have made my way to the root directory of the project and selected ...
1
vote
0answers
87 views
How to nest Git Submodules within Submodules?
I've done a fair bit of searching on this but none of the results quite hit the nail on the head.
$ mkdir blah
$ git init
$ git submodule add -b 7.x http://git.drupal.org/project/drupal.git drupal
$ ...
1
vote
1answer
40 views
Quick way to rename server url of all svn:externals?
I realize that as of SVN 1.5 you are able to use relative paths for externals, but is there a quick solution to modify all externals recursively for those who did not utilize this option?
We recently ...
1
vote
1answer
112 views
Mimicking/faking svn:externals using TFS
I have multipile projects, each of which references the same library project. I want to be able to make changes to the library to support one of those projects without having to support those same ...
1
vote
0answers
63 views
svn: externals history with parent repository in redmine
Setting ups some bug tracking with Redmine and svn. We have one app which has a collection of smaller apps within that are stored in different svn repos, so we have svn: externals controlling the ...
1
vote
2answers
51 views
How to check if svn external is set for a repository
I have an old repository (SVN) and I am not sure if svn external is set for it, and if yes.. for what path?
Is there a way to find that out?
Thanks!!
1
vote
1answer
210 views
Dynamic username in svn:externals URL
In my project directory I have svn:externals set to the following:
library svn+ssh://MY_USERNAME@some.server.com/library
where MY_USERNAME is my personal username. It works for me, but if another ...
1
vote
1answer
77 views
Doctrine 2 and SVN Externals
Anybody know how to set up Doctrine 2 through SVN externals? I found this project but it seems to be outdated.
1
vote
2answers
241 views
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 ...
1
vote
2answers
319 views
Svn repository stopped working with svn+ssh (but works locally on the server)
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. When ...
1
vote
2answers
96 views
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 needs all the ...
1
vote
1answer
364 views
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:
c:\myproject> svnversion
...
1
vote
1answer
128 views
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 ...
1
vote
1answer
1k views
Update svn checkout to specific date including externals
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 without ...
1
vote
1answer
150 views
Getting started with git-svn with multiple users
In our project we have to commit all changes to the clients svn repository.
I want to move our team to git. So I'm thinking I'll need a central git repository that uses git-svn to push to the svn ...
1
vote
2answers
353 views
svn:externals a sub-folder of a git project
is there a way to get only a part (ex: a sub-folder called /library) of a github.com project and use it in svn:externals?
What I'm doing now is
$svn pe svn:externals .
SomeLibrary ...
1
vote
1answer
1k views
How do I checkin to local copy AND svn:externals subdirectories in one commit?
We have an svn project that also has several plugins in vendor/plugins - all pulled in via svn:externals.
I have a commit that spans both the main project and several of these plugins all at once.
...
1
vote
2answers
214 views
Can I add a subversion external as an inline folder that I am adding it to?
I have two folders laid out as below:
svn/BaseLibrary/trunk (which contains)
svn/BaseLibrary/trunk/Core
svn/BaseLibrary/trunk/Controls
I would like to include BaseLibrary as an external on another ...
1
vote
1answer
392 views
Point SVN Externals at a CVS Repository
Is it possible to point an SVN Externals directive at a CVS repository?
1
vote
1answer
235 views
SVN externals broken after relocation
So we recently moved our SVN server from being a root path (svn://sever/) to being a subfolder (svn://server/sub/) to allow multiple repositories on the same server.
We have a number of working ...
1
vote
1answer
537 views
Nant: Building projects using svn-externals
Using subversion and Nant for building. I have a main project that depends on several sub-projects. The sub-projects exist as separate projects inside subversion.
My question is:
Should the nant ...
1
vote
2answers
1k views
SVN update command to target a single externals subfolder?
I have a bunch of externals directories in a plugins folder.
~> svn propedit svn:externals .
akismet http://plugins.svn.wordpress.org/akismet/trunk/
stats ...
0
votes
2answers
22 views
Svn external on external directory
I have this svn:external file in a project:
Silex https://github.com/fabpot/Silex/trunk
Silex/vendor/Symfony/Component/BrowserKit https://github.com/symfony/BrowserKit/trunk
...
0
votes
2answers
47 views
SVN: Update working copy to exclude externals
Is there a way to update a working copy to exclude externals?
I have a working copy that I checked out with externals. I'm doing some updates to my include paths and now have these external files in ...
0
votes
1answer
28 views
SVN repo with external trunk
I have read-only access to the trunk of a SVN repository and I want to create another SVN repository in which the trunk is taken from the previous repository.
I tried using the "externals" tag, but ...
0
votes
1answer
79 views
Hudson update doesn't download “svn:externals” projects
I have a project which has one subfolder. This subfolder has 3 children folders:
D:\MainFolder
|---SubFolder
|----ChildrenFolder1
|----ChildrenFolder2
|----ChildrenFolder3
SVN Externals ...
0
votes
1answer
29 views
svn: removing an external in the working copy?
I moved one of my (single-file) externals to another directory, but its presence persists in my working copy. If I delete the file and then svn update, it gets restored.
How can I get rid of the ...
0
votes
1answer
98 views
svn:externals accept relative paths?
I have SVN download automatically some projects from another part of the trunk to my current trunk location - i.e. sharing projects with SVN:Externals.... All is working work...
But i have it hard ...
0
votes
1answer
127 views
Script/utility to rewrite all svn:externals in repository trunk
Say that one wishes to convert all absolute svn:externals URLS to relative URLS throughout their repository.
Alternatively, if heeding the tip in the svn:externals docs ("You should seriously ...
0
votes
3answers
102 views
Project properties lost on external checkout
Our company might be moving from CVS to Subversion soon. This has brought about an issue for us, which I am trying to solve.
For CVS and Eclipse, we were able to use team project set files to gather ...
0
votes
0answers
54 views
Other options besides svn:externals and shared repository checkouts?
I want to share my code libraries between multiple PHP projects. I am using SVN (unfortunately).
What other options are there to share code besides using 1) svn:externals or 2) a shared repository ...