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 :)
...
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...
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 ...
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...
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
...
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...
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?
...
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...
What revision control do you use that works best for windows besides Git and you see staying around for the next generation of programmers.
...
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...
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...
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...
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...
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...
Where should I download a free Git client for Mac OS X 10.4 (Tiger)?
...
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...
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 ...
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...
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 ...
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...