0
votes
1answer
22 views

Error when starting Eclipse Java EE IDE for Web Developers

I'm running a java project in Eclipse, and using Subversion. When I open Eclipse, I'm getting this message about some unexpected Mercurial errors: There are some unexpected Mercurial errors ...
0
votes
2answers
38 views

How to convert a single Subversion project to Mercurial repository?

I have an old Subversion repository with many projects inside it. Each of the project follows the canonical trunk-branches-tags convention for SVN. I can convert the entire SVN repository to ...
0
votes
0answers
11 views

hg clone abort svn E170000

Has anyone encountered a problem that hg clone issue: "abort: svn: E170000: URL '%SOME_URL%' doesn't exist"? At that point in the same console svn checkouts this %SOME_URL%.
1
vote
4answers
78 views

A version control system with minimum space requirements on the client side, and is good with binaries [closed]

(This is my first post so be gentle) I am using subversion as version control on large binary. I have about 2.5 gigs of binaries that I update hourly. I get about 400 megs worth of differents each ...
-1
votes
0answers
14 views

Mercurial & SVN Web FrontEnd

I am currently looking into replacing Rhode Code on an internal server. I have looked into SCM Manager but ideally I would like the user to be able to manager and complete Branching/Cloning of repo's ...
0
votes
0answers
58 views

How to convert an SVN repository made by TortoiseSVN under Windows, to Mercurial under Linux?

I have an SVN repository which was created by TortoiseSVN under Windows, I would like to convert it to Mercurial under linux. The repository is a directory on Ubuntu and I have tried to follow ...
0
votes
0answers
20 views

How to clone repository with TortoiseHG located over svn://?

I have followed http://abdullin.com/journal/2010/3/22/use-tortoisehg-mercurial-with-svn-repository.html for configurating TortoiseHG over SVN, and it can successfuly copy repos over http:// ex. ...
0
votes
2answers
59 views

Dependency Management In SCM

For the sake of argument let's say I am working on a project, X, which has a dependency, Y. Now Y is a stand alone open source project regularly maintained and updated by third parties. I check out ...
1
vote
1answer
42 views

Convert or remove old svn branches when migrating to mercurial

We are about to migrate from subversion to mercurial. We have settled for a mercurial workflow with a single repository and two branches (default and stable). The subversion repository we want to ...
-1
votes
2answers
98 views

Which version control is the best for a single coder [closed]

SVN, Git, or Mecurial? Which is the best for a single coder who just wants to backup his code and keep track of changes. Also I don't want to host it anywhere. I want to be able to use it locally even ...
4
votes
1answer
53 views

read-only svn access to hg repository

Hg is fine and all, however, there are some Svn-Features we (the development team) are really missing. Most importantly: being able to use "svn externals" to fetch (parts of) projects into ...
-1
votes
1answer
70 views

SCM for a Large Modular Code Base

I need some help designing a SCM for my codebase. The codebase is fairly complex, so first, I will try to describe it. The code base is made up of code for many different products, let's say Product1 ...
0
votes
0answers
24 views

How to import SVN to Mercurial with Bookmarks instead of named branches?

How to import SVN to Mercurial with Bookmarks instead of named branches? or How do I convert all named branch into Bookmarks (and delete the branches)?
0
votes
1answer
44 views

Convert subversion repository with multiple renames to mercurial repository

I am trying to convert a subversion (svn) repository to mercurial (hg). In the past the svn repository project folder was renamed several times. The following command is partially successful in ...
1
vote
1answer
44 views

Is there a way in a VCS to have a child branch that only syncs a few specific folders/files from the parent?

Lets say I have repository for a project that has a bunch of folders and files lets call it master. /3rdPartyJars /compass /js /deploy /js /python build.xml When I deploy to the production server ...

1 2 3 4 5 24
15 30 50 per page