externals Questions
6
Solved
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...
Toscanini asked 15/10, 2008 at 13:2
3
Solved
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 ques...
Madalena asked 19/3, 2009 at 17:27
2
Solved
I have a web application that is written with React and bundled with Webpack. The application has a JSON config file that I want to include at runtime and not to be bundled with webpack.
In my ent...
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
1
I have a branch of the trunk. I need to re-set the properties of the externals in the branch to a different point.
My idea was to remove them all and re-set them with propset.
When I type svn propd...
3
I've made one svn:external in my repository. Everything works fine, except the output of the svn status command. In the output there is lot of information I don't need:
$ svn st
X lib
Performing ...
1
Solved
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 an exter...
4
Solved
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 f...
Atp asked 8/10, 2009 at 3:31
3
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 http://sv...
Patrizia asked 31/7, 2010 at 9:45
3
Solved
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 aw...
Feeley asked 28/10, 2009 at 1:30
4
Solved
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. ...
Wheel asked 20/10, 2008 at 4:31
1
Solved
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 prob...
1
© 2022 - 2024 — McMap. All rights reserved.