I have a problem that someone introduced a bug but I do not know the subversion commit that introduced this bug. I am looking for something like the nice git feature bisect for svn.
Does anyone know scripts like e.g. python to simulate this feature?
...
I have installed Eclipse 3.5.2 and the plugin Subversion JavaHL Native Library Adapter 1.6.9.2 and this worked without any problems. However, this morning I was forced to change the password to logon to my Mac and since then I get the message that "Subversion native library not available" when I try to save any changes. Can anyone help? ...
I probably just haven't thought this through, or perhaps I'm simply unaware of an already existing option in Subversion (I'm certainly no expert).
I'm just wondering, if I've created a branch to start working on some new feature, if there's an easier way to keep the branch up to date with the trunk's most recent revisions without having...
I just recently got around to converting an old svn project to git. Everything has worked fine except for one part of the history import.
For some reason the Commit number is way off. For example the first commit to the subversion repo was 1; but if I check the git log it reads that same commit as 53267272343. Just a little off :)
Does...
All,
We have a PHP project in SVN. We develop code and do SVN checkins and checkouts using Netbeans 6.7 PHP IDE.
Each week, we need to deploy a new release to a test environment. We do not want to deploy it with SVN Bindings in it. How can we do that? Do we need to create Bindings or tags? If so, how to create them?
Thanks
...
How can I configure TortoiseSVN to connect to a SVN server behind a corporate firewall from home?
This is the question I'm having a hard time finding an answer to. Here's what I DON'T have:
Official VPN access to the corporate intranet.
Control over the SVN server.
Any control over the intranet.
Cooperation from the IT department.
H...
Lets say, i setup my svn host, like: http://www.xxx.com/svn
Then I create my project at a folder like: /home/me/workspace/my_app
I want to Setup my svn client and ignore files like tmp/* log/* db/schema.rb and such, so what are the commands on console for that? If possible can you write what the full sequence of commands to set this up...
We're in the middle of changing from VSS to Subversion and we have a website project on our Subversion Repo. We've removed the Bin folder as it causes all kinds of chaotic tree conflicts since our development solution contains some Class Library projects the Website project depends on (set up as project references in our solution). We al...
Although a subversion repository is like a time machine where nothing is ever deleted. i still find myself reluctant to totally 'svn delete' things from my codebase if i think i might want to search for it at a later date.
So, i will feel freer if i could have some way of keeping a local-copy index of the keywords and phrases in the rep...
I created a branch and then made changes to trunk which need merging into the branch. TortoiseSVN has a nice handy merge branch->trunk utility, but to do it this way round do I have to manually merge specific revision ranges?
...
I'm trying to write a multi-file patch for an open-source project, but the master copy has changed since I started working. I need to get the SVN difference (just the files under version control) between my uncommitted version and the revision from which it was checked. Which SVN command can I use to find the difference?
Edit: I'm sorry...
I have a version controlled project located at ~/webapps/django/myproject and media files located at ~/webapps/static. I want to add the static folder to the same repo so that when it's checked out, it will be in the project folder, preferably with the name "media".
I've tried going into the webapps folder and doing svn import static ht...
I've installed Eclipse 3.5.1 with a new workspace - I added the SVN plugin and aptana and almost everything works fine.
When looking at the file browser in the "Team Perspective" I have no right click context menu that allows me to commit/update the files from SVN.
This worked in my old installation of eclipse and disappeared in the new...
I've created a repo, and then I ran svn import . https://myrepo. It seems to have checked everything in nicely, and I can check it out on my other machine. However, it doesn't seem to create the .svn folder, so I can't run any svn ci commands at a later date.
This creates massive headaches to try and sync up later, because now all my st...
Hi,
I try to convert a local SCN repository (with all its history) to Mercurial. I am working on a Mac (10.6.2). Therefore, I am using Macports as package management tool.
I started the conversion with:
hg convert file:// ´pwd´/calebsvn/
The result is, that it starts to work fine, but after a while, it stops. That is the output:
in...
HI,
We are currently using Hudson with the plugin SVN. Every error during the maven build implies a email sending to the developpers.
We would like to send an email or better a jabber message (we are all using it) to all developpers that a commit was just done (so they may have to update)
Any solution ?
Thanks in advance for your help...
I am in a startup company working on a new digital content creation desktop tool. We are now setting up an infrastructure for a small team of software developers in multiple locations.
We are looking into setting up a common server wich will store all code, and host version control (Subversion), built system, internal documentation, Bu...
Is there a simple way to accept the working copy “as is” in Subversion? I would like to have the “unknown” files denoted by ? to be added, missing files to be deleted and changed files commited.
...
I want to set subversion on my local machine, thats on my laptop. i am working on a project with a friend of mine, but we live in different countries. so we need to set up subversion on of our laptops so that the other person can access it.
how do i do that?
and which is the best free source control software in the market.
any help appr...
I have created a feature branch off of the trunk for my project and the feature branch requires some project file configuration changes for it to work. When I merge the feature back to the trunk I don't want the project file merged. Is there any way to selectively merge certain files to the trunk? Perhaps an exclusion of the project file...