Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

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:

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.

cd working-copy
svn add my-alias
svn-xattr update my-alias
svn commit

Then, when checking out the repo:

svn update
svn-xattr restore

About

A command-line utility to facilitate using the Subversion VCS to manage files with extended attributes.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Sponsor this project

Packages

Contributors

Languages