I have a svn repository on my hosting account at ~/repository/. At the moment I have to create ssh keys to my server for users to checkin/out from the repository using a command like "svn+ssh://domain.com/project1/trunk". This is fine when there were 2 of us using the repository but now I have other people that might be doing work on the...
If our .htaccess files are purely for mod rewrites, is there a security / development downside to committing .htaccess files alongside other files in your repository?
For various reasons (our SEO optimisers like to add pretty urls as new promotions occur, etc) we need a fair few rewrite rules inside these files. Would I be better off pu...
The company I work in has suffered a major server failure. During this failure the SVN Repository was lost. But there is still hope !
We have an old backup of the repository which I've managed to successfully restore using VisualSVN.
The problem I'm facing now is that I can't update / commit pre-failure checkedout folders. The reason fo...
I am using VS2008/VS2010 with Resharper 5, TortoiseSVN 1.6.8.19260-x64, and AnkhSVN 2.1.8420.8. Most operations I do in Visual Studio are reflected fine in SVN, however, renaming folders in a project can cause problems when I try to submit my changes. Also all the namespaces in the C# source files under the renamed folder need to be upda...
Hi,
Can I store large amounts of image files in subversion. My designers usually create these designs and store them anywhere on their pc and there's no system. Can I store the files in an svn repository. That way I can also protect my data against unauthorized access and its also easier to archive.
What are your comments and is there ...
I have a .NET solution which was badly organised, so I moved some projects around to appropriate folders. In the solution, I simply fixed the paths to the new locations, and everything is working in my working copy.
I used AnkhSVN to commit the solution to the repository, which worked out fine as well.
However, when I look in the repo ...
Basically, a 3rd party analyst we brought on to make some improvements to our site decided to edit files directly on the live server threw FTP. Any time we make changes to those pages threw SVN we have PHP parse errors.
Things should be edited threw the SVN and committed. We have our working copies setup so we can edit them how ever we ...
I needed to rename a path within my svn repository. How do I resync my local checkout with it?
Clarification:
Old path on the server was
http://myserver/vault/myrepos/systems/foo/branches/mybranch-0.1
New path on the server is now
http://myserver/vault/myrepos/systems/foo/branches/mybranch
...
There are a lot of articles about SVN vs. Hg in general.
I would like to concentrate only on performance.
Real-live experiences preferred.
Here is my set-up:
(future setup) Windows with IIS fro Hg
(current setup) SVN 1.3.2 on top of apache under windows
I would like to have statistics for most commons operations (commits, stats, loc...
I'm just starting with hudson and I'd like to build my projects like my handmade solution did before:
Retrieve the current svn revision number rev.
Build all projects (each with individual result) with the revision number rev.
Start again with step 1 regardless if there were any changes in the meantime (to detect nondeterministic erro...
Our SVN repository is quite large, and pulling the whole thing takes some time. When checking out at home, I was pleased to discover the sparse checkout feature; I checked out the whole repository to a depth of 1, then pulled each top-level directory (directly under the trunk) that I needed to a depth of infinity. Until now this has been...
[Just a random thought]
I have a pdf doc that is downloaded when the user clicks on 'help' on my website. Now, this is a pretty huge document and is saved in version control (SVN) and is thus copied for all branches that exist in SVN. This is static content and something that developers are not working on, and does not change often. Is ...
In many projects, I check out the complete repository and have then the standard directory structure:
project/
branches/
tags/
trunk/
If I do an svn up project, it's all fine with the branches and trunk folders, but, of course, the tags folder is updated, too, and filled with (mostly) lots of tagged versions that are of no...
I'm in a stupid situation: I have done some changes in a working copy of the TRUNK. Since the changes have not been tested, I'd like to transfer all the changes to a branch. According to the manual of Tortoise, Switch will lose all my modifications. Is there any way to keep my changes in the working copy and save them in a branch in the ...
This popup comes up as soon as the app is started:
The program can't start because MSVCP90.dll is missing from your computer.
Before anyone says "install the VC++ runtimes", wait! If I rename the folder containing my .EXE then the app runs. If I rename it back, it breaks. The app has been running for weeks without any changes to my...
I am trying to find the proper way to reintegrate the changes in my SVN branch to the trunk, and the rebase.
I have successfully merged my changes from the branch back to the trunk using,
reintegrate merge http://mybranch into C:\code\trunk
Now i need to recreate my development branch from the trunk. What is the best way to do th...
I sometime use the very simple but effective svncommitmonitor,
http://tools.tortoisesvn.net/CommitMonitor
to monitor activity. It's easy to see in the sys tray on a windows box and I've become used to it by now.
So, is there a similar/identical tool for CVS. Some googling and to my surprise I couldn't find one.
Any tips?
...
Hi, I recently upgraded my subversion server from 1.4.6 to 1.6.11. The repos all seem to work correctly after this. I then try to upgrade a repo by issuing the svnadmin update command, and it produces no errors and says the update is complete. However, I am unable to open the repository after this. I get the following error when tryi...
In revision 1 a folder existed.
In revision 2 the folder was accidently deleted and the change committed.
We wish to roll back such that the folder is present, and retain its history.
In the TortoiseSVN docs it indicates 'how' in the section titled "Getting a deleted file or folder back".
To quote:
Getting a deleted file or fold...
I need to show a process of commiting my files to the svn. I use vs2008 C#.I take a progress bar, but when I am starting commiting, I don't know how to show my progress(also I want to look what file is uploading now in a label for example)
...