Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
45 views

I'm doing something with git-filter-repo that is like the convert-svnexternals script here: https://github.com/newren/git-filter-repo/blob/main/contrib/filter-repo-demos/convert-svnexternals In that ...
Dennis's user avatar
  • 2,624
0 votes
0 answers
16 views

I have noticed a strange issue with tortoise svn. I'm using externals and use local path to create a certain folder structure to organize these externals. However when I try to commit changes to those ...
StevenTr Dumoulin's user avatar
1 vote
0 answers
33 views

I have a branch in my SVN repo that has one folder with externals. I wish to remove the externals property from that folder but retain the files in the folder so that I can change them without ...
Rick N.'s user avatar
  • 51
0 votes
1 answer
122 views

We're migrating from SVN to git and now having the problem that we need any replacement for our svn externals. Unfortunately, submodules are not solving our problems since any change in the submodule ...
nrgyzer's user avatar
  • 1,125
1 vote
1 answer
418 views

i currently try to access the list of all externals in a specific folder via the system command line. I tried following follwing command: TortoiseProc.exe /command: propget svn:externals -R Can ...
GioCa's user avatar
  • 13
4 votes
0 answers
491 views

I'm trying to do a permanent migration of my codebase from svn to git, and hit a wall due to externals. I make liberal use of svn externals. I couldn't have anticipated one day wanting to migrate to ...
jerkstorecalled's user avatar
0 votes
1 answer
225 views

In linux, we can use the following command to edit svn:externals EXPORT SVN_EDITOR=vim svn propedit svn:externals ./ but vim is no support in Windows7-cmd.exe, how can i edit svn:externals in ...
lovecy's user avatar
  • 1
0 votes
1 answer
44 views

