3
votes
2answers
74 views

Free Version Control for single user on single machine [closed]

There are a few similar questions but some of them are 5 years old (so there may be new stuff which are better) and the others don't cover all my requirements. I am looking for suggestions for ...
1
vote
1answer
44 views

Using Subversion, what is an easy way to visualize one user's contribution to a repository over time?

I'm looking for an easy way to pull commit history for a single Subversion user and visualize that user's "overall contribution" over the lifetime of a given repository. It might be easy enough to ...
0
votes
1answer
16 views

Class re-usability across different web apps

I have a model class that is shared across two web application, which are hosting on different servers. If changes are made to the model object, both copies need to be updated. Right now, I make the ...
0
votes
1answer
42 views

How to retrieve cvs commits by commentaries

In my development team we use requirements management to control the expected behavior and functions of our products and a bug report tool to track 'problem reports' (PR). Any change in the ...
2
votes
1answer
66 views

Find symbol dependencies in source code

I had a bug today that made me wonder about tools to check for the consistency of source code. First, the bug: My jQuery selector was expecting .attached_reports, but the HTML template was creating a ...
3
votes
2answers
383 views

Mercurial version differences

So I would like to use Mercurial for version control with a central repository on a Debian machine and developer(s) working on Windows. Will version difference cause problems? Debian has a package in ...
1
vote
1answer
66 views

Vidir for version control? Simple way to selectively add new files to hg/SVN?

You know the dance, you add a bunch of new files to a project, do an hg stat or svn stat and you get ? complex/path/eventloop/file.c ? complex/path/eventloop/who_knows.c ? ...
1
vote
5answers
266 views

What combination of project-management software will meet my just-started project's needs?

I have a got couple of software projects that I want to run with my friends(max 10 persons) privately(at least for now). But I'm kind of lost between software management systems. I am not even sure ...
2
votes
3answers
811 views

What exactly does SCM stand for?

In the software world, it seems to me that SCM is an unfortunately overloaded acronym. It can mean:- Source Code Management Software Configuration Management Which one of these is the dominant ...
3
votes
2answers
67 views

Are there any tools to find out which changeset caused a specific bug?

After a bug has been located and fixed, we would like to trace the bug back to the change that originally caused it. That way, our team can look at it and learn how to avoid that type of bug in future ...
2
votes
2answers
389 views

TortoiseSVN unable to remove conflict markers?

I know this may sound silly but it seems that, my version of TortoiseSVN is unable to resolve conflicts even for text files. I've followed the manual to the letter (By selectingEdit Conflicts the ...
7
votes
9answers
2k views

Lightweight version control for small projects (prototypes, demos, and one-offs)

Background I work on a lot of small projects (prototypes, demos, one-offs, etc.). They are mostly coded in Visual Studio (WPF or ASP.NET with code written in C#). Usually, I am the only coder. ...
5
votes
6answers
230 views

Basic Source control

I know this question has been beaten to death, resurrected, shot twice, resurrected again, and then buried, even at the risk of all the above, I'm still going to ask. What would be the best source ...
7
votes
3answers
786 views

How do I manage large art assets appropriately in DVCS?

Is there any good way to handle large assets (i.e. 1000's of images, flash movies etc.) with a DVCS tool such as hg and git. As I see it, to clone repositories that are filled with 4 GB assets seems ...
2
votes
2answers
3k views

Help me use MKS Integrity (source code control) more efficiently [closed]

We use MKS Integrity for our source control. I have no control over that -- I just have to use it. What are some "gotchas" that I should know about and avoid? And, are there any neat things about ...