Subversion Exclusive Checkout and Subversion Plugin for Delphi
Is there currently a feature that allows a exclusive checkout in SVN? and Is there a good plugin for Delphi that allows the access via IDE? ...
Is there currently a feature that allows a exclusive checkout in SVN? and Is there a good plugin for Delphi that allows the access via IDE? ...
Running on a Windows system, against a locally hosted VisualSVN server instance. I have C:\Program Files\VisualSVN Server\bin on my PATH variable so that I can simply run svn commands from the command line. I'm attempting to prepare and perform a release on my Windows workstation, and I've noticed that release:prepare seems to miss the ...
We are using Apache 2.2 to server SVN (1.6.2) repositories on Windows. We use SSPI for authentication, and that's working. We have a number of different repositories, and use SVNParentPath in the httpd.conf to serve them. Something like: <Location /> DAV svn SVNParentPath c:\repos [SSPI stuff] </Location> So from a client...
Hi, we are planing to move away from CVS and to SVN. Everything looks good expect that our developers do a pre/post tags on each submission. So, in CVS we don't have a problem as TAGS are intuitive and cheap. However, in SVN, Tag is a copy right? With that said, I am wondering if there is a way for me to do a before and after tag base...
My main goal is to get this up and running. My hook gets called when I do the commit with Tortoise SVN, but it always exits when I get to this line: Python "%~dp0trac-post-commit-hook.py" -p "%TRAC_ENV%" -r "%REV%" || EXIT 5 If I try and replace the call to the python script with any simple Python script it still doesn't work so I'm as...
I am trying to perform a big checkin of a lot of semi-automatically generated files, and they should all have svn:mime-type properties. I've set a lot using find, but how do I now find all those remaining files that are to be added and which haven't had a MIME type assigned? ...
Hi guys, My main site is built on top of Invision Power Board. With version 3 just being released, i want to start with a clean codebase and remake all my modifications, but the problem is, when Invision release new versions, keeping track of the modifications I have made so I can reapply them has always been a bastard to do. While this...
Dear ladies and sirs. We use Hudson as our CI server and SVN as our source control system. We normally tag our builds by means of the "Tag this build" command, which works fine. But today, I wished to create a branch, which is the same from the SVN perspective. However, Hudson refused to do so. We would really like to see the logs, but...
Brief: I work in a 2-men team (we may expand in future). We've got a web-dev server and we've got a production server. Currently, when we start development, we start them on localhost, then we deploy them to web-dev (which we have access through a mounted drive) and we submit changes from this "shared" drive to SVN. Final test on web-dev...
I have a SVN repository that has stuff from Bin directory (.exe, .dll, .pdb). I would like to clean up the repository to erase those file and to prevent them to come back. How can I clean the repository (without going file by file, directory by directory)? How can I prevent to add these file? (In SVNTortoise I have added a Global ignor...
Hey, I've installed Aptana 1.5 today but after the install all my SVN projects give me an error like this when I try to commit, update, repair, etc: Access is denied. svn: Error resolving case of 'C:\Users\Brayn\My Documents\Aptana Studio Workspace\PentruConstrucii' I've uninstalled my previous version of aptana, reinstalled aptana...
I recently started a new job where the office environment is Mac-based, but I will be developing in .NET and SQL Server. I'm already pretty sold on installing VMWare Fusion to set up a virtual XP box, but I'm wondering if anyone would be able to recommend a solution for code version control. Specifically, should I be installing somethi...
With the svn:ignore property, is there a way I can specify what I want to ignore based on patterns which I don't want to ignore? In other words, I want to ignore everything but files ending in .xyz. How would I go about doing that (if it's even possible)? One option I've explored is committing everything I want to be versioned, then s...
I encounter this issue pretty consistently when trying to merge a branch back into the trunk in TorstoiseSVN 1.5. Update and commit to both branch and trunk have no issue, its not until I try to merge that I get the: Invalid character '[]' found in range list Sometimes it occurs only using one merge method, primarily "merge a range o...
This is probably SVN 101, but I have to ask: I'm working on a project that has kind of a lame directory structure. In order to get it building and running in my favorite IDE, after I check the project out, I copy the whole project to a different directory and move things around to my (and my IDE's) liking. So my basic question is this:...
When having several related projects (identifiable, stand alone applications, that share libraries), how do you prepare your SVN server directory structure? By branch > project? By project > branch? Something entirely different? Or is it better to have one SVN server for every project? (Take into account that some projects are intimately...
I installed Netbeans then I tried to checkout my projects inside Netbeans. During the process Netbeans informed me something about an old client version of subversion, and now I want to upgrade it. But I don't know where the client is, nor how to update it. BTW I have TortoiseSVN on the same machine and it works fine with the same repos...
Hello, I'm starting in C++ development, but i like to use Gedit for writing the files, but like for Ruby on Rails and many other languages, are some tools and configurations for Gedit that makes develop more easy and comfortable, and another question, what is the best for C++, SVN, CVS, Git and others...? Thanks, and sorry about my engl...
Trying to set up the svn commit with trac using this script. It is being called without issue, but the problem is this line here: 144 repos = self.env.get_repository() Because I am calling this remotely self.env_get_repository() looks for the repository using the server drive and not the local drive mapping. That is, it is looking fo...
Which is the best Visual SVN Diff displayer for Linux. BeyondCompare and VisualSVN1.5 work well on Windows. What are the equivallent tools for Linux. Specifically Ubuntu. I know command line diff works; But I'd like multiple column syntax highlighted and differences. Better if the tool has a support for Git and Hg as well. ...