Tagged Questions
The externals tag has no wiki summary.
50
votes
4answers
6k views
Can I emulate svn:externals using mercurial?
We are considering a move from SVN to Mercurial, and have encountered a stumbling block.
We currently use svn:externals to automatically pull a common set of libraries into the working directory. I ...
13
votes
3answers
9k views
How to get started with svn:externals?
I'm looking for a succinct and well-written tutorial on using svn:externals.
I already know how to use them in a basic way myself, but I want a good article that I can link to when answering ...
5
votes
1answer
1k views
Subversion externals problem
I am new to SVN and make heavy use of the externals property. I have a repository located on my PC and the externals properties have a hardcoded 'localhost' in the name, which is now giving me ...
4
votes
1answer
396 views
Don't show svn:externals in svn status
I've made one svn:external in my repository. Everything works fine, exect the ouput of the "svn status". In the output there is lot of information I don't need:
$ svn st
X lib
Performing status ...
4
votes
3answers
423 views
svn externals … yes or no?
I've read a few answers on here that condemn the use of svn:externals. I do see how they can be misused, and it does make us more dependent on Subversion, but I really don't see our group moving away ...
4
votes
4answers
408 views
Help in understanding SVN Externals
I'm looking into svn externals for my company, and it seems like it would be a good feature for us to use. We have several products that often reference shared components, but have a bad habit of ...
3
votes
1answer
160 views
Adapting svn:externals usage for move to Mercurial
We've got in a corporate environment an svn repository structure which looks like this:
root
libs
shared_lib1
shared_lib2
private_lib
public_code
private_code
where public_code is ...
3
votes
3answers
518 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
258 views
Is it possible to peg a Mercurial subrepo to a specific revision (like svn:externals)?
I'm migrating a set of projects from Subversion to Mercurial. The projects currently use svn:externals to pull code from one into the others. I've been following the recommendation to point externals ...
3
votes
4answers
755 views
How to get SVN to ignore a directory inside an externals definition
I'm using subversion to host my own repository for a WordPress installation. I've got it set up so that all of the core WordPress files are in their own directory (called wordpress) and set up to use ...
3
votes
4answers
1k views
Subversion - where should the svn:externals come from?
I am about to establish a rule at work here that all svn:externals references should come from the one of the other project's tag, never from its trunk or from any of its branches. Is this a ...
3
votes
4answers
1k views
How to migrate all URLs in svn:externals properties across a repository?
We are in the process of moving our SVN repositories from one machine to another one, and with it will come a new domain name for the new repo. The problem is, that within the repository, there are ...
2
votes
1answer
82 views
Svn externals and c# assemblies - incompatible?
something that should be so simple in .net seems to be oh-so-hard.
I have a project called MyExtenders, containing a few simple extenders to basic types.
Many projects use MyExtenders - and so in ...
2
votes
2answers
544 views
“svn list” ignores externals
i have a directory called 'library' in my SVN tree which uses externals to load libs such as zend framework/smarty/....
im using a self written tool which uses "svn list" where i can select files ...
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
1answer
130 views
Is there an GIT alternative for SVN Externals?
I currently use SVN to manage jboss server configurations and i need to have several copies of the same sub-directory in each working copy, but referencing the same directory on the server so that ...
1
vote
1answer
51 views
svn: Is there a way to avoid extraneous re-loading of externals?
When I do an svn update, it reloads all the externals, even though I've given them all an explicit revision in svn:externals, and I haven't modified this property or the files in question.
Is there a ...
1
vote
2answers
125 views
Weird TCL quirk
So I am very new and inexperienced to the ways of TCL programming. I wrote a script that calls a proc written by someone else, first removing the output file. It then does some additional logic I ...
1
vote
1answer
164 views
“submodules” in git: braid or subtree or something else
To include a few external git repositories in my "main" repository, there are a few options:
submodules
braid
subtree
The first seems to be advised against by basically everybody. The second and ...
1
vote
3answers
476 views
SVN externals change source to target directory
I am using svn 1.6, is it possible to have: ?
source directory
shared\code\depends\make1.3
- contains file make.1.3
target directory
trunk\make\
- i want make.1.3 in trunk\make\
Have an SVN ...
1
vote
1answer
189 views
Subversion hook updating externals autentification error
I have a post-commit hook that is updating a working copy.
In that working copy some of the files are externals witch have authentication.
Is there a way to pass the login credentials to the svn ...
1
vote
2answers
2k views
Relative path in Subversion externals definition doesn't work for me!
I know there is a question about relative paths in subversion, but it doesn't work for me.
The error I get is:
svn propset svn:externals "openscada_da_server_common ...
1
vote
3answers
616 views
How do I update all svn:externals references after a server migration?
I migrated an SVN server today and ran into an issue. I have a repo that has an svn:externals property on a trunk subfolder. This folder has been branched a bunch of times and now this svn:externals ...
0
votes
0answers
5 views
How do I perform a Subversion update on my externals only?
We use Subversion for version control, and we share common code among projects using externals. Any given project looks something like this:
project/ (svn:externals is set on this directory)
...
0
votes
2answers
24 views
Linking projects in bazaar
I have some projects that need to include the source of another project. All projects are managed by revision control software. In fact, they are for now part of the same local bazaar repository. The ...
0
votes
2answers
42 views
How does one setup correlated subversion externals? Should one?
We have a couple of Zend_Framework applications that we'd like to keep in separate subversion repositories. However, these applications share the same database abstraction layer, and several of the ...
0
votes
0answers
53 views
Subversion - Automatic branching externals in trunk too
is there a possibility to automatic make a branch from every external in my branched repository?
I thought about a pre-commit hook that would look in the branches folder for externals and makes a ...
0
votes
1answer
51 views
Keep PHP classes (Zend, PEAR) in Subversion?
I have two projects in the same Subversion repository. They both use some standard code/classes (Zend/PEAR/phpMyAdmin etc) for various things. The repo is organized like this:
\shared\trunk - stuff ...
0
votes
2answers
330 views
Checkout SVN externals to the root of the current WC
I'm trying to checkout a external repository to my current working copy.
This is my setup:
Current Working Copy
D:\working_copy\
External Path
D:\external_working_copy\uploads
Then I setup ...
0
votes
2answers
261 views
Including links to external resources in Visual Studio 2010 Web project
I have a ASP.NET project which relies upon the FreeImage .NET wrapper. This is loaded using a reference to a external directory. The wrapper relies upon the FreeImage.dll being present to work ...
0
votes
1answer
82 views
Is Subversion's 'Lazy Copy' still lazy when overwriting a previously deleted file?
Is Subversion's 'Lazy Copy' still lazy when overwriting a previously deleted file?
I store my externals in a separate folder for each version: i.e say for dojo I'd have:
webroot\
scripts\
...
0
votes
1answer
63 views
Add file from within an external project to a local project
I'm using the svn:external to get projects like Nlog and Lucene.net.
They don't have a vs2008 csproj file.
I can create that one easely so I can add it to other projects.
Is it now possible to add ...
0
votes
5answers
190 views
which files not to add to the svn trunk?
Should i resolve myself to add third party and ajax libraries that i use in my project - tinyMCE editor for example (more than 1800 files) or fckEditor - when my project doesn't contain nearly as many ...
0
votes
2answers
287 views
svn:externals and permissions
I am running an svn project with optional components - pulling from several external repositories, and a number of users with varying access permissions to these externals.
The 'svn update' command ...