2

I have a pretty non-standard SVN repo layout:

http://svn.my.company.corp/<area>/trunk/<project>
http://svn.my.company.corp/<area>/branches/<person>/<project>
http://svn.my.company.corp/<area>/tags/<project>/<tag>

I'm not terribly worried about the tags as they're not really in use that much. But I'm trying to get the branches to work correctly.

Currently I have an .hgrc containing the following:

[hgsubversionbranch]
default = trunk/MyProject
wayne = branches/WaynesWorld/MyProject

and I run the following command:

> hg clone --layout custom --startrev 15042 svn+https://svn.my.company.corp/myarea/ MyProject

(using the --startrev because I have a lot of irrelevant revisions) but when it "finishes" cloning it says it can't find anything.

This is a pretty new change effectively starting here, so I haven't been able to find much information aside from the docs, which don't seem to address my particular circumstance.

What am I doing wrong? Or is there a better way to do this?

Wayne Werner
  • 49,299
  • 29
  • 200
  • 290
  • I'm having a similar issue. Have you managed to make it work? – Mircea Nistor Apr 22 '15 at 13:45
  • @MirceaNistor It's been a long time and I've since left that company (and finished yet another one yesterday). I know that at one point I just used hg for my local development and only pushed to SVN when I had to deploy. I even convinced the other guy in my area to use it with me, so we pulled changes from each other. Would've used a network drive, but there are issues with that :( – Wayne Werner Apr 23 '15 at 11:28

0 Answers0