svn: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.
0
votes
1answer
33 views
set svn:externals to a repository url from command line
Am trying to set svn externals directly to a repository url from the command line. I would like to know if there is a way to accomplish this without checking out a working copy
Thanks
Ipoo Doh
1
vote
0answers
29 views
Blocking changes to properties/externals when merging in SVN
I have an environment set up where my externals point to a different location in every branch. When I merge my code from one branch to another, I always wind up with a merge conflict in the project ...
0
votes
0answers
44 views
TortoiseSVN: Why can't I add an external (project) to the ROOT of my working copy?
Quick Summary:
I'm new to SVN and need some help with externals. I'm trying to add a separate project to the root of my local working copy, but TortoiseSVN only lets me set the externals property to ...
0
votes
1answer
65 views
Disable SVN checkout for external locations in NetBeans 7.3
So here is the problem. When checking out SVN repository it completes it but then creates a new directory with the same name and checkouts everything in that. This recursive checkout process goes on ...
1
vote
1answer
34 views
How can I get TeamCity to check out SVN externals?
I have a project which TeamCity is downloading from SVN to build. The problem is that I have some externals in the project which SVN does not download and therefore the build fails. is there some ...
1
vote
2answers
50 views
svn subtree, update from one repo, commit to other
A have a big project in a SVN repository. I would like to use some modules of the project in other applications, so I thought about checkout them from my main SVN repository so I can keep my code ...
0
votes
1answer
45 views
Troubles with svn:externals inside another svn:externals
I have some troubles in checking out a tagged version in my svn repository and most likely because of an inner 'svn:externals' that is not referring to the correct revision. Lets consider simplified ...
1
vote
2answers
80 views
SVN post-commit hook to modify externals
We have a Subversion setup that makes fairly extensive use of svn:externals (more than 5 external references in one project, and while most are in the same repository, one or two are in a different ...
0
votes
0answers
29 views
GIT SVN Externals Url Directory Order
I'm using GIT-SVN at work because i've used GIT extensively and like the ability to do local branches on my own machine. With that being said, They are also using svn externals at my job to handle ...
2
votes
0answers
30 views
How to check where a file/directory is referenced from (svn:externals)
My question concerns the Subversion VCS and the feature of svn:externals. I would like to find out where a file or directory is referenced from by the externals.
Not to be misunderstood, I don't want ...
1
vote
1answer
82 views
How do I stop SVN creating a “branches” folder when updating an external referencing a GitHub repo?
I have a simple git repo hosted on GitHub that I wish to pull into a project that is maintained in an SVN repo. There are 2 branches in the Git repo (currently, more will come) but I only want and ...
0
votes
2answers
128 views
How to check out SVN external URL directly?
I have a Subversion repository that contains some client files. Some clients will use the standard files, but other clients will provide custom versions of the files. To accommodate this, I've used ...
0
votes
1answer
30 views
Grabbing unversioned externals into svn check-out
I hope this question can make sense. I use svn externals generally to grab versioned items from another svn check-in. This is not what I am after. We have many .dlls and many sources files from third ...
1
vote
0answers
42 views
How did git(-svn) set correct links to svn:externals?
This is not a question about something not working, it is a question to understand why something is working. Here is my setup:
projects
|
|--- mylibs
|
|--- main
I have two different, ...
0
votes
0answers
32 views
svn soft links from svn:externals?
i am using svn repository.
on directory A i have
- libSomeLib.so -> libSomeLib.so.1
- libSomeLib.so.1
libSomeLib.so is soft link to libSomeLib.so.1
when i run
> svn co A
i get the soft ...
1
vote
3answers
111 views
Recommended code-reuse
I'm starting a new project in Scala that heavily depends on source files in another Java project. At first I thought about creating a new package/module in that project, but that seemed messy. ...
0
votes
1answer
24 views
What happens when SVN can no longer access the url in svn:externals
Say I have a repository like this:
trunk/
src/
lib/
somelib
Somelib is linked to specific revision of a subversion repository beyond my control, at http://some.svn.url.com/trunk.
What ...
0
votes
1answer
206 views
Why do I get a svn: Illegal repository URL '' error when using maven's release plugin?
I was using
mvn release:branch ...
And I got this cryptic error:
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 27.391s
...
1
vote
1answer
139 views
How to update SVN externals automatically
We currently use VSS for source control management, but we want to convert to some other system. VSS enables sharing single files between different projects. It seems that among popular SCM systems ...
1
vote
1answer
324 views
SVN: Ignore externals when committing
Is it possible to ignore the commit of externals in SVN?
Example:
I have a project and one of the subfolders is an external:
svn:externals
my_remote_folder http://svn.whatever.org/blah/trunk/
...
0
votes
1answer
106 views
SVN - Committing externals on commit of main trunk
Short and sweet:
I have one project with an external, which allows me to commit changes to files in that external alongside changes to the main trunk in one operation:
I have another project with ...
2
votes
1answer
50 views
WordPress Plugins repo, get stable tag
I have a local SVN server running on my machine. In it I have a repository containing some default /wp-content stuff, that I use for every project(default plugins, default theme framework, etc). Today ...
3
votes
1answer
183 views
SVN Externals and Revision Association
I would like to use SVN externals to share code files between different projects. I need to ask you a question concerning that feature, but let do it by explaining the situation.
I created two ...
1
vote
1answer
62 views
Synergy CM equivalent of SVN Externals?
Trying to determine if there is any behavior analogous to SVN:Externals in IBM Rational Synergy CM.
Ultimate objective is to find a more integrated way for Synergy projects existing in one database ...
0
votes
1answer
105 views
How to include subfolder from one git repo to another?
Say I have Project1 in a git repo. Within Project1 there is a subfolder that I want to include in Project1+ (Project2, Project3, etc.) By "include" I don't mean copy-and-paste. I want a reference to ...
1
vote
0answers
29 views
Externals missing after Migration from Visual Source Safe [duplicate]
Possible Duplicate:
how linked files in vss repository can be migrated to svn repository
I'm currently just finish migrating Visual SourceSafe Database into VisuallSVN using VSS2SVN Open ...
2
votes
2answers
105 views
TeamCity SVN externals different credentials
I got a project in TeamCity 7.1.1 for which I defined a VCS root.
The VCS root is an external SVN server from which I would like to checkout. The project in the repository contains an svn:external to ...
0
votes
1answer
236 views
Is It Possible to Create Read/Write Dependency?
Just curious if it's possible to create a read/write (2 way) external dependency using svn:externals. I noticed that any time I create new files within the folders that belong to the external repos ...
4
votes
2answers
465 views
Is it normal that SVN external files are not committed?
I'm fairly new to Subversion and recently learned how to automatically import files which belong to other repositories using svn:externals. And now when I commit the trunk folder and create a tag to ...
1
vote
1answer
346 views
TortoiseSVN Warning: you are trying to relocate your working copy to a different path inside the same repository
Recently I've been experimenting with svn:externals and started having an error message when I perform SVN Update.
Z:\Projects\workB\trunk
Cannot relocate 'Z:\Projects\workB\trunk' as it is ...
2
votes
2answers
452 views
Single Image File to be SVN Externals
I'm trying to add an image as svn:externals but TortoiseSVN refuses it somehow.
Currently I have two repositories on my local drive named repoA and repoB. Also there are two checkouts of working ...
1
vote
2answers
279 views
Setting Up SVN:Externals with TortoiseSVN in Windows
I'm trying to set up svn:externals with TortoiseSVN on a Windows machine. I have two projects and both repositories have been already created on the same local machine.
The current structure looks ...
4
votes
2answers
122 views
Does Source of SVN Externals Has To Be A Repository?
I'm trying to set up a svn externals on my local Windows machine with TortoiseSVN. I created a working directory by selecting SVN Checkout. It contains a directory named lib whose contents should be ...
0
votes
2answers
479 views
How to set a revision number for svn external?
So I have this file Mobile.framework and if I do a svn propedit i get
svn propedit svn:externals
It brings up
Mobile.embeddedframework svn+ssh://../Mobile.embeddedframework
This is pointed to ...
1
vote
1answer
406 views
set svn:externals from script
I am trying to set the svn:externals property from a bash script. The line that fails is:
svn propset svn:externals \'WEB-INF/src/com/project ...
0
votes
0answers
35 views
CCNet and deleted externals
I'm having a problem with CCNet; its looking for changes to externals (even when I disable the checkExternals properties) and the external no longer exists.
The catch though is that the external is ...
1
vote
1answer
572 views
A true, robust, git svn externals solution?
When you check out a git repository that contains svn externals, it will simply ignore them. What people have done is create many scripts, many of them mentioned in this question How do I keep an ...
0
votes
1answer
25 views
add external non-svn resorce to svn
I've a project that need very huge amount of data to run properly. The code is on svn, but these data are not. Now I've written into the REAME:
you need to download the data from http://... into ...
1
vote
2answers
189 views
SVN Propset with in Python Script
I'm automating project creation with a python script. I can create repositories, checkout, commit, and import directories, all from within python.
What it won't seem to do is set the svn:externals ...
2
votes
2answers
1k views
git svn - clone repo with all externals
I want to use git to clone a svn repository, but unfortunately, where svn checkout gets the repo with all externals, git svn clone only gets the repository without externals. How can I get the ...
1
vote
1answer
173 views
Programmatically setting svn:externals on a remote repository
I am working on a web-based tool to allow project managers to set up new subversion repositories and corresponding Trac instances.
As part of this tool, I'd like to be able to automatically add some ...
1
vote
0answers
59 views
Can SVN internal externals be symlinked?
Suppose I have an SVN repository with a structure like this:
/
+--/project
| +----/private
| +----/lib X
+--/lib
+--/tools
In this setup, /project/lib is actually an svn:externals entry ...
1
vote
1answer
336 views
Why is git svn show-ignore / show-externals so slow?
I'm in the process of writing a general-purpose svn -> git migration script, which allows for a lot more than the standard git svn clone, and during one stage of my script I'm checking the output ...
0
votes
1answer
444 views
svn: Error parsing svn:externals property on '.'
If I do
svn propset svn:externals 'https://url.to.remote.branch' .
svn: Error parsing svn:externals property on '.' : 'https://url.to.remote.branch'
If I do
svn propedit svn:externals ...
1
vote
1answer
37 views
Auto-updating a dependency repo when I update its dependent repo
We have a load of common third party assemblies in a separate repo to our development projects. This means that occasionally (around once a month), there are potential problems when some code in one ...
0
votes
1answer
89 views
Eclipse: possible to SVN commit to the master project while committing a sub-project?
In my project I have a directory structure like this :
project
--common
--subproject
--common (junction, not a copy)
The subproject needs some files from common. Therefore I ...
1
vote
1answer
174 views
How to fetch a Subversion external without fetching all other directories and subdirectories
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/ ...
0
votes
1answer
206 views
Checking out one external in subversion, after --ignore-externals
So let's say I have a code checkout that I used --ignore-externals on originally. One of the directories has several large externals in it.
After having checked out my sparse copy, is there a way to ...
11
votes
1answer
11k views
SVN externals repo “is already locked” on update
Basically I have to repo on the same server:
svn://repo/foo
-> checked out to d:\foo
svn://repo/bar
-> d:\foo has an svn:external property set to check this out into d:\foo\bar
When an ...
2
votes
1answer
196 views
Is this a good approach for managing common libraries?
We need to find a sensible way to manage our in-house .NET libraries that could be potentially reused by multiple projects. Googling and thinking about the issue for a few hours led me to following ...