svn-externals Questions

2

What I am doing: Apply external properties to a folder in the trunk (both single file and folder external, externals are binary files) Create a branch from the trunk and update the entire project...
Broccoli asked 19/11, 2009 at 15:15

2

Solved

I want to use SVN externals on my projects to include a number of third party plugins. I've found this blog post recommending saving the svn:externals value in a file (called svn.externals) with th...
Dovetailed asked 22/11, 2010 at 5:50

5

Solved

My situation: I have several components, which sometimes have changes to them, and are shared across a lot of different projects. Each project puts these in a subfolder called /depends. The depends...
Exchequer asked 30/10, 2008 at 2:7

2

Solved

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?
Stickybeak asked 29/6, 2011 at 4:42

1

Solved

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 ac...
Natale asked 25/2, 2011 at 14:21

1

We have several subversion repositories: one for common code and one for each top level project. The top level projects have a svn:external link to the trunk of the common repository. Before we bu...
Hux asked 22/11, 2010 at 22:8

7

Solved

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 ...
She asked 3/12, 2008 at 21:43

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

4

Solved

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 u...
Gath asked 21/1, 2010 at 20:58

2

Solved

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 wit...
Sassoon asked 1/6, 2010 at 14:3

1

Solved

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....
Bakery asked 25/2, 2010 at 19:4

2

Solved

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: https://...
Valera asked 10/2, 2010 at 19:8

2

Solved

I'd like to evaluate Mercurial for my working projects. But most of my projects very heavily rely on the presence of svn:externals-like support. I've searched over StackOverflow and googled for cor...
Chill asked 6/2, 2010 at 16:8

4

Solved

We use svn:externals to specific revisions of a library, e.g. like xyzlib -r12345 https://asdf.asdf.local/xyzlib/trunk/ When you make a modification in your working copy to such a checked out ex...
Logo asked 16/6, 2009 at 13:7

1

Solved

I'm trying to do a sparse checkout of a folder containing externals, but none of the externals are being checked out. This issue seems to indicate that this behavior may be by design, or at least t...
Neoteric asked 7/10, 2009 at 9:43

2

can we set svn:external for a single file in debian
Vehicle asked 3/9, 2009 at 5:41

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

4

Solved

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 r...
Ulysses asked 1/6, 2009 at 9:47

2

Solved

I have a bunch of externals directories in a plugins folder. ~> svn propedit svn:externals . akismet http://plugins.svn.wordpress.org/akismet/trunk/ stats http://plugins.svn.wordpress.org/stat...
Cut asked 7/4, 2009 at 15:26

3

Solved

Is there a way to exclude all svn externals when doing a recursive update? Is there a way to exclude only 1 of all of the svn externals when doing a recursive update? Basically I'd like to cut do...
Anemophilous asked 5/10, 2008 at 13:55

© 2022 - 2024 — McMap. All rights reserved.