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...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

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