svn

Subversion Merge: How do I Cleanly Re-integrate a 'Definitive' Branch?

We have been experimenting with a new technique to manage our release branches. Generally, we maintain our current release on the trunk, and create release branches for each release. The release branch is where active development usually occurs, and the trunk is used for bug fixes on the current release. We have been periodically me...

Useful tools for working with Subversion

There are a number of great tools out there which integrate with Subversion and do some really neat things. I’ve tried a number of them but ultimately only tend to use the following on a regular basis: Tortoise (the ubiquitous Explorer plugin) Visual SVN (IDE integration for VS) Visual SVN Server (light weight SVN server) SVN Monitor (...

Handling and syncing own custom version of an open source library with SVN

I found an open source library that seems quite useful in my project. The library is however in alfa/beta state and is a bit immature. It happened that I had to manually apply a patch or make some changes completely on my own in order to get rid of some minor bugs in that lib. The question is: how can I store and manage my custom "branc...

what is the best way to back up an SVN server for all the code and content?

is there a good way to back up all the code and content on an SVN server? because if that hard drive dies, then all work can be lost. i think if we use multiple computers to SVN Update to it regularly, the most of the files are present on those machines, and therefore the code are somewhat safer not to be lost. i was also thinking of ...

How to properly create a svn tag from trunk?

I am creating my first project in subversion. So far I have branches tags trunk I think I immediately need to make branches singular and start over. Update branches is the norm. I have been doing work in trunk and moving the contents to tags as follows mkdir tags/1.0 cp -rf trunk/* tags/1.0 svn add tags/1.0 ...

How can I remove missing files with spaces in svn?

I have this snippet i found. svn status | grep '\!' | awk '{print $2;}' | xargs svn rm It removes all missing files, if I or someone deletes the files manually (via the editor or they are deleted via the system) But my bash coding is not great, what it's missing is that it does not work with files that have spaces in it. svn rm Supe...

Subversion issue after cvs2svn

I am using eclipse / subclipse for development. I also have the TortoiseSVN client. I am trying to move a CVS repository. The old CVS repository had a single project. We want to reogranize as several of the projects have their own development streams, and should be managed separately. I ran the standard full move of the repository...

What does a gray Vee icon mean in TortoiseSvn?

I have a gray Checkbox or 'vee' icon next to a XSL file. It is identical to the usual 'green vee' that appears next to versioned files. What do it mean? ...

How can I determine who locked a file using SVN?

We are using SVN server 1.4 (I think) with the clients being either the command line client or TortoiseSVN. ...

What does the Subversion status symbol "~" mean?

I am getting a tilde symbol when I do an svn status. Here is the output of the project after editing it in XCode. svn status M build/Currency_Converter.build/Currency_Converter.pbxindex/imports.pbxbtree M build/Currency_Converter.build/Currency_Converter.pbxindex/pbxindex.header M build/Currency_Converter.build/Currency...

SVN plugin for VS2008

Hi there, I'm using VisualSvn with my vs2008 and I have to run some sort of commit monitor in the tray area to see if the local copy of project is out of date. I have two problems with that: 1.I hate to have it in two places, I want to see that as an icon in my VS. 2.The commit monitor software keeps an eye on several projects, when ...

how does TextMate do SVN and ftp?

so far i only know to use Ctrl-Shift-A to do SVN in TextMate. is there an easy way like Ctrl click on the file? is ftp possible? ...

Where is my windows server subversion files located?

I have just setup subversion on windows server 2003 with following link. http://blogs.vertigosoftware.com/teamsystem/archive/2006/01/16/Setting_up_a_Subversion_Server_under_Windows.aspx And i want to see the changes by web access. So that any change i have committed will directly appear on my website. Does anybody know where those fil...

subversion with sqlserver as backend

Possible Duplicate: Using MSSQL backend for Subversioning Repositories can we use sqlserver as backend in subversion(instaed of fsfs)? ...

ReviewClipse with Zend Studio for Eclipse

I've installed the latest ReviewClipse and latest Subeclipse plugin in the latest Zend Studio (6.1.2). I've got a connection to Subversion through Subeclipse but I do not get the Review context menu that the help file suggests: "You may start the review wizard from the context menu of your Subversion shared project under Review - Review ...

SVN commands does not appear in context menu

Hi I've just downloaded and installed SVN Tortoise, but no commands appear on the menu How is that possible? ...

Automated Publish of Developer work using cc.net

I want to build a developer build project and then needs to publish it to the server and After a successful publish need to build my test project against that developer publish. Basic idea is to run this process whenever any developer commits something on Svn. Currently I am using CC.net and MSBuild. Any one ahaving idea how to accompl...

SVN Line ending Style

When i try to commit the file in SVN its showing error as "Commit failed".Details follow....commit svn: Inconsistent line ending style. ...

Is there any way to throttle the network bandwidth that an svn checkout does?

On checking out a very large svn repository I would like to throttle the bandwidth used by an svn client as to not impact a very sensitive network. Is this configurable within svn? Is this configurable in some other way? ...

Can't delete recycling bin when code from svn is in it

We use svn and when i want to remove a branch, i move it to the recycling bin and i keep getting an issue where i can't clear my recycling bin. I keep getting the error: "Cannot remove folder text-base: the directory is not empty." has anyone seen this issue and are there any recommended solutions? ...