I've been playing around with SVN for the last little while and have come to love its power and user experience and that we can tie it into our bug tracking system to simplify everyone's lives. So it's come to the time that we've decided to migrate our VSS 2005 setup across to SVN and I am now coming unstuck.
It seems there are a numbe...
OK, here's the question I have with the hooks. Are the .tmpl meant to run on non-windows PCs that are in the hooks folder and you have to create your own .bat files to run hooks for subversion on Windows?
...
I just want to browse my Subversion code repositories and view files. Some of the file types, like .VBS, prompt me to open or save the file, but I just want to view it in the browser as plain text. Can Apache's httpd.conf file be modified to do this? I don't think it would be changed on the client (IE7) because then it would work the ...
Hi All!
I am working on a project which is based on an FTP user with few more programmers.
I want they should be able to collaborate and be able to manage revisions with
[1]: http://tortoisesvn.tigris.org/ "Tortoise SVN"].
How can I accomplish that?
...
We have a web application framework that we want to use with Subversion. We've tried a couple of times before to set it up, but the code generation part of our application is causing problems.
The problem is that the generated code from one developer can be in a newer file than from another developer, but the content of the newer file...
It looks like SVN properties are stored in the local Working Copy folder, not on the server.
If this is correct, how can I duplicate these properties already defined in different files underneath the Working Copy folder to another machine?
The only property needs to be transferred is svn:ignore.
...
I'm trying to make a case against automated checkins to version control. My group at work has written some system build tools around CFEngine, and now they think these tools should automatically do checkins of things like SSH host keys.
Now, as a programmer, my initial gut reaction is that nothing should be calling "svn up" and "svn ci"...
I've followed every step posted in here:
http://stackoverflow.com/questions/60736/how-to-setup-a-subversion-svn-server-on-gnu-linux-ubuntu
I'm using Ubuntu 8.10
After firing up the browser, I get
Forbidden
You don't have permission to access /svn on this server.
Apache/2.2.9 (Ubuntu) DAV/2 SVN/1.5.1 mod_ssl/2.2.9 OpenSSL/0.9.8g Ser...
Right now, we are having problems allowing the client to access the svn server because of the unknown host name error. Is there an error which will tell the correct svn server URL from the server computer? Thanks.
I am on Collabnet Subversion Server and the client uses TortoiseSVN.
...
Must a feature branch be deleted after it's merged (reintegrated) back to trunk?
I prefer to constantly merge changes back and forth from my feature branch - I believe this keeps the conflicts to a minimum. Yet I understand that once you use the reintegrate merge to trunk, a feature branch should be deleted.
Is it so? Why? What can I d...
I tried using svn ci dir/a dir/b -m "my comment"
but this doesn't work. I also used svn ci dir/a/* dir/b/* -m "my comment"
and it too doesn't work.
I know you can specify multiple files, but how can I tell subversion to check in all modified files in these folders? I mainly want to do this so that all my changes get in on one revision. ...
I have a directory that came off of the part of the trunk that i checked out that is not relevant to my interests. How do I use Tortoise SVN to remove this folder from my system and stop SVN from trying to give me updates with out removing it from the repository?
...
We have a single SVN repository with multiple related projects. Like so...
\repo
\Project1
\branches
\tags
\trunk
\Project2
\branches
\tags
\trunk
\Project3
\branches
\tags
\trunk
I would like to check out the trunk of each project into my workspace without the branches/tags folders.
\worksp...
Is there a way to do something similar to a SourceSafe label in svn? I know of the bransch/tag, but I would like to have a more lightweight way of just setting a name for a specific revision.
...
I'm looking for advice on the best subversion package for our situation.
Currently I am the only developer on the team. We may add one in the future. I work with a designer and QA staff.
We are a Windows shop. Currently not running Windows server but may in the future. We run XP Pro as a file server. Most likely we will host this in-ho...
On the SVN Windows binaries download page, there are a few to choose from:
http://subversion.tigris.org/getting.html#windows
Are there pros and cons to the different versions provided by the different organizations?
Is there anything I should look out for?
Mainly, I just want something free that I will be running off my Vista laptop. ...
Are there other open source/free packages for producing repository statistics for a Subversion repository?
I've tried StatSVN but it seems to be incompatible with the logfiles for Subversion 1.5 and above.
Note, I know that TortoiseSVN has some statistics built into its dialogs and repository browsing code, but this is not what I'm loo...
Open Ankh seems to be using Subversion 1.6.2 and Tortoise uses Subversion 1.6.0.
After creating a repository with Tortoise I could not get ankh to see it.
After downloading subversion and doing
svn admin -create --pre-1.6-compatible z:\......\etc..
now ankh can see it. This is my first time using version control, and maybe I don't nee...
Hi,
I am using carbide for symbian developement there is plugins called subclipse but the issue is when i go to option of find and install under software updates the IDE gets hungs is there any other way to add plugins in carbide IDE
Thnx in advance,
Any help would be appreciated.
...
We have a large project with several sub-projects. We're approaching a release of our project, and the new features in one sub-project are not going to be completed before the release as was originally planned. What I'd like to do is move all the changes to that sub project related to the new features into a separate branch to continue...