Jump to content

Anyone using Mercurial for source code control in LabVIEW?


Recommended Posts

Changing one massive SVN repo into several Mercurial repositories wasn't an issue. Loading them into Mercurial HGWeb or Rhodecode (my preferred private HG server) was easy as well.

If you setup your configuration of TortoiseHG right then HG is as good as SVN.

Ton

Link to comment
  • 2 weeks later...

I would suggest that anyone currently working with SVN install TortoiseHg and use it as a client to Subversion. You don't have to convert your existing SVN repositories. TortoiseHg can be used with your SVN repo instead of TortoiseSVN. This also allows "offline commits" with your SVN repo.

http://mercurial.sel...ki/HgSubversion

http://mercurial.sel...gWithSubversion

Just hg clone with the "svn+" prefix. For example:

hg clone svn+http://svn.python.org/projects/python python-hg

After you get acquainted to Hg, make the jump to Hg repos...

  • Like 1
Link to comment
  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.