Questions tagged [hgsubversion]

hgsubversion is an extension for Mercurial that allows using Mercurial as a Subversion client.

hgsubversion is an extension for Mercurial that allows using Mercurial as a Subversion client.

91 questions
1
vote
2 answers

hgsubversion can't find repository

So, we have svn repository of our project. Previously I stored the copy of this project in local hg repository via hgsubversion extension, and everything worked just fine. Today I reinstalled ubuntu, and switched from 12.04 to 13.04. I've installed…
aga
  • 27,954
  • 13
  • 86
  • 121
1
vote
1 answer

hgsubversion reports old subversion version on Windows

I am trying to convert a Subversion repository to a Mercurial repository using hgsubversion on Windows 7. After many other errors which I have resolved, I am now stuck with what seems to be an incorrect Subversion version being used. When I try to…
merrr
  • 146
  • 1
  • 8
1
vote
0 answers

How to "un-externalize" a file in a mirrored subversion repo?

I'm in the process of converting a subversion based project to mercurial using the hgsubversion extension. The subversion repo has a directory with an svn:externals properties that references two files from another project. Hgsubversion can convert…
MSlimmer
  • 160
  • 1
  • 10
1
vote
1 answer

No pushing of a local Mercurial commits to SVN with HgSubversion?

I am making say 4 local commits in HgSVN, then I updated my local code to an earlier revision, I added changes to it, did local commits, merged with server code and when tried to push, I was not allowed because of the 4 local commits not merged.…
proton
  • 658
  • 1
  • 7
  • 26
1
vote
2 answers

Redefine location of branches, tags, and trunk when using hgsubversion

I am attempting to convert a rather large Subversion repository to Mercurial using hgsubversion. I almost have it working except that branches and tags are not being captured and the final Mercurial repository looks like this: Repo > Trunk …
Ryan Taylor
  • 8,740
  • 15
  • 65
  • 98
1
vote
0 answers

how to delete a video file from svn entire revision

one of my developer added a video file to svn repository and commited the code.File size is 700MB. later he deleted that file from repository.The problem is I have to take svn backup daily, the repository size is very huge.How delete that specific…
Venkat
  • 4,259
  • 4
  • 23
  • 20
1
vote
1 answer

How to specify username and password for Hgsubversion

I would like to know how to specify user name and password to be used in pushing changes to subversion repository from HG using Hgsubversion I would like to know where in my repository I should set "hgsubversion.username",…
Emmanuel N
  • 7,350
  • 2
  • 26
  • 36
0
votes
1 answer

Migrate partial svn repository to Mercurial

I need migrate a local folder which is a svn checkout to a mercurial repository, but I cannot make a svn checkout anymore (the svn server is gone), and the folder is not the trunk root, is something like svnrepourl/trunk/src/folder In my laptop I…
diegueus9
  • 29,351
  • 16
  • 62
  • 74
0
votes
1 answer

subversion/ tortoisesvn- changing the directory of a repository

I have a project in a directory projects/projectA. it has a corresponding subversion repository. I'm using Tortoisesvn as the front end. I'm trying to move the project to projects/projectA_old and cannot find a way to do it. looks like renaming from…
Nir
  • 24,619
  • 25
  • 81
  • 117
0
votes
1 answer

ActionScript 3.0 version control library?

is there any library for Action Script 3 that allows my AIR application to function like a version control (svn or cvs or something similar) client? I just want to use the download functionality. my app relies on some folder and file structure that…
Mat
  • 567
  • 8
  • 24
0
votes
1 answer

Sync svn folder to mercurial repo

This is a followup question from Sync svn and mercurial repo The solution worked nicely, however what we want to do is to break up a tree by cloning a number of specific folders to a mercurial repo so we modified the command to hg clone…
Bernard
  • 995
  • 2
  • 9
  • 20
0
votes
1 answer

Sync svn and mercurial repo

We have an active svn repository and we are planning a migration to mercurial. The idea is to create a new mercurial repo, sync the svn repo with it with history, create a teamcity build for it and move two developers onto mercurial solely to trial…
Bernard
  • 995
  • 2
  • 9
  • 20
0
votes
2 answers

Teamcity and subversion

I have a teamcity server that belong to our group. I built a project that reference Subversion source control. and I made the trigger to be associated with subversion. The subversion doesn't belong to our group. It was working fine, until the group…
Ghassan Karwchan
  • 3,355
  • 7
  • 37
  • 65
0
votes
0 answers

Mercurial partial clone in subrepository or guestrepo

Is it possible to do a partial clone of a mercurial repository as either a subrepository or a guestrepo? description: given a repo at https://blah/hg/foo/ named foo and another repo named cat , I'd like to create a guestrepo in cat from a certain…
n611x007
  • 8,952
  • 8
  • 59
  • 102
0
votes
1 answer

Creating a new SVN repository from a BASE repository?

I have a base repository, located at /home/bla/repo/BASE_REPOSITORY I create a new repository, located at /home/bla/repo/new Remember, the "new" repository already exists. I.e. I can't issue a command whereby the contents of the new one is deleted.…
rockstardev
  • 13,479
  • 39
  • 164
  • 296