Lets say I have the files
helloworld.c
helloworld.m
Fifteen edits ago someone leaked memroy in helloworld.c and that has managed to make it into several branches. I want to correct that version in history on all the branches it managed to get into.
What is the net effect of reverting the file and attempting to check it back in? Obv...
A colleague of mine agreed to using SVN for our little project, but only if he doesn't have to install it. He has a U3 USB stick where he keeps the project files and he would like the SVN client to live there as well. I tried searching for a non-installable SVN client, but couldn't find anything (although I suspect that many of the avail...
There are various automated processes that commit to my svn (1.5) repo. When I'm branched and merging in from Trunk, merging these commits results in spurious conflicts. Is there any simple way to skip commits by specific users?
...
What would cause the "SVN Move versioned files here" command with Tortoise SVN to fail with the error "Unable to lock '', Please execute cleanup command", even after having executed the cleanup command?
...
Hi,
Is there a quick way, command line tool or whatever, that will look at a folder and work out the SVN operations required to add new files, delete old ones, update existing and then commit everything?
I'm hooking this up via nant and don't want to have to mess around doing it myself.
thanks
...
After installing TortoiseSVN 1.6.0, all files loaded into an AnkhSVN enabled Visual Studio 2008 project are marked as new (blue +).
I have tried re-installing AnkhSVN 2.0.6347 and checkout the repository into a new "clean" folder. However neither seem to resolve the problem.
My question is kind of two fold, is there a resolution to thi...
I am trying to implement a post-commit hook to update a working copy.
As far as i can figure out the post commit hook is being runned ( i wrote something in a file to test it out ) but the update command was not runned
At first i did
cd /home/user/working/copy
svn update
but that didn't work, then i read you have to give the full pa...
Our code is being developed on Windows (corporate requirement), but it runs on Linux servers. Therefore, we are using Samba shares with an SVN checkout on them. Unfortunately, we need to use some SVN-using scripts on the server side, but our SVN on the server is a 1.4, while our TortoiseSVN on the Windows clients is 1.5 or 1.6. So essent...
Hi,
I was creating external dependecies in one of my repos. I made a mistake and I want to delete one of these dependecies.
I can't delete the folder because that deletes the folder from the parent project.
I'm using tortoise svn-client and I can't find a command to achieve this, I removed the external property from the properties list...
I need to shell out (to call svn commit on my .application file) after a ClickOnce publish. However I've not been able to find a way to hook it into my MSBuild .csproj file.
The PostBuild Event is too early
And calling 'start Some.exe' in PostBuild does not run in the background
And using the AfterBuild Target from MSBuild is done befo...
What is a trunk, branch and tag in subversion and what are the best practices to use them.
What tools I can use for subversion in Visual Studio 2008?
...
We have 2 repositories, one for current code, one for project management.
Now we need to branch code to the project management repository.
SVN gives me an error, and I found in the doc that SVN cannot do this work (different repository),
So I export the code and check in to the project repository.
The questions:
how to branch code ...
I have a Java project in a SVN repository, with a bunch of .java files, each of those files has a licence agreement flower box at the top of the file (I have customers which have licenced the source as well as running the product).
Is there a good way to be able to modify / maintain the licence text in one place rather than having to up...
In perforce you can issue a 'sync to none' command to remove files from the client, but leave them untouched in the depot (or repository in svn lingo).
p4 sync ...#none
Is there a similar command in svn?
Edit:
Thanks to those that have answered so far.
To clarify:
I don't want to use rm -rf on the directory, since it will rem...
I am using TortoiseSVN for Windows and want to figure out if I can set up some sort of macro to modify one of the files in the repository on a commit.
In my subversion repository I have a XML File called "Web.Config". There are a few nodes with the tag name "add" set up in that XML document which represents the "Build Number", "Build...
This is probably a simple issue for some subclipse guru. My decorator colors don't work in eclipse. I'm guessing that some plugin I have is interfering with it somehow. I'm on the current public release of ganymede. Going to the fonts and colors option area lets me change the decorator text color, but I get no effect in the project e...
On most of my projects, individual or group, I find that I only use version control to simply pull latest changes and post my own code up.
However, I know that there is a lot more to version control, what with branches and other powerful features that I don't use.
Can someone give me advice on how to use version control in a more power...
Have to remove the logs and schema.rb from the svn as that is machine dependent.My schema is not migrating after the update as the schema revision on different machine is of different order.
...
We are about to outgrow our web server and will deploy the homepage on two load balanced web servers. We currently have a working copy checked out, and whenever (daily) we change anything we svn update the copy. The problem of running on two servers is of course the increased chance of not complete updates on either server leading to str...
Is version control suited for a project where content is essentially binary data files ?
I am thinking about package that weight something like 10 giga, with a lot of BMP and TGA files.
Can subversion handle something like this ? Is it possible to generate some kind of binary patch that would allow users to download only what was modifi...