项目作者: smokris

项目描述 :
A command-line utility to facilitate using the Subversion VCS to manage files with extended attributes.
高级语言: PHP
项目地址: git://github.com/smokris/svn-xattr.git
创建时间: 2018-12-09T19:30:03Z
项目社区:https://github.com/smokris/svn-xattr

开源协议:MIT License

下载


svn-xattr

A command-line utility to facilitate using the Subversion VCS to manage files with extended attributes (a.k.a. xattrs, metadata, macOS Resource Forks, macOS Rez, macOS File Type and Creator, AppleSingle, AppleDouble, Finder information, detritus).

Installation

Via Homebrew:

  1. brew install smokris/svn-xattr/svn-xattr

Example: storing a macOS Alias in a Subversion repo

Say you’ve created a macOS Alias (created with Finder; a.k.a. Bookmark; not to be confused with symlink) called my-alias in your working-copy folder.

  1. cd working-copy
  2. svn add my-alias
  3. svn-xattr update my-alias
  4. svn commit

Then, when checking out the repo:

  1. svn update
  2. svn-xattr restore