How can I get a list of all svn:externals (recursively) in a directory? Is there any utility for this?
(I'm using Windows (and tortoise))
I have a bunch of svn:externals linking to different shared parts of my project and I when I branch it's usually quite error prone to find all externals and changed them so that the link to paths wit...
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 aborts at the first project that it cannot retrieve.
Is there a better or standard methodology for svn:externals to allow successful checko...
Without access to git and git-submodule, I need to incorporate a shared-ip repository into two separate project repositories while minimizing the overhead of branching. People on either project need the ability to easily branch off their project's mainline trunk while also branching off the shared-ip repo. If/when the user modifies the...
Here's our problem, we are a Flex shop that uses .NET for the server side logic. We use subversion for our source control and subeclipse in Flex Builder but are still quite new to using source control let alone subversion. Branching and merging seems to work very well on the .NET side but we are running into issues on the Flex side bec...
I created a customised version of Wordpress for us to use as a template for our web projects, stored in an svn repository.
It has various properties set (ignores, wordpress + plugins as externals) to ease workflow and updates.
My question is, how to use this as a base for others projects / repositories?
If you export, it loses all th...
I see no reference on their website for this. I get pysvn to configure and build, but then it fails all the test. Has anyone had any luck getting this to work under linux?
...
Duplicate
Is there a free version control server provider for non-public projects?
Can you recommend a SVN, closed-source project hosting site?
I know there are already a lot of posts on this subject, but I'm looking for 1 provider in particular.
A while ago, I stumbled upon a site, providing completely free (no pricing de...
Can subversion be hosted on Amazon's hosted cloud service?
...
I'm working on a large, established project under SVN control. Many parts of the code base are being checked out as externals, but are being actively worked on by other people.
I wanted to update my entire working copy, externals and all, so that it reflected the various repositories' HEADs at a specific point in time. My initial attempt...
There is a problem with the ccnet. The server is not able to detect modifications even after the changes are committed to SVN. Can anyone help regarding this??
Below is the configuration file for the cruise:
Project
http://cruise01/ccnet
<sourcecontrol type="svn">
<trunkUrl>http://svn01.com/abc/Project...
How to get latest revision number using SharpSVN?
...
Hello is there a way to use svn command line from eclipse?
Within eclipse in my project browser i can righclick and then click team and than i have something like svn. Not sure which plugin it is. But it doesn't have button's to for example ignore files for uploading. That's why I want to to it command line. And my question is how to do...
When you publish a Subversion repository trough Apache Httpd you got an bonus feature: you can browse the HEAD revision of you sources with any HTTP client.
For example, we have this repository:
http://trash-cli.googlecode.com/svn/trunk/
With any HTTP client (e.g. Firefox) you can browse the files at the HEAD revision.
The svnbook ex...
I'd like to use Eclipse's formatter to fix some poorly styled code, but there's a huge downside to killing all the metadata in the repository about who is responsible for what. Any thoughts on ways to get around this? Perhaps it is just completely impossible...
...
I am looking for a web based svn admin that can use LDAP Users and Groups which can create repos add/modify hooks of a repo through the web interface.
For example you have a LDAP group that has access to multiple repos. You can then have one user in the group that can be an admin of all users in the group.
This admin can create intern...
At work, one of the head managers asked me to research on what could be the benefits of changing the current source control server (Visual Source Safe) of my project to SVN.
I really don't have anything against SVN, actually I kind of dig it, but in my humble opinion, change to SVN will not bring any significant benefits to the project...
I had no problem checking out my project from googlecode in terminal. I tried to commit the changes but I get the following error message:
"...programming/softwaredefinedradio/out' is not under version control"
The problem is I don't have a file called out in my directory.
What would be causing this?
...
What is the easiest way to submit a working patch or bugfix to an Open Source project using SVN?
Ideally, I would like to submit a revision or patch so they can easily apply it in their repository directly if they approve it.
I'm using TortoiseSVN if it matters.
...
I put a mistake into a comment in SVN. Can I edit this after checkin?
...
Hi. I have a VPS and i'm trying to host several SVN projects. I'd like the URL paths to be like this:
http://svn.domain.com -> Welcome HTML page (at /var/www/svn.domain.com/httpdocs/index.php)
http://svn.domain.com/project1 -> Project 1 SVN Root
http://svn.domain.com/project2 -> Project 2 SVN Root
http://svn.domain.com/project3 -> Proje...