I'm new to Linux and have inherited keeping our single linux server running. It's our SVN server so it's relatively important.
Turns out the guy who maintained it before me had a cron task to email him when there are too many svnserve processes running, as they seem to be left dangling instead of terminating correctly.
First part of th...
Hi All,
As part of my overall development practices review I'm looking at how best to streamline and automate our ASP.net web development practices.
At the moment, our process goes something like this:
1.) Designer builds frontend as static HTML/CSS on a network share. This gets tweaked until signed off. (e.g. http://myserver/acmesite...
We just switched from TFS to SVN, and so far we're loving it.
However, it did introduce a few new issues.
One is the way project files (.vbproj specifically) are handled. The .vbproj file is of course always changing as files and references are changed, and if a few people are collaberating there will be conflicts.
Oddly, in TFS we...
Currently I have subversion set up so that when I make changes in Eclipse PDT, I can commit the changes and they will be saved in /home/administrator/Project File. This file has the /branches /tags and /trunk directories recommended by subversion. I have no problem properly uploading files to the repository, but do I have to "mv" the f...
Does anybody know how I can get diff's color margins in VIM (if it is possible)? I mean something like this: (e.g., in NetBeans: Netbeans color margins). It was very useful when I was working with NetBeans, maybe somebody wrote such useful plugin for VIM?
Thanks!
...
Hi,
Is there a way to delete a folder, lets call it FolX from an SVN trunk recursively? A quick search on google only tells me how to recursively delete all .svn folders and this is not what I want to do
...
How to move a sub directory from one directory to another, given that both are inside the same SVN repository? I am using tortoise SVN.
...
Is this possible? I had troubles with SVN clients not being able to access the repository with the following error message:
Repository moved permanently to 'http://svn.example.com/test/'; please relocate
If I added the '/' to the end of the path I was trying to access, it just strips it off again, and shows the same error message. ...
I want to do something like this from within Eclipse: http://svn.collab.net/viewvc/svn?view=rev&revision=33845
I use Subversive 0.7.5 with the Native JavaHL 1.5.3 (r33570) Connector.
I tried to change something in a my working copy of a branch i'd like to tag and creating a Tag with Team -> Tag... But I got the error message:
T...
I'm using Strawberry Perl which includes MinGW's GCC, I'm also making use of the GNU debugger GDB and Subversion. How can I have a single development environment that would suit this (other than just UltraEdit, the command shell and IE), and how can I further enhance its features?
...
After considering the answers to my previous question (One SVN Repository or many?), I've decided to take the 4 or so repositories I have and consolidate them into one. This of course leads to the question, what's the best way to do this?
Is there a way to combine two or more repositories maintaining the version history for both?
Edit:...
I have a repository containing paths with non-ASCII characters (latin1)
I am having problems with authorization file containing those paths.
Do you know which encoding should be the AuthzSVNAccessFile?
Thank you.
...
We are using feature branches in Subversion for our development which is a very convenient way of keeping code within version control that is not yet ready for the mainline. However, whenever I go to merge the feature branch revision into the mainline it is a pain. Right now I go through the following steps:
Check out the original feat...
One of the files in my current head revision got corrupted. I want to make an older revision of that file the head revision as usually people sync to head revsion in my project. How to do that?
...
When I asked this previously I should have mentioned that it's particularly a light-weight IDE that I'm after, so I’m having to ask again as a different question.
Something that is not just a text editor, is light-weight and versatile, that would suit Strawberry Perl, the GCC that comes with MinGW, GDB and Subversion. Something that whe...
My company uses StarTeam for source control and CR management, but I would really like to switch to Subversion for source control. For those of you that know ClearQuest and ClearCase, StarTeam has the ability to create tickets, which can later be associated with code changes.
Are there any similar products that integrate nicely with Su...
I've been trying to build subversion (on a limited account) for a long time but without any luck :(
The instructions I'm following: http://wiki.dreamhost.com/Subversion_Installation
Running this:
./configure --prefix=${RUN} --without-berkeley-db --with-ssl --with-zlib --enable-shared
Gives me this error:
checking for library contai...
We happily use SVN for SCM at work. Currently I've got our binary assets in the same SVN repository as our code. SVN supports very large files (it transmits them 'streamily' to keep memory usage sane), but it is SLOOWWWWW.
What asset management software do you recommend, for about a GB (and growing) worth of assets? We would prefer b...
We happily use SVN for SCM at work. Currently I've got our binary assets in the same SVN repository as our code. SVN supports very large files (it transmits them 'streamily' to keep memory usage sane), but it makes everything SLOOWWWWW. I'm ok with slow asset versioning, but slow text operations isn't really acceptable.
Right now a...
After a repository is imported from VSS to SVN, there are some files which I guess might be VSS specific - .vsssc and .vssscc files for the solution and .vspscc for projects. They seem to be related to VSS project binding. Are they needed (or useful) for SVN as well?
...