commit | d5cec5e752821ca2710101b626b3a3ca07fdb7f8 | [log] [tgz] |
---|---|---|
author | Renaud Paquay <rpaquay@google.com> | Tue Nov 01 11:24:03 2016 -0700 |
committer | David Pursehouse <dpursehouse@collab.net> | Mon May 29 19:30:34 2017 +0900 |
tree | 4ecee491de2d3d57b4d03f526701c8c06a133b17 | |
parent | 2e7029116204cf2d6f516e4514091f0b492bc689 [diff] |
Add support for creating symbolic links on Windows Replace all calls to os.symlink with platform_utils.symlink. The Windows implementation calls into the CreateSymbolicLinkW Win32 API, as os.symlink is not supported. Separate the Win32 API definitions into a separate module platform_utils_win32 for clarity. Change-Id: I0714c598664c2df93383734e609d948692c17ec5
Repo is a tool built on top of Git. Repo helps manage many Git repositories, does the uploads to revision control systems, and automates parts of the development workflow. Repo is not meant to replace Git, only to make it easier to work with Git. The repo command is an executable Python script that you can put anywhere in your path.