ownpaster.blogg.se

Mercurial windows and mac
Mercurial windows and mac








mercurial windows and mac
  1. Mercurial windows and mac how to#
  2. Mercurial windows and mac install#
  3. Mercurial windows and mac update#

Hgtui - A TUI-based tool written in Python. Gwsmhg - A PyGTK-based work space manager using hg and mqĮasyMercurial - A simple, user-friendly cross-platform client, originally based on HgExplorer, designed with new users and straightforward setups in mind Gquilt - A PyGTK-based wrapper for quilt and mq Into the console to test if 4xslt and Xalan-C can be called by the test scripts.TortoiseHg - OS-level Mercurial integration on Windows (similar to TortoiseSVN), Linux (stand-alone or with Nautilus integration) To test if Xalan-J and Saxon can be called by the test scripts.įor all other XSLT engines add the path to their "bin" directories to your PATH jar file (saxon8.jar and xalan.jar respectively) to your CLASSPATH Sure that the can be launched from the test script.įor Java based XSLT engines you need to add the the engine's.

mercurial windows and mac

Mercurial windows and mac install#

If you want to use any XSLT engines (besides LibXSLT) you have to install them and make (On Windows: Use backslashes instead of forward slashes) On Windows: set MICROFORMATS_TESTS=C:\path\to\tests Running the testįirst change to the directory where the XSLTs are located.Īfterwards you can start the test scripts with: On *nix and MacOSX (assumig you're using the bash shell): export MICROFORMATS_TESTS=/home/johndoe/tests The test files are located you have to set the MICROFORMATS_TESTS environment variable. The test scripts are in the XSLT repositories, in order to tell them where You might also want to install Win32::Console::ANSI.įirst you need to checkout both the tests and the XSLT repositories:

Mercurial windows and mac how to#

" cpan install" to install the Perl modules listed above.Īfterwards see for instructions on how to install the In order for the Perl scripts to work you'll need Perl 5.8Īnd the following additional modules: XML::LibXML, XML::LibXSLT,Įither use your distributions package management tool or Various other XSLT engines are also supported: 4xslt, Saxon (Java version), Xalan-J, Xalan-C. With these test scripts you can test the XSLT scripts against the tests from the tests repository using LibXSLT.

mercurial windows and mac

The XSLT scripts in the mercurial repository are accompanied by Perl test scripts. (you need Ryan King to grant you access first)

  • rake hg:push_update - Pushes this repository to.
  • Mercurial windows and mac update#

  • rake hg:pull_update - Pull and update this repository.
  • The Rakefile makes two commands available: Once you have cloned the repository, you can update your local code with the latest from the Microformats repository with:įor those of you with Rake installed on your machine you can take advantage of the Rakefile included with the Generators and X2V. The first time you access a repository, you must first clone the repository on your local drive.įor example: to download the latest code for X2V, you would use the following: Once you have Mercurial installed, the quickest way to get started with the following recipe. You can read more about how to install Mercurial from their wiki. Mercurial offers binary packages and source code for Windows, Linux, and Mac OSX. You can find microformat generators, tests, and Brian Suda's X2V scripts in the repository at Mercurial

    mercurial windows and mac

    uses Mercurial for source code management. HowTo: Download code from the repository Introduction










    Mercurial windows and mac