I'm looking for the easiest free SVN implementation I can find.
I downloaded and installed VisaulSVN server - pretty easy.
Installed Tortiosesvn - pretty easy - both work together.
Installed ankhSVN, I can't get it to connect to the repository on the VisualSVN server.
Is there anything special I need to do to get ankhSVN to talk to the...
I am creating an integration server for the first time, and although I have two projects in my cruisecontrol config file, only the first one seems to be executing. My config file is pasted below.
<cruisecontrol>
<project name="cc-config">
<triggers>
<intervalTrigger seconds="60" />
</triggers>
<sourcecontrol t...
We are using Subversion. We would like to
1. search across all commit messages ?
2. monitor the commits on certain important files ?
3. identify files that are never/rarely used ?
4. identify files that are most frequently changed ?
5. identify files that most developers have accessed ?
6. identify files that have been commit...
I'm using IntelliJ-Idea to write Java daemons. We use JUnit to unit test our code and want to have automated runs on check-in to subversion.
Are there any tools available that can automatically run unit tests and then send reports in email and to Hobbit?
...
I accidentally moved a very important and large folder from the root project into a sub-folder. Now when I try to move the folder back, it gives me an error message "Cannot create a file when that file already exists." How do I move things back?
Additional Information: I am also under SVN and now it wants to start a new log tree. I j...
Im thinking of updating my practices, and looking for a little help and advice!
I do a lot of work on sites that run joomla, oscommerce, drupal etc and so I have created a lot of custom components/plugins and hacks etc. Currently each site has its own folder on my xampp setup. What I would like to do is have a default setup of (for exa...
I recently got involved in a Java project at work: we're using MyEclipse for the IDE, and Subclipse for source control integration. Since I am new to the project, I am currently submitting any changes I make as patches, to make it easier for the other team members to review my changes and decide whether or not to commit them to the trunk...
For some reason, no matter how I go about it, I cannot get TortoiseSVN to add an Author to Log Messages.
Currently we connect to a PC running svnserve, so it's not a file:// Address.
We have tried using svn://Username@svnAddress, svn://svnAddress
Even setting svn:keywords $Author: AuthorName$
I was under the impression that TortoiseSV...
Since version 1.5 Subversion supports to have a local caching-proxy for the main Master-repository.
I got the slave synced and the master replaying the commits to the slave.
Everything works fine so far, but now I am wondering how to do the authentication (working with this guide).
When both, the master and the slave, have authentica...
Hello,
I am trying to migrate a part of SVN repository using svnadmin dump.
The provided svndumpfilter tool doesn't manage copy/move/rename dependencies from directories not included in the export.
Is there a tool which can manage these dependencies?
Thanks.
...
I have an SVN repository structure like below. We are using multiple levels under branches for various release maintenance branches, plus a directory for feature branches.
git-svn init seems to work with a single --branches argument, i.e. it seems to expect all of the branches to be in a single location.
trunk
branches
1.1
1.2.1
...
I've read quite a bit of the Red Bean Software SVN Book, and some of the questions here on SO, but I want to make sure I'm going about this in the right way the first time around step-by-step before I begin using it. Is this correct?
Install SVN.
Create SVN repository at /usr/local/svn. Directory structure looks like this:
-- conf
-- ...
I am currently using an Apache front end for my Subversion repository, in order to do LDAP authentication.
My setup is fairly vanilla, however I would like to be able to specify a "backup" LDAP URL, in case the primary one is down. I can't currently see a way to do this other then use a second location, or virtual host that points at th...
Via command line, I usually do this:
cp -rRp /path/to/a_folder/. /path/to/another_folder
This copies just the contents underneath a_folder to another_folder. In SVN I need to do the same thing, but can't figure it out. I always end up with this:
/path/to/another_folder/a_folder
SVN throws up even when I try this:
svn copy file:///pa...
I have a set of applications that all rely on a cross-platform library (in-house development), and everything is stored in subversion. Now, this library is part of every app and as such a copy of it has to be in each app's working directory.
In order to be able to go back to any version of an app and have the correct version of the lib...
Does anybody know if there is an SVN:externals property equivalent in TFS2005?
Definition of an SVN External property
Sometimes it is useful to construct a working copy that is made out of a number of different checkouts. For example, you may want different subdirectories to come from different locations in a repository, or perhaps fro...
I've got a large source tree (> 2 GB, WINCE build tree) that I would like to start managing with Subversion. Up to this point, 'versioning' has been managed through keeping multiple copies of the tree, and using Beyond Compare to find differences.
The last big stumbling block I see to using Subversion is that it modifies the file timest...
Can anyone recommend an SVN client for use in Excel with VBA (code modules only). Ideally, I would also like SVN to ignore case when diffing prior to committing changes so as to avoid excessive churn in the repository (VBA has an annoying habit of changing the case of variables all over the project).
...
As a subversion user you'll have a local configuration folder /<userhome>/.subversion/ in your user home. In there is a config file containing, among others, auto-props.
These properties are applied to files that you add to the repository, e.g. by
svn add <file>
Now here's my question (actually two questions):
How do you coordinate...
Ok, so here's the lowdown. I want to setup a Version Control system and associated processes for my agency and want to learn from the mistakes of others before I leap into it.
I'm looking at deploying subversion from a remotely hosted service (assembla - which will also help with offiste code backups!).
We're an ASP.net web shop with 3...