(I can't understand why SVN even lets you create a tag with externals that point to HEAD, but be that as it may...) I've finally managed to get automatic build labelling working, and I see my tags ...
Benjol's user avatar
  • 67.1k
0 votes
0 answers
42 views

We are migrating projects from SVN to GIT. I have an issue. In one of the SVN project, they used SVN externals in order to create shortcuts between modules like this : -ModuleA |_ srcA -...
Chaguyot's user avatar
1 vote
1 answer
33 views

We have several projects which we store in a single repository (let's call it repository A). Some of the projects in repository A, use files which are source controlled in another repository (let's ...
bpeikes's user avatar
  • 3,739
3 votes
1 answer
1k views

I'm using TortoiseSVN (version 1.9.7) and just started using svn:externals. I want to use it to share some common functionality across different projects in the same repository. So the repo layout ...
Cornelius Sicker's user avatar
1 vote
1 answer
472 views

I'm splitting an SVN repository into two: project1, and common. This way, I can also make project2 which also depends on common. project1 will contain an svn:external link to common. I'd like ...
Stewart's user avatar
  • 5,210
2 votes
1 answer
181 views

I am on a development team with some members who have accidentally committed changes to svn:externals. If the externals in question are from a different repo, they get handled better in TortoiseSVN, ...
Jason S's user avatar
  • 191k
1 vote
1 answer
2k views

Let's say I have two repositories: "Library Repo" and "Project 1 Repo". Library repo contains code that should be used by multiple projects and is version controlled appropriately. Project 1 repo is ...
Izzo's user avatar
  • 5,008
1 vote
0 answers
456 views

(Similar to 13755618) I am currently working on a project which is composed of multiple software units stored on one SVN repository. To assemble the project, I am using svn:externals as below (...
ichiwahato's user avatar
0 votes
1 answer
428 views

We merge changes from time to time from trunk to our current branches. We use SVN 1.7.6 and tried it with SmartSVN and Tortoise SVN. It does not work to merge the changes made in the svn:externals ...
Creepin's user avatar
  • 509
0 votes
0 answers
46 views

I am currently using externals to substitute symlinks in my repo, because I have working copies on Windows and Linux. The reason for this is that I want my code to build on both. So I currently use ...
CodyMouse's user avatar
1 vote
1 answer
81 views

I'm trying to bring a project from svn to git. In the project, I have 2 externals. I've made 2 folders for the externals and clone them in each folder. After, I've cloned the project itself. So, I've ...
Emile's user avatar
  • 602
3 votes
1 answer
390 views

I need to export a single file from SVN. My structure might look like this: - trunk - file.py - anotherfile.py - folder - stuff.py - anotherfolder # <-- External! - magic....
Dnouna's user avatar
  • 31
2 votes
0 answers
480 views

Considering using Conan.io to manage the enormous amount of binaries created by our CI system. Currently, source for several (~50) SW modules is versioned in SVN and we use SVN externals to specify ...
ichiwahato's user avatar
3 votes
1 answer
576 views

Saving for prosperity as I didn't find anything through the google. While starting up a project I needed to move some svn:externals properties around. Specifically a couple folders deeper than it ...
Philip's user avatar
  • 1,541
1 vote
1 answer
96 views

Is it possible to see the SVN externals in PhpStorm? Like in Eclipse there is a red arrow that marks the external folder. And yes I know that I can get the overview of the properties.
mk2015's user avatar
  • 213
6 votes
0 answers
539 views

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 subtree....
nowox's user avatar
  • 29.7k
0 votes
1 answer
146 views

My requirements are: Let's say I commit a file called MyFile.item. After this, SVN should make a copy of this file to some other SVN location. Once it is copied to another location it should also ...
Raghu's user avatar
  • 1
1 vote
1 answer
122 views

We have huge 'global' svn repository for automatic test files. Those test are run on environment, that checkouts that repo. Now, my team has our 'own' repository, that has only external paths to '...
User007's user avatar
  • 345
5 votes
1 answer
4k views

Migrating from svn with svn externals, to git. Each svn externals may have it's own svn:externals. There is no guide how to migrate svn with externals to git here that I found useful. Each branch may ...
Marco Savo's user avatar
6 votes
1 answer
1k views

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 ...
Marco Savo's user avatar
5 votes
0 answers
429 views

I have a super-project which svn:externals several other projects. They, in turn svn:external their own dependencies. One of my issues is that my dependencies often depend on the same svn:external (...
Stewart's user avatar
  • 5,210
2 votes
1 answer
566 views

I've recently added an external file to a directory that is being tracked in SVN. We're using tortoiseSVN. Typically when we add externals, we try to give it a prefix marking such that others know it'...
Izzo's user avatar
  • 5,008
0 votes
1 answer
299 views

I'm working on converting a pretty decently sized SVN repo. It is ~50 projects which comprise ~5 different deliverable products (some projects are shared amongst all products, others projects are ...
kinar's user avatar
  • 502
0 votes
1 answer
134 views

I replaced files that originally existed in SVN repository with svn:externals references. Now every svn update deletes each file and checks it back out. How do I fix this? Details With all code ...
Marcin K's user avatar
  • 302
0 votes
2 answers
474 views

This seems like a it would be pretty simple to do but I have not had any luck finding the answer. I have project with the following structure: trunk src Doc lib external-lib1 ...
Alex's user avatar
  • 2,009
1 vote
2 answers
1k views

I have multiple projects in different repositories: tools thirdparty shared ├──Common ├──Exceptions multimedia ├──VolumeControl ├──VideoRenderer android ├──Audio For example, android depends on ...
ssk's user avatar
  • 9,355
0 votes
0 answers
122 views

Is it possible to do a partial clone of a mercurial repository as either a subrepository or a guestrepo? description: given a repo at https://blah/hg/foo/ named foo and another repo named cat , I'd ...
n611x007's user avatar
  • 9,352
2 votes
1 answer
276 views

I'm using VisualSVNServer. I've a svn repo (say: test1) with externals (say: test2). Everything fine so far, when I checkout test1, test2 is automatically checked out to and placed inside my working ...
wollud1969's user avatar
0 votes
1 answer
234 views

I use TortoiseSVN to keep track of a few projects. One of my repositories (let's call it "Repo A") has an external which is a certain folder from another "Repo B", but from now on I need to commit ...
Marc.2377's user avatar
  • 8,955
1 vote
2 answers
3k views

I am requesting from the SVN server a revision of an external which is guaranteed to exist, because it's the latest modified revision number. Instead of getting the external like normal, I get ...
adowdy's user avatar
  • 339
0 votes
1 answer
68 views

I want to migrate from VSS to SVN, and the reason of my question lies behind the logic which these 2 systems use. My enterprise project has single source, but few files from UI,(jsp pages,etc.) are ...
animgr's user avatar
  • 71
1 vote
0 answers
560 views

I'm trying to check my externals through an SVN Pre-commit hook. The svn:external contains an shared library through multiple projects. On the Pre-commit hook, I want to check if the external is ...
Roel Balink's user avatar
0 votes
1 answer
2k views

Is there a way to quickly find all svn:externals references to a URL on-demand, among repositories that we control, using svn, TortoiseSVN, and/or some other tool? (e.g. Plugin/extension, hook scripts,...
cp.engr's user avatar
  • 2,529
1 vote
0 answers
26 views

I've seen many questions about creating an graphical SVN overview with differnt programs. Is any of those able to take externals into account? I am using svn::externals to link different libs to my ...
MKFein's user avatar
  • 91
1 vote
0 answers
2k views

I want to link directories in SVN as shown in this post: Is it possible to link SVN repository files so that a file is actually a reference to another repository's file? however I seem to be doing ...
still learning's user avatar
0 votes
1 answer
1k views

I currently have a problem I was not able to find a answer to, as it seems a little special. My problem: We have two repositories here. Repository A is holding common stuff and Repository B is one ...
Gunter's user avatar
  • 392
1 vote
0 answers
117 views

So a little bit of history; I maintain a svn where, various repositories for applications and shared libraries all sit off root of the server root App1 (depends on ORMthing, UIstuff, Common1 ) trunk......
BenCamps's user avatar
  • 1,854
0 votes
1 answer
250 views

I have multi externals need to be set within a file externals.txt and I attempt to change the svn:externals from a bash: svn pe svn:externals svn://hostname/branchname -F extenals.txt But the command ...
jayatubi's user avatar
  • 2,272
0 votes
2 answers
254 views

Context I'm presently using SVN externals property to fetch a folder. I'd need to fetch a second folder in the directory. The environnement I'm working on is like this Trunk/ Mtx/ MtxTest/...
Cher's user avatar
  • 2,977
2 votes
1 answer
5k views

I'm trying to set an external path on SVN. Here is what I do in SVN: Right click on folder where I want an external Select "Show Properties" New -> Externals In "Externals", I click New At local path, ...
Cher's user avatar
  • 2,977
0 votes
1 answer
650 views

I'm working on a big project using subversion, and we use externals everywhere. This makes an "svn up" take forever since it has a delay on each external. To fix this, I want to remove some nested ...
intensity's user avatar
2 votes
1 answer
2k views

Suppose I have such svn structure: svn://myhost/repository_main svn://myhost/repository_ext The revision numbers of these two repositories are isolated. Now I have set a svn:externals on svn://...
jayatubi's user avatar
  • 2,272
2 votes
1 answer
1k views

(Related to: SVN externals repo "is already locked" on update) I started off with a repository structure like this: ^/ ├ module1/ │ ├ foo/ │ ├ bar/ │ ├ baz/ ├ module2/ The directory ^/bar ...
Lightness Races in Orbit's user avatar

1
2 3 4 5 6