Tagged Questions

3
votes
4answers
31 views

Version control integration with eclipse

I'm looking for a version control system just for me on my windows computer to integrate into eclipse. I was thinking to use Mercurial instead of Subversion, but I'm having doubts …
2
votes
1answer
12 views

Programmatically make use of eclipse’s merge and diff viewers.

When a text conflict occurs in Bazaar (and many other dvcs) a .BASE, .THIS and .OTHER file is produced. Its then up to the user to make use of an 3 way merge tool to merge the conf …
4
votes
5answers
105 views

Which VCS should I use with Google Code?

I am about to start a project and was thinking of using Google Code to host it. It gives the option of using Mercurial or SVN for version control. I have never before used a VCS, a …
1
vote
2answers
23 views

Has anyone here ever switched Version Control System from PVCS/Serena Dimensions to Subversion?

A Google search revealed the existence of some custom scripts, for example PVCS --> CVS and then cvs --> svn should be quite straightforward. But ... Has anyone really tried them? …
3
votes
6answers
130 views

Using Subversion, where is “actual” source code stored?

I'm just getting used to Subversion and I have a fundamental question about versioning. I've created my SVN repository on a server "S" hosted in my network. Assuming I "import" co …
0
votes
3answers
47 views

Finding bugs in Subversion’s mixed revision working copies

The project I work on has recently been switched from a horribly antiquated revision control system to Subversion. I felt like I had a fairly good understanding of Subversion a fe …
1
vote
4answers
37 views

Version control with file level control

I currently use SVN and have a framework that I use on all of my projects, let's say this framework has lib directory with needed files. That directory is in a 'framework' reposito …
4
votes
2answers
52 views

How to manage backups and monitor Git with a central repository?

I'm on a team using Git right now, and we have a pretty good workflow. We have a central repository with two branches, dev and master. We create local branches to work on individua …
1
vote
1answer
34 views

Moving files between independent repositories in SVN

After some research I have found that it is possible to move files out of one repo and into another, separate repo and still maintain the associated history. The process includes d …
1
vote
5answers
80 views

Subversion + Some other VCS (Git, Hg, etc) in the same working copy

Here's the deal: I just started a new job, and source control here is basically useless. All of the devs (about 10 guys) test their code in the same dev site, and there's no way to …
3
votes
4answers
69 views

Should commit messages be written in present or past tense?

So which is it that you think is better and more intuitive? Fixed the XXX bug in YYY Fix the XXX bug in YYY Fixes the XXX bug in YYY Fixing the XXX bug in YYY Please provide you …
1
vote
4answers
56 views

Effective Version Control for Slides

I have to maintain a huge set of training material in forms of slides. At a first glance, I've noticed there's no support for version control in OpenOffice OOImpress (but I might …
0
votes
0answers
12 views

Web Part to Field control

Need to convert a web part to a field control on a Sharepoint page. Part of the problem is to migrate all the content on existing pages that use the web part to the corresponding f …
3
votes
5answers
126 views

Learning SVN - Simple beginner questions

Just started with SVN. Here is a very basic set of questions that I have after reading several articles, tutorials and playing around for a couple hours. When I create a repo is …
6
votes
3answers
84 views

[git] ‘git pull origin mybranch’ leaves local mybranch N commits ahead of origin. Why?

I just observed something odd about git pull, which I don't understand. On Friday, I worked on a local branch. let's call it mybranch. Before leaving the office I pushed it to ori …

1 2 3 4 5 113 next
15 30 50 per page