svn

Break away from Subclipse's OLD svn client

Hi all, I'm sick of getting This client is too old to work with working copy whenever I come back to Eclipse after using an svn client newer than stone age to fix my working copies. Is there a way to make Subclipse use a current Subversion client?? ...

In VS 2008 one of the ascx file saves very slow but other ascx files are working fine.

One of the ascx file saves very slow in source (html) mode but other files in same project are working fine. I have deleted this file from my working copy and created a new file with the same name but it is also very slow in saving. I have also created a new ascx file and pasted script of corrupted file in this new file and here this scr...

Cant connect to host after redirecting the repository to another path

We have recently changed the repository to another path and After this cc.net is not executing any builds or test. Keep getting the following error. Source control operation failed: svn: Can't connect to host 'abc': No connection could be made because the target machine actively refused it. I have checked every path and redirecte...

Back to revision in Subversion

Hi, suppose you update your code to revision 10 which is broken. You want to go back to revision 9, work on the code and wait until someone will fix the build. How? svn merge -rHEAD:9 . won't work. You know why ;). Thanks in advance, Etam. ...

Source control with SharePoint?

Have you tried to use SharePoint with version control such as Perforce (or Subversion), how did you do it? ...

Distributing SVN ( Master & Mirrors )

For the company I am contracted to, they have a central office in Denver Colorado then roving on-site teams in Canada, India, and Africa. Regarding the people in Africa, well my understanding is that they all wake up at 3am everyday and start a svn update then go back to sleep. Its usually done by 7-8am. The problem is connectivity an...

SVN vs VSS vs CVS Comparing HELP

We are currently determining if we would move CVS and VSS projects to a single SVN server. I've been using SVN for a long time now but is forced to use CVS and VSS for work stuff. Would you please help me give reasons why moving to SVN would be better than buying a VSS 2005? And also what the benefits of moving from CVS to SVN would be...

Different startup forms for different developers using SVN in VB.NET?

My scenario is such that I have a VB.NET project in SVN and I am using the Application Framework to start the application. This poses a great problem when different developers are working on different forms and they want to have different startup forms. Right now if we change the project settings, its changed for everyone else too. How...

How much disk space should I reserve for my Subversion repository?

What are the best practices with respect to planning disk space for a Subversion repository that will host average development projects (i.e., with text files mostly and the odd binray here and there)? If, for instance, my project takes up, say, 100Mb as my working copy, how much space should I reserve for the repository to be comfortab...

Maven versions, subversion branches and local repository

Imagine following scenario: We have a lot of parallel development going on in several svn branches. Some projects are unbranched and some are branched. There is a lot of interdependency. We also have a local repository (so none of the developer downloads packages directly, we use our own maven repository). The problem is with maven we...

install svn on redhat

how do I install svn on a Redhat machine? tried to do it with yum install svn - but it didn't find svn. my machine details is Red Hat Enterprise Linux Server release 5.2 (Tikanga) found it with this command /etc/redhat-release thanks ...

Suggestions for setting up a subversion repository

Our team is just ramping up to use source control through SVN. We are currently using some test repositories for getting used to the process. We're nearly ready to put this into full time use. We build only small to medum/large web apps, most of which share the same core (but differnt on LAMP/Win), but are customized in some way. We w...

Is there a simpler Windows C++ Subversion API or an example .vcproj for minimal_client.c?

Following on the tails of my previous (answered) question... SharpSvn makes calling the Subversion client API simple: SvnClient client = new SvnClient(); client.Authentication.DefaultCredentials = new NetworkCredential(username, password); client.CheckOut(new Uri("http://xxx.yyy.zzz.aaa/svn/repository"), workingCopyDir); On the other...

Is there a tool for monitoring and annotating SVN checkins?

Is there a tool (preferably web-based) that allows one to monitor an SVN repository (or rather, a subdirectory) to see all checkins and add notes to each one? The ability to filter and format checking messages would be an added bonus. Background: In my current project, we'd like to have a log with verbose and informative data about each...

How can I view the version tree for a file in SVN which shows the merges from branches back to trunk?

Hi, I'm new to SVN but have used Clearcase for years. My issue is I have some changes on a branch which I have merged back to trunk using TortoiseSVN "Reintegrate a branch" feature. Now when I look at the version tree I don't see any edge being rendered from the tip of the branch to the tip of the trunk, which I would expect to see. I...

Using svnversion with svn:keywords

I'm using Visual SVN on my Windows Box. I have Repository Application, which has Framework as an svn:external. All well and good. When I make a checkout of Application, I'd like to have the version of Application and Framework for inclusion in a footer file. This way I could have something like: Application Version $ApplicationVersion...

Web Application Deployment Workflow with SVN and TeamCity

I'm fairly new to Subversion. Most of my work so far has been with Visual Source Safe. I'm looking to improve my deployment process with SVN and TeamCity. This is my plan: There would be three branches: Development (/trunk) - Entire ASP.NET solution, including a Web Deployment Project. Staging (/branches/staging) - Web Deployment Proj...

Making Commits to a Local copy of an SVN repository

I've checked out a copy of a project hosted on google code. I'm going to be making changes to it, and I'd like to keep these under version control on a repository on my local machine. I'd like to use svn if possible, because I already know the very basics of creating a repository, checking out and committing. Can I do this with svn or ...

How to change where Subversion repositories are stored?

Newbie question: I just installed VisualSVN Server and created a repository. I noticed that it created it at C:\Repositories. I need it stored on my D drive instead as there is more space there. I Googled around but can't figure out how to do it. This is a new installation so - if it is easier - I could delete the repository first. In ...

Visual SVN and Bug Tracking Integrated

Hey Guys, So I have a perfectively working VisualSVN that me and my other 2 team members use (tiny team). The problem is at the moment that we use an excel spreadsheet to really maintain our bugs. We have said for ages "get around to installing some bug tracking software" - never had the time. So today, biting the bullet. What is the ...