Tagged Questions

1
vote
4answers
72 views

How can I correct corrupted $PYTHONPATH?

Hello, When trying to launch Mercurial(hg) after a restart in my Ubuntu 9.10 Linux Box I got following message: abort: couldn't find mercurial libraries in [/usr/bin …
1
vote
4answers
42 views

Mercurial: Maintaining Visual studio 2005 and 2008 branches

I'm trying to develop a workflow which allows us to maintain seperate Visual studio 2005 and 2008 versions of a library, while making sure that changes to one branch are always replicated in the other …
0
votes
1answer
16 views

How to get the working directory after performing hg convert on perforce repository

I did the hg convert on remote perforce repository and created a Mercurial repository on my Linux box. I can see there is nothing in my working directory, all files resided under the .hg/ folder. …
0
votes
1answer
30 views

Running hg convert on Linux

I would like to convert a remote Perforce repository into a Mercurial repository on Linux. So I have installed Python and Mercurial on a Linux box. Then I test few hg (Mercurial's drive program) …
5
votes
7answers
112 views

Versioning SQL Server?

The development group I'm currently in uses Visual Source Safe for our version control; this choice was originally made due to cost and it's tight integration with Visual Studio. As our repository …
1
vote
2answers
30 views

Configure hudson to build multiple branches

I use an ant file to build a java project in mercurial through hudson. The mailnine has a hudson job running just fine. Recently a new branch was created and pushed to the server by commnd line: hg …
0
votes
1answer
43 views

Maintaining a one month history when using mercurial as a smart local cache for subversion

There are similar questions here and here, however they are not the same, as they are asking about using mercurial and subversion together in a general sense. Reading through the Mercurial and …
1
vote
3answers
91 views

How can Mercurial be Copyright and Free Software?

I was looking at my version of Mecurial and I don't understand how it is that it can be Copyrighted and Free software at the same time. Mercurial Distributed SCM (version 1.3.1+7cea12e70129) …
0
votes
1answer
32 views

Is there any Build management tool for Mecurial Repository?

I would like to know if mercurial provides any in built BUILD tool for building/packaging the source code.
0
votes
1answer
38 views

Installing TortoiseHG on Gnome in Ubuntu 9.10?

I followed the following steps to install TortoiseHG on Ubuntu 9.10 using the following document: http://bitbucket.org/tortoisehg/stable/wiki/nautilus I get the following error in my …
2
votes
2answers
38 views

Should I have to merge and commit every time I update my Mercurial branch on the production server?

I'm using Mercurial in a recent project. On the web server where I'm deploying the project I have a slightly different config file with production settings. The problem is when I pull and update, I …
0
votes
3answers
53 views

How do I Maintain Multiple Lines of Development Between Customers In Mecurial?

I work on maintaining the same e-commerce web-app for multiple customers. Originally there was a standard set of pages from which all the rest of the customers customizations were derived in the …
0
votes
2answers
32 views

Converting Perforce repositories in to mercurial

I have a perforce repository on Windows machine say (p4). I can access this p4 repo using p4v client by providing IP:PortNumber details. Now I want to run "hg convert" command on this p4 repository …
0
votes
3answers
29 views

How do I export changesets from hg repository to svn repository

Hi, I know there is hgsubversion extension for mercurial. But before I knew how it works, I maintain two separate repositories, one is SVN repo and one is Hg repo. I made most of my recent changes in …
3
votes
6answers
161 views

How many people were involved in a project? Based on Revision Control System

How do you know how many developers were involved in a project using a Revision Control System? A friend of mine found this way to look up the answer in git log: git log | grep Author: | sort -u …

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