version-control

is there a class history visualization tool for SVN

I know of codeswarm and gource, but AFAIK they visualize the reopsitory on a class level. What i would like to see animated is the history of a single file (or a package) - LOC count is essential, LOComment, dependencies, method count a.s.o. would sure be nice too :) ...

EGit + Beanstalk - Auth Fail

I have Eclipse 3.5 and EGit 0.9.3 installed. Gitbash can authenticate fine to Beanstalk, but for some reason Eclipse gives me Auth Failed when I try to import/clone a repo into Eclipse. Also, I don't seem to have git+ssh as a protocol option - why is that? I have copied my files from .ssh to ssh as some other posts have indicated but it...

svn deployment strategies for multiple groups of developers (not co-located) working on different components of the same project

Our project is a content management system supporting several dozen of our websites. The development group started off small and in one location, and we dealt with a fairly standard coding/deployment strategy. We coded off of trunk and insisted on a clean trunk. Every few days we would tag trunk and deploy to the test server. If all ...

Are there any SCM solutions designed for use on the local machine only?

Hello. I'm going to be building some ASP.Net MVC 2 software using Visual Studio 2010 and, as the only developer, I'd like to have some basic SCM in place to I can manage changes locally. I know most SCM solutions are designed to run on servers and accessed by multiple developers. What's an easy, simple SCM solution for a solo develope...

Best Free Online Source Control

Hi All, There are many free online Source Control available but I would like to know your experience on it, if any, and which is the best one? Me and my friend are starting a small test project and would like some really good online source control. FYI - We will be developing ASP.Net app Thanks, Nimesh ...

Branching in TFS 2010 and being forced to re-download the code

When i create a branch from the mainline in TFS 2010 i have to download all of the code i have just branched. I already have the latest mainline version on my laptop so why is TFS requiring me to effectively download whats already on my hard disk? Even if i copy the mainline files into a folder and map the new branch to this folder i...

Renaming a branch

Possible Duplicate: git: rename remote branch Hi, I want to rename a local branch that's also pushed as a remote repository how can I rename them both? ...

New to git -- how do I get changes from cloned repo into original repo?

This is probably quite a newb question, but I can't seem to figure it out. Here's what I did... On the server (via ssh): Created a site on a dedicated server Created a git repo there (git init I think?) Added and committed everything At my office: Cloned the repo on my development machine Pulled everything Made some changes to lo...

Revision control for windows, besides Git

What revision control do you use that works best for windows besides Git and you see staying around for the next generation of programmers. ...

Strategy for extracting messages of most useful commits to changelog

The needs for this question is to have a changelog for managers/customers that: does include "Let users have additional addresses" does not include "Fixed the bug where addresses were overwritten due to X" avoid having to look through complete log history to find the most important commits (most often backwards incompatible) for e...

Subversion, getting along with messy road-map

Hi, I am maintaining a large website with many new features every day. We don't have a clear road map of development features ( Don't ask y /-: ). My problem is that every 2 days we need to update the production environment with small features and it is a must thing. In parallel to that, in the same site we have also a development of...

SVN in XCode corruption of pbxuser

Am new to SVN, so sorry if this is obvious (had no luck Googling it, and been on it for a couple of days). I have set up a Subversion repository hosted by Unfuddle and all was working well working between my iMac and my MacBook Pro until I got an error message saying the project file had become unreadable. After deleting my working cop...

Tfs 2010: Why is my build account explicitly denied all permissions?

I'm setting up a new deployment of tfs 2010. I've got a couple stub projects to be built sitting inside a solution, and I'm attempting to configure a continuous integration build on it. So, I configured a build with all the defaults, and kicked it off. I got this error: TF215097: An error occurred while initializing a build for build de...

Recommended way to organize JSF big application on daily builds

We are working in a big team, building a web application in JSF, where each developer develops new task. For example: User Management, Security, System Parameters etc. We need to create a daily task to build the WAR from the SVN. We know how to use daily builder, SVN etc. Our question is how to save it per module? What is the recomme...

Git for Mac OS X 10.4

Where should I download a free Git client for Mac OS X 10.4 (Tiger)? ...

demystify using GIT or any simple source control with visual studio

Lord all I ask is for some simple software that will maintain versions of my files and revert to ones I want. Personally, I felt like just using a nice backup tool I have to just zip up a copy of my folder on another drive when I want. But they said I Have to use SOME source versioning. Already posted the problem I had with SVN. Now it...

Developing with Qooxdoo and multiple developers

I'm interested in Qooxdoo as a possible web development framework. I have downloaded the SDK and installed it in a central location on my PC as I expect to use it on multiple projects. I used the create-application.py script to make a new test application and added all the generated files to my version control system. I would like to ...

Free RCS for Windows 7

I've been using RCS (revision control system) from MKS Source Integrity for several old projects. I have to move to a new Windows 7 computer. The old version I have does not install on Windows 7, and a new version of the software is very expensive. What is the best free or cheep source of RCS for Windows 7? Also, will it be compatible w...

Version control and complicated applications that install files everywhere

I have to work on a web application. The version control has directories structured like: appname/conf appname/www appname/etc appname/keys appname/lib ... However, for the application to work, it currently has to live in system directories: /etc/httpd/conf.d /var/www/html /etc/appname /etc/pki/tls/ /usr/lib/perl5/... ... There is ...

do any source-control systems use a document database for storage?

One of those questions that's difficult to google. We were running into issues the other day with speed of our svn repository. The standard solution to this seems to be "more RAM! more CPU!" etc. Which got me to wondering, are there any source-control systems that use a document/nosql database (mongodb, couchdb etc) for database? It se...